OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | joram-commits List | Febuary 2010 Index

<--  Date Index  --> <--  Thread Index  -->

[[joram-commits]] [3718] tags/JORAM_5_3_0/joram/build.xml: replace target adapters by ship. all


Title: [3718] tags/JORAM_5_3_0/joram/build.xml: replace target adapters by ship.all
Revision
3718
Author
tachker
Date
2010-02-11 15:28:22 +0100 (Thu, 11 Feb 2010)

Log Message

replace target adapters by ship.all

Modified Paths

Diff

Modified: tags/JORAM_5_3_0/joram/build.xml (3717 => 3718)


--- tags/JORAM_5_3_0/joram/build.xml	2010-02-11 14:26:32 UTC (rev 3717)
+++ tags/JORAM_5_3_0/joram/build.xml	2010-02-11 14:28:22 UTC (rev 3718)
@@ -11,7 +11,6 @@
   <target name="releases"
           description="--> Builds a Joram complete distribution.">
     <ant dir="src" antfile="joram.xml" target="releases"/>
-    <property name="buildAdapters" value="false"/>
     <antcall target="maven:deploy" inheritall="true"/>
   </target>
 
@@ -19,7 +18,6 @@
   <target name="snapshot"
           description="--> Builds a Joram complete snapshot distribution.">
     <ant dir="src" antfile="joram.xml" target="snapshot"/>
-    <property name="buildAdapters" value="false"/>
     <antcall target="deploy_snapshot" inheritall="true"/>
   </target>
   
@@ -30,8 +28,8 @@
     <ant dir="src" antfile="joram.xml" target="ship" />
   </target>
 
-  <target name="adapters" unless="buildAdapters">
-    <ant dir="src" antfile="joram.xml" target="clean" />
+  <target name="ship.all">
+    <!-- ant dir="src" antfile="joram.xml" target="clean" / -->
     <ant dir="src" antfile="joram.xml" target="ship.adapters"/>
   	<ant dir="src" antfile="joram.xml" target="ship.osgi"/>
   </target>
@@ -40,7 +38,7 @@
           target: deploy_snapshot
          ================================= -->
   <target name="deploy_snapshot"
-          depends="adapters"
+          depends="ship.all"
           description="--> Deploy JORAM SNAPSHOT on the OW2 repository">
 
     <ant antfile="maven-build.xml" target="deploy_snapshot" />
@@ -50,7 +48,7 @@
           target: install_snapshot
          ================================= -->
   <target name="install_snapshot"
-          depends="adapters"
+          depends="ship.all"
           description="--> Install JORAM SNAPSHOT in the local artifact repository">
 
     <ant antfile="maven-build.xml" target="install_snapshot" />
@@ -60,7 +58,7 @@
           target: maven:deploy
          ================================= -->
   <target name="maven:deploy"
-          depends="adapters"
+          depends="ship.all"
           description="--> Deploy JORAM on the OW2 Release repository">
 
     <ant antfile="maven-build.xml" target="deploy" />
@@ -70,7 +68,7 @@
           target: maven:install
          ================================= -->
   <target name="maven:install"
-          depends="adapters"
+          depends="ship.all"
           description="--> Install JORAM in the local artifact repository">
 
     <ant antfile="maven-build.xml" target="install" />


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.