diff options
| -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"/> | 
