diff options
| author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-03-20 13:58:41 +0000 | 
|---|---|---|
| committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-03-20 13:58:41 +0000 | 
| commit | 9f771e681c26f7ad70e084b67511af74ab583d8a (patch) | |
| tree | 8812eba7cf4669c40e41b475feba7d7e13845b6d | |
| parent | b38a89281edaf0bc4f9f2de0409e718610743d6e (diff) | |
| download | moa-id-spss-9f771e681c26f7ad70e084b67511af74ab583d8a.tar.gz moa-id-spss-9f771e681c26f7ad70e084b67511af74ab583d8a.tar.bz2 moa-id-spss-9f771e681c26f7ad70e084b67511af74ab583d8a.zip | |
*** empty log message ***
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@678 d688527b-c9ab-4aba-bd8d-4036d912da1d
| -rw-r--r-- | common/.classpath | 2 | ||||
| -rw-r--r-- | spss.server/build.xml | 8 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/common/.classpath b/common/.classpath index 30601fd72..893b270f1 100644 --- a/common/.classpath +++ b/common/.classpath @@ -13,9 +13,9 @@  	<classpathentry kind="lib" path="lib/jsse-1.0.3_03/jsse.jar"/>  	<classpathentry kind="lib" path="lib/xalan-j-2.5.1/xalan.jar"/>  	<classpathentry kind="lib" path="lib/commons-logging-1.0.4/commons-logging.jar"/> -	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>  	<classpathentry kind="lib" path="lib/xerces-j-2.4.0/xercesImpl.jar"/>  	<classpathentry kind="lib" path="lib/xerces-j-2.4.0/xmlParserAPIs.jar"/>  	<classpathentry kind="lib" path="lib/iaik-jce/iaik_jce_full.jar"/> +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>  	<classpathentry kind="output" path="bin"/>  </classpath> diff --git a/spss.server/build.xml b/spss.server/build.xml index 9735252af..916673aef 100644 --- a/spss.server/build.xml +++ b/spss.server/build.xml @@ -10,7 +10,7 @@  <project name="moa-spss-server" default="deploy-catalina" basedir=".">    <property environment="env"/>    <property name="script-suffix" value="${env.SCRIPT_SUFFIX}"/> -  <property name="version" value="1.3.1D01"/> +  <property name="version" value="1.3.1"/>    <property name="lib" value="lib"/>    <property name="src" value="src"/>    <property name="res" value="res"/> @@ -293,7 +293,7 @@    	  <fileset dir="${licenses}"/>    	</copy>	    	<copy toDir="${dist.ws}"> -  	  <fileset dir="." includes="readme.inst.txt, history.txt"/>	 +  	  <fileset dir="." includes="readme.inst.txt, readme.update.txt, history.txt"/>	    	</copy>      <fixcrlf srcdir="${dist.ws}" includes="**/*.sh" eol="lf" eof="remove"/>    </target> @@ -367,7 +367,7 @@    	  <fileset dir="${licenses}"/>    	</copy>	    	<copy toDir="${dist.lib}"> -  	  <fileset dir="." includes="readme.inst.txt, history.txt"/>	 +  	  <fileset dir="." includes="readme.inst.txt, readme.update.txt, history.txt"/>	    	</copy>      <fixcrlf srcdir="${dist.lib}" includes="**/*.sh" eol="lf" eof="remove"/>    </target> @@ -412,7 +412,7 @@    	  <fileset dir="." includes="readme.src.txt"/>	    	</copy>    	<!--mkdir "${dist.src}/spss.server/lib/iaik-moa/iaik-moa-20051107"/--> -  	<copy toDir="${dist.src}/spss.server/lib/iaik-moa-20051107"> +  	<copy toDir="${dist.src}/spss.server/lib/iaik-moa-20060316">    		<fileset dir="${lib.iaik-moa}"/>    	</copy>      <fixcrlf srcdir="${dist.src}" includes="**/*.sh" eol="lf" eof="remove"/> | 
