Skip to content

Commit

Permalink
Don't gitignore .project or .classpath files
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jan 24, 2023
1 parent 92a9a25 commit 74a38dd
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ __pycache__/
**/out

# Eclipse
**/.project
**/.settings
**/.classpath
**/.factorypath
**/bin

Expand Down
40 changes: 40 additions & 0 deletions example/tiger/spoofax3/tiger.spoofax3/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="build/generated/sources/language">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="build/generated/sources/adapter">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="build/generated/sources/eclipse">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="build/generated/sources/metalang/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="build/generated/sources/annotationProcessor/java/main">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/eclipseclasses"/>
</classpath>
29 changes: 29 additions & 0 deletions example/tiger/spoofax3/tiger.spoofax3/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tiger.spoofax3</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>spoofax.lwb.eclipse.builder.project.references</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>spoofax.lwb.eclipse.builder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>spoofax.lwb.eclipse.nature</nature>
</natures>
</projectDescription>

0 comments on commit 74a38dd

Please sign in to comment.