From: Conal T. <con...@us...> - 2008-01-14 03:45:14
|
Update of /cvsroot/tm4j/tm4web/cocoon In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8621 Modified Files: build.xml Log Message: changed tm4web TopicMapManagerComponent from Recyclable to Disposable closing TopicMapProviders when disposed; made TM4WebTransformer disposable, releasing TopicMapManagerComponent when disposed Index: build.xml =================================================================== RCS file: /cvsroot/tm4j/tm4web/cocoon/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 5 Jul 2004 16:41:22 -0000 1.7 --- build.xml 14 Jan 2008 03:45:08 -0000 1.8 *************** *** 38,42 **** <property name="packagelists" location="resource/package-lists"/> <property name="common" location="../common"/> ! <property name="common.lib" location="${common}/lib"/> <property file="build.properties"/> <property file="build.number"/> --- 38,42 ---- <property name="packagelists" location="resource/package-lists"/> <property name="common" location="../common"/> ! <property name="common.lib" location="${tm4j.build}/lib"/> <property file="build.properties"/> <property file="build.number"/> *************** *** 50,54 **** <path id="tm4j.classpath"> <fileset dir="${common.lib}"> ! <include name="tm4j.jar"/> </fileset> </path> --- 50,54 ---- <path id="tm4j.classpath"> <fileset dir="${common.lib}"> ! <include name="*.jar"/> </fileset> </path> *************** *** 65,69 **** <!-- Taskdef for Cocoon offline generation. The class used is from the Cocoon scrathpad block. --> ! <taskdef name="cocoon" classname="org.apache.cocoon.ant.CocoonTask" classpathref="cocoon.classpath"/> <!-- ======================= --> --- 65,69 ---- <!-- Taskdef for Cocoon offline generation. The class used is from the Cocoon scrathpad block. --> ! <!--<taskdef name="cocoon" classname="org.apache.cocoon.ant.CocoonTask" classpathref="cocoon.classpath"/>--> <!-- ======================= --> *************** *** 400,403 **** --- 400,406 ---- <echo> $Log$ + Revision 1.8 2008/01/14 03:45:08 conal_tuohy + changed tm4web TopicMapManagerComponent from Recyclable to Disposable closing TopicMapProviders when disposed; made TM4WebTransformer disposable, releasing TopicMapManagerComponent when disposed + Revision 1.7 2004/07/05 16:41:22 kal_ahmed Updates to add features to the sample sub-site. Renamed build.properties to build.properties.template to prevent constant CVS modifications. |