-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for IDEA build, see #1
- Loading branch information
Showing
24 changed files
with
945 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 23 additions & 27 deletions
50
com.galenframework.parent/com.galenframework.ide/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<filteredResources> | ||
<filter> | ||
<id>1445442315238</id> | ||
<name/> | ||
<type>10</type> | ||
<matcher> | ||
<id>org.eclipse.ui.ide.multiFilter</id> | ||
<arguments>1.0-name-matches-false-false-target</arguments> | ||
</matcher> | ||
</filter> | ||
</filteredResources> | ||
<name>com.galenframework.ide</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<comment/> | ||
<projects/> | ||
<natures> | ||
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
</natures> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name> | ||
<arguments> | ||
</arguments> | ||
<arguments/> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
<arguments/> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
<arguments/> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
<arguments/> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
</natures> | ||
<filteredResources> | ||
<filter> | ||
<id>1445442315238</id> | ||
<name></name> | ||
<type>10</type> | ||
<matcher> | ||
<id>org.eclipse.ui.ide.multiFilter</id> | ||
<arguments>1.0-name-matches-false-false-target</arguments> | ||
</matcher> | ||
</filter> | ||
</filteredResources> | ||
<linkedResources/> | ||
</projectDescription> |
10 changes: 6 additions & 4 deletions
10
com.galenframework.parent/com.galenframework.ide/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# | ||
#Wed Oct 21 17:59:02 CEST 2015 | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.source=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 |
13 changes: 13 additions & 0 deletions
13
...galenframework.parent/com.galenframework.ide/.settings/org.eclipse.xtend.core.Xtend.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#Wed Oct 21 17:59:02 CEST 2015 | ||
outlet.DEFAULT_OUTPUT.generatedAnnotationComment= | ||
outlet.DEFAULT_OUTPUT.generateGeneratedAnnotation=false | ||
BuilderConfiguration.is_project_specific=true | ||
outlet.DEFAULT_OUTPUT.generateSuppressWarnings=true | ||
outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false | ||
outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder=true | ||
outlet.DEFAULT_OUTPUT.sourceFolder.src-gen.directory=xtend-gen | ||
outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true | ||
is_project_specific=true | ||
eclipse.preferences.version=1 | ||
outlet.DEFAULT_OUTPUT.includeDateInGenerated=false | ||
outlet.DEFAULT_OUTPUT.sourceFolder.src.directory=xtend-gen |
Oops, something went wrong.