Update of /var/cvs/applications/oscache-cache
In directory james.mmbase.org:/tmp/cvs-serv5438
Modified Files:
build.xml
Log Message:
we have to set project.jars.includes before includeing buildbase, since it is
otehrise define dthere as 'NOTHING' (whcih cannot be overridden). Due to
curcular reference we cannot use oscache.file property now, sow e have to set
the oscache jar name manually (argh).
See also: http://cvs.mmbase.org/viewcvs/applications/oscache-cache
Index: build.xml
===================================================================
RCS file: /var/cvs/applications/oscache-cache/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- build.xml 31 Oct 2007 15:56:19 -0000 1.8
+++ build.xml 11 Apr 2008 09:05:13 -0000 1.9
@@ -9,20 +9,16 @@
<property name="project.config.dir.includes" value="utils/**" />
<property name="project.config.jar.includes" value="**" />
- <property name="project.jars.dir" value="build" />
- <property file="build.properties.default" />
- <property name="project.jars.includes" value="${oscache.file}" />
+ <property name="project.jars.dir" value="build" />
+ <property name="project.jars.includes" value="oscache-2.4.1.jar" />
<import file="../buildbase-include.xml" />
-
-
-
+ <property file="build.properties.default" />
<target name="jar" description="Create mmbase-oscache.jar"
depends="oscache.jar,project.manifest,buildbase.jar">
</target>
-
<target name="oscache.jar" description="Get OSCache jar">
<antcall target="download">
<param name="sourcefile" value="${oscache.loc}"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs