Author: brondsem
Date: Mon May 24 06:09:21 2004
New Revision: 20330
Modified:
xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-krysalis.xml
xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-seed.xml
Log:
update to use SVN
Modified: xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-krysalis.xml
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-krysalis.xml (original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-krysalis.xml Mon May 24 06:09:21
2004
@@ -16,7 +16,10 @@
-->
<project name="xml-forrest-krysalis" default="main">
- <property name="getsrc.cvs.module" value="xml-forrest"/>
+ <property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/xml/forrest/trunk"/>
+ <target name="getsrc" depends="getsrc.svn"/>
+
+ <!-- any properties we set here will take precedence of the project's forrest.properties
-->
<property name="project.skin" value="krysalis-site"/>
<import file="core/forrestbot.xml"/>
Modified: xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-seed.xml
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-seed.xml (original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest-seed.xml Mon May 24 06:09:21 2004
@@ -16,9 +16,10 @@
-->
<project name="xml-forrest-seed" default="main">
- <property name="getsrc.cvs.module" value="xml-forrest/src/core/fresh-site"/>
+ <property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/xml/forrest/trunk/src/core/fresh-site"/>
+ <target name="getsrc" depends="getsrc.svn"/>
- <import file="core/forrestbot.xml"/>
+ <import file="core/forrestbot.xml"/>
</project>
|