Update of /var/cvs/applications
In directory james.mmbase.org:/tmp/cvs-serv674

Modified Files:
      Tag: MMBase-1_8
        buildbase.xml 
Log Message:
blocks were not actually copied to correct location


See also: http://cvs.mmbase.org/viewcvs/applications


Index: buildbase.xml
===================================================================
RCS file: /var/cvs/applications/buildbase.xml,v
retrieving revision 1.79.2.10
retrieving revision 1.79.2.11
diff -u -b -r1.79.2.10 -r1.79.2.11
--- buildbase.xml       4 Aug 2008 16:01:26 -0000       1.79.2.10
+++ buildbase.xml       6 Aug 2008 11:43:55 -0000       1.79.2.11
@@ -326,7 +326,7 @@
 
   <target name="package.update.blocks" if="blocks.exists">
     <zip zipfile="${project.zip}" update="true">
-      <zipfileset dir="${project.source.dir}/blocks" 
prefix="${zip.name}/web-app/components/blocks/${project.name}" >
+      <zipfileset dir="${project.source.dir}/blocks" 
prefix="${zip.name}/web-app/mmbase/components/${project.name}" >
         <patternset id="web-app.block.files">
           <include name="**" />
         </patternset>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to