Author: hibou
Date: Mon Mar 14 13:30:02 2011
New Revision: 1081370
URL: http://svn.apache.org/viewvc?rev=1081370&view=rev
Log:
the build work now directly into the production branch
Modified:
ant/site/ant/build.xml
Modified: ant/site/ant/build.xml
URL:
http://svn.apache.org/viewvc/ant/site/ant/build.xml?rev=1081370&r1=1081369&r2=1081370&view=diff
==============================================================================
--- ant/site/ant/build.xml (original)
+++ ant/site/ant/build.xml Mon Mar 14 13:30:02 2011
@@ -25,15 +25,14 @@
XXX for no apparent reason, your CWD must be the main Ant source dir,
or this will fail:
.../docs.xml:64:
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource './site.vsl'
- After this generation the pages in staging/ should be up-to-date and
need to be committed.
-
- staging.ant.apache.org will then pickup your changes shortly after
your commit.
+ After this generation the pages in production/ should be up-to-date
and need to be committed.
+ http://ant.apache.org will then pickup your changes shortly after your
commit via svnpubsub.
</description>
<!-- Initialization properties -->
<property name="project.name" value="ant"/>
<property name="docs.src" location="sources"/>
- <property name="docs.dest" location="staging"/>
+ <property name="docs.dest" location="production"/>
<property name="project.file" value="stylesheets/project.xml" />
<property name="templ.path" location="sources/stylesheets" />
<property name="velocity.props"
location="${docs.src}/velocity.properties" />