Skip to content

Commit

Permalink
ECLIPSE ONLY: fix .classpath files
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Northover committed Dec 3, 2013
1 parent e5b1362 commit d909212
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<classpathentry kind="src" exported="true" path="/swt"/>
<classpathentry kind="src" exported="true" path="/swing"/>
<classpathentry kind="src" exported="true" path="/media"/>
<classpathentry kind="src" exported="true" path="/builders"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
26 changes: 25 additions & 1 deletion modules/builders/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
<classpath>
<classpathentry kind="lib" path="build/libs/builders.jar" exported="true" sourcepath="src/main/java"/>
<!-- Builders will never change because they are deprectated so reference the jar -->
<classpathentry kind="lib" path="build/libs/builders.jar" exported="true" sourcepath="src/main/java"/>
<!--
<classpathentry kind="src" exported="true" path="src/main/java"/>
<classpathentry kind="src" exported="true" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" exported="true" path="src/main/resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" exported="true" path="src/test/resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
-->
<classpathentry kind="src" exported="true" path="/web"/>
<classpathentry kind="src" exported="true" path="/fxml"/>
<classpathentry kind="src" exported="true" path="/fxpackager"/>
<classpathentry kind="src" exported="true" path="/swt"/>
<classpathentry kind="src" exported="true" path="/swing"/>
<classpathentry kind="src" exported="true" path="/media"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
Expand Down
7 changes: 7 additions & 0 deletions modules/controls/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<!--
<classpathentry kind="src" exported="true" path="src/main/resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
-->
<classpathentry kind="src" exported="true" path="src/test/resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" exported="true" path="build/resources/main">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" exported="true" path="/graphics"/>
</classpath>
1 change: 0 additions & 1 deletion modules/graphics/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
<classpathentry kind="src" exported="true" path="build/resources/jsl-decora"/>
<classpathentry kind="src" exported="true" path="build/resources/jsl-prism"/>
<classpathentry kind="src" exported="true" path="/base"/>
<classpathentry kind="src" exported="true" path="/builders"/>
</classpath>
2 changes: 0 additions & 2 deletions modules/web/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="src" exported="true" path="src/main/java"/>
<!--
<classpathentry kind="src" exported="true" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
-->
<classpathentry kind="src" exported="true" path="src/main/resources">
<attributes>
<attribute name="optional" value="true"/>
Expand Down

0 comments on commit d909212

Please sign in to comment.