Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv32374

Modified Files:
        install-dependency.xml 
Log Message:



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


Index: install-dependency.xml
===================================================================
RCS file: /var/cvs/all/install-dependency.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- install-dependency.xml      31 Jul 2008 14:12:29 -0000      1.3
+++ install-dependency.xml      4 Sep 2008 16:26:25 -0000       1.4
@@ -92,12 +92,18 @@
       </patternset>
       <mapper type="glob" from="templates/*" to="${mmbase.templates.path}*" />
     </unzip>
+    <!--
+        Installing the configuration is not generally a good idea.
+        Configuraion is something where user would be advicable, and just 
dumping files does not really help.
+        Especially if files can be overriden the ones installed by this can be 
in the way.
+
     <unzip src="${download.dir}/${prefix}${name}-${version}.mmbase-module" 
dest="${dest}/WEB-INF/">
       <patternset>
         <include name="config/**"/>
       </patternset>
       <mapper type="glob" from="config/*" to="config/*" />
     </unzip>
+    -->
     <unzip src="${download.dir}/${prefix}${name}-${version}.mmbase-module" 
dest="${dest}/WEB-INF/lib">
       <patternset>
         <include name="lib/**"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to