Skip to content

Commit

Permalink
[NUCACCESS-128] Use default Maven 2 directories layout
Browse files Browse the repository at this point in the history
  • Loading branch information
renataogarcia committed May 9, 2014
1 parent f5a210b commit 0823910
Show file tree
Hide file tree
Showing 359 changed files with 9 additions and 13 deletions.
14 changes: 4 additions & 10 deletions .classpath
@@ -1,28 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="META-INF">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test">
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
6 changes: 4 additions & 2 deletions .settings/org.eclipse.core.resources.prefs
@@ -1,5 +1,7 @@
eclipse.preferences.version=1
encoding//src/java=UTF-8
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
encoding/<project>=UTF-8
encoding/META-INF=UTF-8
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-maven-parent</artifactId>
<version>4.0.3</version>
<version>4.0.5-SNAPSHOT</version>
</parent>

<artifactId>datanucleus-geospatial</artifactId>
Expand Down

0 comments on commit 0823910

Please sign in to comment.