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

Modified Files:
        configure.xml 
Removed Files:
        setcachesize.xslt 
Log Message:
please use application resoure to override caches


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


Index: configure.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/configure.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- configure.xml       31 Jul 2008 08:07:10 -0000      1.39
+++ configure.xml       31 Jul 2008 11:51:42 -0000      1.40
@@ -37,38 +37,6 @@
              token="$${war.time}"
              value="${war.time}"/>
 
-    <for list="${caches}"
-         param="param">
-      <sequential>
-        <propertyregex
-            override="yes"
-            property="par.name"
-            input="@{param}"
-            regexp="(.*?)=(.*?)"
-            select="\1"
-            casesensitive="false" />
-        <propertyregex
-            override="yes"
-            global="true"
-            property="par.value"
-            input="@{param}"
-            regexp="(.*)=(.*)"
-            select="\2"
-            casesensitive="false" />
-        <!--
-        <echo message="@{param} ${par.name} == ${par.value}" />
-        -->
-        <xslt style="setcachesize.xslt"
-              in="${build.webapp.dir}/WEB-INF/config/caches.xml"
-              out="${build.webapp.dir}/WEB-INF/config/caches.help.xml">
-          <param name="cache" expression="${par.name}" />
-          <param name="size"  expression="${par.value}" />
-        </xslt>
-        <move file="${build.webapp.dir}/WEB-INF/config/caches.help.xml"
-              tofile="${build.webapp.dir}/WEB-INF/config/caches.xml" />
-      </sequential>
-    </for>
-
 
     <!-- A dirty hack, if you ask me-->
     <!--


_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to