Author: hibou
Date: Mon Mar 14 13:32:47 2011
New Revision: 1081372
URL: http://svn.apache.org/viewvc?rev=1081372&view=rev
Log:
the build work now directly into the production branch
Modified:
ant/site/ivyde/build.xml
Modified: ant/site/ivyde/build.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivyde/build.xml?rev=1081372&r1=1081371&r2=1081372&view=diff
==============================================================================
--- ant/site/ivyde/build.xml (original)
+++ ant/site/ivyde/build.xml Mon Mar 14 13:32:47 2011
@@ -19,7 +19,7 @@
<project name="ivyde-site" xmlns:xooki="antlib:xooki">
<property name="sources.dir" value="${basedir}/sources" />
- <property name="target.dir" value="${basedir}/staging" />
+ <property name="target.dir" value="${basedir}/production" />
<import file="../common-xooki-build.xml" />
@@ -29,7 +29,7 @@
======================================================================================
-->
- <target name="generate-site" description="Generates site for publication
in the staging area">
+ <target name="generate-site" description="Generates site for publication
in the production area">
<!-- by default we use incremental mode, which checks if files require
generation -->
<property name="checkUpToDate" value="true" />
<condition property="overwrite">