Author: hibou
Date: Mon Mar 14 13:32:45 2011
New Revision: 1081371

URL: http://svn.apache.org/viewvc?rev=1081371&view=rev
Log:
the build work now directly into the production branch

Modified:
    ant/site/ivy/build.xml

Modified: ant/site/ivy/build.xml
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/build.xml?rev=1081371&r1=1081370&r2=1081371&view=diff
==============================================================================
--- ant/site/ivy/build.xml (original)
+++ ant/site/ivy/build.xml Mon Mar 14 13:32:45 2011
@@ -19,7 +19,7 @@
 <project name="ivy-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">


Reply via email to