|
|
tomdz 2004/11/29 12:44:56
Modified: src/ojb-blank .classpath
. build.xml
Log:
Fixed eclipse-project files in ojb-blank so that they are now automatically
using the correct ojb-jar name
Revision Changes Path
1.3 +2 -2 db-ojb/src/ojb-blank/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/db-ojb/src/ojb-blank/.classpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .classpath 26 Jun 2004 12:40:13 -0000 1.2
+++ .classpath 29 Nov 2004 20:44:55 -0000 1.3
@@ -3,12 +3,12 @@
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="lib" path="lib/antlr-2.7.3.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
- <classpathentry kind="lib" path="lib/commons-collections-2.1.1.jar"/>
+ <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.1.jar"/>
- <classpathentry kind="lib" path="lib/db-ojb-1.0.0.jar"/>
+ <classpathentry kind="lib" path="lib/@OJB_JAR@"/>
<classpathentry kind="lib" path="lib/hsqldb.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
1.158 +4 -1 db-ojb/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/db-ojb/build.xml,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- build.xml 27 Nov 2004 17:46:29 -0000 1.157
+++ build.xml 29 Nov 2004 20:44:55 -0000 1.158
@@ -629,6 +629,9 @@
<copy todir="${build.ojb-blank}">
<fileset dir="${src.ojb-blank}"/>
+ <filterset>
+ <filter token="OJB_JAR" value="${archive}.jar"/>
+ </filterset>
</copy>
<copy todir="${build.ojb-blank}/src/schema">
---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@xxxxxxxxxxxxx
For additional commands, e-mail: ojb-dev-help@xxxxxxxxxxxxx
|
|