diff options
author | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-17 21:13:42 +0100 |
---|---|---|
committer | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-17 21:13:42 +0100 |
commit | 51a43cf305020f780c52cfe1d70e793be9391f16 (patch) | |
tree | a4c65e852960a9f0b9dbe820bfa170f5c77d5074 /spss/server/serverws | |
parent | 403896aef0f9d3c76bbfcf3e970ae7dbc983ffd4 (diff) | |
download | moa-id-spss-51a43cf305020f780c52cfe1d70e793be9391f16.tar.gz moa-id-spss-51a43cf305020f780c52cfe1d70e793be9391f16.tar.bz2 moa-id-spss-51a43cf305020f780c52cfe1d70e793be9391f16.zip |
Update to version 2.0.0 (pom, handbook, etc.)
Handbook usage updated (TSL example added)
Update TSL handling
Diffstat (limited to 'spss/server/serverws')
-rw-r--r-- | spss/server/serverws/.settings/org.eclipse.wst.common.component | 4 | ||||
-rw-r--r-- | spss/server/serverws/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/spss/server/serverws/.settings/org.eclipse.wst.common.component b/spss/server/serverws/.settings/org.eclipse.wst.common.component index 5efe131f3..ffe4d38a0 100644 --- a/spss/server/serverws/.settings/org.eclipse.wst.common.component +++ b/spss/server/serverws/.settings/org.eclipse.wst.common.component @@ -2,10 +2,10 @@ <wb-module deploy-name="moa-spss-ws">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
- <dependent-module archiveName="moa-spss-lib-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-spss-lib/moa-spss-lib">
+ <dependent-module archiveName="moa-spss-lib-2.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-spss-lib/moa-spss-lib">
<dependency-type>uses</dependency-type>
</dependent-module>
- <dependent-module archiveName="moa-common-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common">
+ <dependent-module archiveName="moa-common-2.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/target/classes"/>
diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index a99a573c1..2a7467146 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -3,14 +3,14 @@ <parent> <groupId>MOA.spss</groupId> <artifactId>moa-spss</artifactId> - <version>1.5.x</version> + <version>2.0.x</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-ws</artifactId> <packaging>war</packaging> - <version>1.5.2</version> + <version>2.0.0</version> <name>MOA SP/SS WebService</name> <properties> |