Salome HOME
Build scripts are adjusted. Libraries are added.
authormka <mka@opencascade.com>
Wed, 3 Apr 2013 09:33:27 +0000 (09:33 +0000)
committermka <mka@opencascade.com>
Wed, 3 Apr 2013 09:33:27 +0000 (09:33 +0000)
     <pathelement location="lib/jfreechart-1.0.14.jar"/>
     <pathelement location="lib/jcommon-1.0.17.jar"/>
     <pathelement location="lib/iText-2.1.5.jar"/>
     <pathelement location="lib/commons-lang3-3.1.jar"/>
     <pathelement location="lib/postgresql-9.1-901.jdbc4.jar"/>

Workspace/Siman-Common/pre_build.xml
Workspace/Siman/pre_build.xml

index 3d07e4f39cdc15610394b4ea7c84c53e4ca4bcc6..314157dc5b39528de4134cb411fd4bcf23409567 100644 (file)
         <pathelement location="lib/beanlib-5.0.1beta.jar"/>
         <pathelement location="lib/hibernate-3.5.jar"/>
         <pathelement location="lib/mysql-connector-java-5.1.5-bin.jar"/>
+       <pathelement location="lib/jfreechart-1.0.14.jar"/>
+       <pathelement location="lib/jcommon-1.0.17.jar"/>
+       <pathelement location="lib/iText-2.1.5.jar"/>
+       <pathelement location="lib/commons-lang3-3.1.jar"/>
+       <pathelement location="lib/postgresql-9.1-901.jdbc4.jar"/>
     </path>
     <target name="init">
         <mkdir dir="bin"/>
index 6e04ff6f439fdcd51f3300922df3a68bfff254f2..c3dd9a8511a1e2e56c9f4ce8b3eb9976ad302873 100644 (file)
@@ -65,7 +65,7 @@
         <pathelement location="WebContent/WEB-INF/lib/commons-digester-1.8.jar"/>
         <pathelement location="WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
         <pathelement location="WebContent/WEB-INF/lib/commons-io-2.0.1.jar"/>
-        <pathelement location="WebContent/WEB-INF/lib/commons-lang3-3.1.jar"/>
+        <pathelement location="../Siman-Common/lib/commons-lang3-3.1.jar"/>
         <pathelement location="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
         <pathelement location="WebContent/WEB-INF/lib/commons-logging-api-1.1.jar"/>
         <pathelement location="WebContent/WEB-INF/lib/commons-validator-1.3.1.jar"/>
         <pathelement location="${Siman-Common.location}/lib/beanlib-5.0.1beta.jar"/>
         <pathelement location="${Siman-Common.location}/lib/hibernate-3.5.jar"/>
         <pathelement location="${Siman-Common.location}/lib/mysql-connector-java-5.1.5-bin.jar"/>
+       <pathelement location="${Siman-Common.location}/lib/jfreechart-1.0.14.jar"/>
+       <pathelement location="${Siman-Common.location}/lib/jcommon-1.0.17.jar"/>
+       <pathelement location="${Siman-Common.location}/lib/iText-2.1.5.jar"/>
+       <pathelement location="${Siman-Common.location}/lib/commons-lang3-3.1.jar"/>
+       <pathelement location="${Siman-Common.location}/lib/postgresql-9.1-901.jdbc4.jar"/>
     </path>
     <path id="Siman.classpath">
         <pathelement location="build/classes"/>