2
0
Fork 0

moved package to temparory org.x4o.vasc.etc

This commit is contained in:
Willem Cazander 2011-12-30 00:09:01 +01:00
parent 3d6ceff732
commit cc6331b7fe
322 changed files with 2032 additions and 1750 deletions

View file

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View file

@ -15,8 +15,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>

View file

@ -0,0 +1,3 @@
#Sun Dec 25 17:29:07 CET 2011
eclipse.preferences.version=1
encoding/<project>=UTF-8

View file

@ -0,0 +1,5 @@
#Sun Dec 25 17:29:03 CET 2011
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1

View file

@ -2,10 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>demo-petstore</artifactId>
<groupId>com.idcanet.vasc</groupId>
<groupId>org.x4o.vasc</groupId>
<version>0.3.5-SNAPSHOT</version>
</parent>
<groupId>com.idcanet.vasc</groupId>
<groupId>org.x4o.vasc</groupId>
<artifactId>demo-petstore-war</artifactId>
<version>0.3.5-SNAPSHOT</version>
</project>