diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:18:21 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:18:21 +0200 |
commit | e147bdb7da8e48c1483c7732a0eb6b6f54699b66 (patch) | |
tree | 2ae0c9764f69394df4d159b9c59c34d82bd3fe1f /spss/server/serverws | |
parent | 4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3 (diff) | |
download | moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.tar.gz moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.tar.bz2 moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.zip |
update version management
Diffstat (limited to 'spss/server/serverws')
-rw-r--r-- | spss/server/serverws/.classpath | 27 | ||||
-rw-r--r-- | spss/server/serverws/.gitignore | 2 | ||||
-rw-r--r-- | spss/server/serverws/.settings/org.eclipse.core.resources.prefs | 2 | ||||
-rw-r--r-- | spss/server/serverws/.settings/org.eclipse.m2e.core.prefs | 4 | ||||
-rw-r--r-- | spss/server/serverws/.settings/org.eclipse.wst.validation.prefs | 2 | ||||
-rw-r--r-- | spss/server/serverws/pom.xml | 6 |
6 files changed, 40 insertions, 3 deletions
diff --git a/spss/server/serverws/.classpath b/spss/server/serverws/.classpath new file mode 100644 index 000000000..0cbbeaa3d --- /dev/null +++ b/spss/server/serverws/.classpath @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <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="src" output="target/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="target/classes"/> +</classpath> diff --git a/spss/server/serverws/.gitignore b/spss/server/serverws/.gitignore new file mode 100644 index 000000000..934e0e06f --- /dev/null +++ b/spss/server/serverws/.gitignore @@ -0,0 +1,2 @@ +/bin +/target diff --git a/spss/server/serverws/.settings/org.eclipse.core.resources.prefs b/spss/server/serverws/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 000000000..99f26c020 --- /dev/null +++ b/spss/server/serverws/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/<project>=UTF-8 diff --git a/spss/server/serverws/.settings/org.eclipse.m2e.core.prefs b/spss/server/serverws/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 000000000..f897a7f1c --- /dev/null +++ b/spss/server/serverws/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/spss/server/serverws/.settings/org.eclipse.wst.validation.prefs b/spss/server/serverws/.settings/org.eclipse.wst.validation.prefs new file mode 100644 index 000000000..04cad8cb7 --- /dev/null +++ b/spss/server/serverws/.settings/org.eclipse.wst.validation.prefs @@ -0,0 +1,2 @@ +disabled=06target +eclipse.preferences.version=1 diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index ac06946a4..56168a586 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -10,7 +10,7 @@ <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-ws</artifactId> <packaging>war</packaging> - <version>2.0.1</version> + <version>${moa-spss-version}</version> <name>MOA SP/SS WebService</name> <properties> @@ -67,7 +67,7 @@ </configuration> </plugin> - <plugin> +<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-2</version> @@ -84,7 +84,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin> --> </plugins> </build> <dependencies> |