Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv32570
Modified Files:
build.properties.default build.xml
Log Message:
download jquery files, and copy them to mmbase/jquery
See also: http://cvs.mmbase.org/viewcvs/all
Index: build.properties.default
===================================================================
RCS file: /var/cvs/all/build.properties.default,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- build.properties.default 31 Aug 2007 06:09:24 -0000 1.39
+++ build.properties.default 18 Mar 2008 10:57:10 -0000 1.40
@@ -12,7 +12,7 @@
#
# for possible mirrors.
#
-# $Id: build.properties.default,v 1.39 2007/08/31 06:09:24 michiel Exp $
+# $Id: build.properties.default,v 1.40 2008/03/18 10:57:10 pierre Exp $
# -----------------------------------------------------------------------------
@@ -62,6 +62,14 @@
hsqldb.dir=${expand.dir}/${hsqldb.version}
hsqldb.jar=${hsqldb.dir}/hsqldb/lib/hsqldb.jar
+# ----- jquery -----
+jquery.version=jquery.ui-1.5b
+jquery.file=${jquery.version}.zip
+jquery.dest=${download.dir}/${jquery.file}
+jquery.loc=http://jqueryjs.googlecode.com/files/jquery.ui-1.5b.zip
+jquery.dir=${expand.dir}/${jquery.version}
+jquery.js=${jquery.dir}/jquery.js
+
# ----- javaactiovation ----
javaactivation.version=jaf-1.1
Index: build.xml
===================================================================
RCS file: /var/cvs/all/build.xml,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -b -r1.166 -r1.167
--- build.xml 9 Jul 2007 10:48:43 -0000 1.166
+++ build.xml 18 Mar 2008 10:57:10 -0000 1.167
@@ -2,7 +2,7 @@
MMBase Build File
-$Id: build.xml,v 1.166 2007/07/09 10:48:43 michiel Exp $
+$Id: build.xml,v 1.167 2008/03/18 10:57:10 pierre Exp $
=================
This build file can be used to build the following from CVS or from the source
@@ -131,6 +131,7 @@
</condition>
<tstamp/>
<mkdir dir="${build.dir}"/>
+
<property name="name" value="mmbase"/>
<property name="builddate" value="${DSTAMP}"/>
</target>
@@ -316,6 +317,9 @@
<copy file="${log4j.jar}" tofile="${release.lib.dir}/log4j.jar" />
<copy file="${fileupload.jar}"
tofile="${release.lib.dir}/commons-fileupload.jar" />
<copy file="${hsqldb.jar}" todir="${release.lib.dir}" />
+ <copy todir="${webapp.dir}/mmbase/jquery">
+ <fileset dir="${jquery.dir}"/>
+ </copy>
<!--
<copy file="${javaactivation.jar}" todir="${release.lib.dir}" />
-->
@@ -992,6 +996,13 @@
<param name="expandedfile" value="${hsqldb.jar}"/>
</antcall>
+ <echo message="jquery" />
+ <antcall target="downloadzip">
+ <param name="sourcefile" value="${jquery.loc}"/>
+ <param name="destfile" value="${jquery.dest}"/>
+ <param name="destdir" value="${jquery.dir}"/>
+ </antcall>
+
<echo message="javaactivation" />
<antcall target="downloadzip">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs