leif 2002/08/08 02:45:10
Modified: xmlbundle build.xml
site/src/stylesheets velocity.properties
Removed: xmlbundle/src/xdocs/stylesheets docs.vsl
Log:
docs.vsl can now be accessed in both project specific builds and the global
build.
Revision Changes Path
1.34 +0 -2 jakarta-avalon-excalibur/xmlbundle/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 8 Aug 2002 08:20:48 -0000 1.33
+++ build.xml 8 Aug 2002 09:45:10 -0000 1.34
@@ -365,7 +365,6 @@
<target name="docs" depends="anakia-check" description="Generate
documentation and website">
<!-- Ant dist works when run from the xmlbundle but the docs.vsl
file can't be found -->
<!-- When run as part of the root ant dist -->
- <!--
<taskdef name="anakia"
classname="org.apache.velocity.anakia.AnakiaTask">
<classpath refid="tools.class.path"/>
@@ -379,7 +378,6 @@
excludes="menu.xml"
velocitypropertiesfile="../site/src/stylesheets/velocity.properties"
/>
- -->
<copy todir="${docs.dir}" filtering="off">
<fileset dir="../site/src" includes="css/*.css" />
1.2 +1 -0
jakarta-avalon-excalibur/site/src/stylesheets/velocity.properties
Index: velocity.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/site/src/stylesheets/velocity.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- velocity.properties 17 Jun 2002 11:39:54 -0000 1.1
+++ velocity.properties 8 Aug 2002 09:45:10 -0000 1.2
@@ -1,2 +1,3 @@
file.resource.loader.path=../site/src/stylesheets
+file.resource.loader.path=site/src/stylesheets
# disable this for now velocimacro.library=templates.vm
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>