Skip to content

Commit

Permalink
eclipse project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Mar 31, 2019
1 parent f7ad4b0 commit 9b4770c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>docx4j-8.0.0</name>
<name>docx4j-11.0.0</name>
<comment></comment>
<projects>
</projects>
Expand Down
11 changes: 5 additions & 6 deletions docx4j-core/.classpath
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.*" kind="src" output="bin" path="src/main/java">
<classpathentry kind="src" output="bin" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin-testOutput" path="src/test/java">
<classpathentry excluding="**" kind="src" output="bin" path="src/main/resources">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin" path="src/main/resources">
<classpathentry kind="src" output="bin-testOutput" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="bin-testOutput" path="src/test/resources">
Expand All @@ -26,7 +26,6 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
Expand Down

0 comments on commit 9b4770c

Please sign in to comment.