1 Jun 2005 01:52
cvs commit: db-ojb/src/ojb-blank build.xml
<mkalen <at> apache.org>
2005-05-31 23:52:09 GMT
2005-05-31 23:52:09 GMT
mkalen 2005/05/31 16:52:09
Modified: src/ojb-blank Tag: OJB_1_0_RELEASE build.xml
Log:
Fix paths for tutorial 5 / JDO.
Revision Changes Path
No revision
No revision
1.5.2.5 +8 -3 db-ojb/src/ojb-blank/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/db-ojb/src/ojb-blank/build.xml,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- build.xml 22 Nov 2004 22:32:32 -0000 1.5.2.4
+++ build.xml 31 May 2005 23:52:09 -0000 1.5.2.5
<at> <at> -42,6 +42,11 <at> <at>
</fileset>
</path>
+ <path id="compile-build-classpath">
+ <pathelement path="${build.dir}/classes"/>
+ <path refid="compile-classpath"/>
+ </path>
+
<path id="runtime-classpath">
<fileset dir="${lib.dir}">
(Continue reading)
RSS Feed