Update of /var/cvs/contributions/didactor2
In directory james.mmbase.org:/tmp/cvs-serv6651

Modified Files:
        build.xml 
Log Message:
make it compile with 1.9.0 in stead of snapshot


See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2


Index: build.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/build.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -b -r1.122 -r1.123
--- build.xml   8 Aug 2008 16:40:19 -0000       1.122
+++ build.xml   30 Oct 2008 09:01:48 -0000      1.123
@@ -24,7 +24,7 @@
 
   <property name="download.dir"           location="${basedir}/download" />
   <property name="war.dir"                value="${build.dir}" />
-  <property name="mmbase.version"         value="1.9.0-SNAPSHOT" />
+  <property name="version"                value="1.9.0" />
 
   <property name="dest" value="${build.webapp.dir}" />
   <property name="jardest" value="${build.webapp.dir}/WEB-INF/lib" />
@@ -33,11 +33,17 @@
 
 
   <if>
+    <or>
     <not>
       <available file="install-dependency.xml" />
     </not>
+      <not>
+        <equals arg1="${noconnection}" arg2="true" />
+      </not>
+    </or>
     <then>
-      <get 
src="http://cvs.mmbase.org/viewcvs/*checkout*/all/install-dependency.xml"; 
dest="install-dependency.xml"
+      <get 
src="http://cvs.mmbase.org/viewcvs/*checkout*/all/install-dependency.xml?pathrev=MMBase-1_9_0_Final";
+           dest="install-dependency.xml"
            usetimestamp="true"  ignoreerrors="true" />
     </then>
   </if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to