Skip to content

Commit 928bc95

Browse files
committed
OPEN - Update examples
1 parent 4f493c6 commit 928bc95

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

swing/javamoney-ez/common/.classpath

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
149
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1510
<attributes>
1611
<attribute name="optional" value="true"/>
1712
<attribute name="maven.pomderived" value="true"/>
1813
</attributes>
1914
</classpathentry>
20-
<classpathentry kind="src" output="target/test-classes" path="src/test/resources">
21-
<attributes>
22-
<attribute name="maven.pomderived" value="true"/>
23-
</attributes>
24-
</classpathentry>
2515
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2616
<attributes>
2717
<attribute name="maven.pomderived" value="true"/>

swing/javamoney-ez/common/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ eclipse.preferences.version=1
22
encoding//src/main/java=UTF-8
33
encoding//src/main/resources=UTF-8
44
encoding//src/test/java=UTF-8
5-
encoding//src/test/resources=UTF-8
65
encoding/<project>=UTF-8

swing/javamoney-ez/money/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" path="src/main/resources"/>
9+
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
1010
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1111
<attributes>
1212
<attribute name="optional" value="true"/>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
eclipse.preferences.version=1
22
encoding//src/main/resources=UTF-8
3-
encoding//src/test/resources=UTF-8
43
encoding/<project>=UTF-8

0 commit comments

Comments
 (0)