You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/09/27 15:39:33 UTC

svn commit: r1526898 - in /incubator/knox: build.xml trunk/build.xml

Author: kminder
Date: Fri Sep 27 13:39:32 2013
New Revision: 1526898

URL: http://svn.apache.org/r1526898
Log:
Ant build file tweaks.

Modified:
    incubator/knox/build.xml
    incubator/knox/trunk/build.xml

Modified: incubator/knox/build.xml
URL: http://svn.apache.org/viewvc/incubator/knox/build.xml?rev=1526898&r1=1526897&r2=1526898&view=diff
==============================================================================
--- incubator/knox/build.xml (original)
+++ incubator/knox/build.xml Fri Sep 27 13:39:32 2013
@@ -22,7 +22,7 @@
     </description>
 
     <target name="generate">
-        <ant dir="trunk" target="site"/>
+        <ant dir="trunk" target="generate"/>
     </target>
 
     <target name="review">

Modified: incubator/knox/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/knox/trunk/build.xml?rev=1526898&r1=1526897&r2=1526898&view=diff
==============================================================================
--- incubator/knox/trunk/build.xml (original)
+++ incubator/knox/trunk/build.xml Fri Sep 27 13:39:32 2013
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="Apache Knox Gateway Site" default="site" basedir=".">
+<project name="Apache Knox Gateway Site" default="generate" basedir=".">
 
     <description>
         Release build file for the Apache Knox Gateway
@@ -64,7 +64,9 @@
         <delete file="target"/>
     </target>
 
-    <target name="site" depends="_site,books"/>
+    <target name="generate" depends="site,books" description="Clean up any build artifacts."/>
+
+    <target name="site" depends="_site"/>
     <target name="_site" depends="init">
         <delete dir="../site" includes="**/*.html,**/*.css,**/*.png"/>
         <exec executable="${mvn.cmd}">