Skip to content

Commit 659ba43

Browse files
mkristiankares
authored andcommitted
eclipse metafiles
1 parent f12e67a commit 659ba43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
3+
<classpathentry kind="src" output="pkg/classes" path="src/main/java">
44
<attributes>
55
<attribute name="optional" value="true"/>
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
9+
<classpathentry kind="src" output="pkg/test-classes" path="src/test/java">
1010
<attributes>
1111
<attribute name="optional" value="true"/>
1212
<attribute name="maven.pomderived" value="true"/>
@@ -22,5 +22,5 @@
2222
<attribute name="maven.pomderived" value="true"/>
2323
</attributes>
2424
</classpathentry>
25-
<classpathentry kind="output" path="target/classes"/>
25+
<classpathentry kind="output" path="pkg/classes"/>
2626
</classpath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
eclipse.preferences.version=1
22
encoding//src/main/java=utf-8
3-
encoding/<project>=UTF-8
3+
encoding/<project>=utf-8

0 commit comments

Comments
 (0)