Author: lresende
Date: Wed Mar 12 12:49:52 2008
New Revision: 636481
URL: http://svn.apache.org/viewvc?rev=636481&view=rev
Log:
TUSCANY-1977 - Updatading build.xml to make all project consistent
Modified:
incubator/tuscany/java/sca/samples/helloworld-dojo-webapp/build.xml
incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/build.xml
incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/build.xml
Modified: incubator/tuscany/java/sca/samples/helloworld-dojo-webapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-dojo-webapp/build.xml?rev=636481&r1=636480&r2=636481&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-dojo-webapp/build.xml
(original)
+++ incubator/tuscany/java/sca/samples/helloworld-dojo-webapp/build.xml Wed Mar
12 12:49:52 2008
@@ -57,7 +57,8 @@
<property name="localRepository" value="./target/repo"/>
</ant>
</target>
- <target name="package" depends="compile"/>
+
+ <target name="package" depends="compile"/>
<target name="clean">
<delete includeemptydirs="true">
Modified: incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/build.xml?rev=636481&r1=636480&r2=636481&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/build.xml
(original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-sdo-webapp/build.xml Wed
Mar 12 12:49:52 2008
@@ -20,7 +20,7 @@
<!ENTITY buildDependency SYSTEM "build-dependency.xml">
]>
-<project name="sample-helloworld-ws-sdo-webapp" default="package">
+<project name="sample-helloworld-ws-sdo-webapp" default="compile">
&buildDependency;
<property file="${user.home}/tuscany/build.properties" />
@@ -80,9 +80,6 @@
<copy todir="target/classes">
<fileset dir="src/main/resources"/>
</copy>
- </target>
-
- <target name="package" depends="compile">
<war destfile="target/sample-helloworld-ws-sdo-webapp.war"
webxml="src/main/webapp/WEB-INF/web.xml">
<fileset dir="src/main/webapp"/>
@@ -90,7 +87,9 @@
<lib refid="3rdparty.jars"/>
<classes dir="target/classes"/>
</war>
- </target>
+ </target>
+
+ <target name="package" depends="compile"/>
<target name="clean">
<delete quiet="true" includeemptydirs="true">
Modified:
incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/build.xml?rev=636481&r1=636480&r2=636481&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/build.xml
(original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/build.xml
Wed Mar 12 12:49:52 2008
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="sample-helloworld-ws-service-webapp" default="package">
+<project name="sample-helloworld-ws-service-webapp" default="compile">
<property file="${user.home}/tuscany/build.properties" />
<property file="${user.home}/build.properties" />
@@ -49,9 +49,6 @@
<fileset dir="src/main/resources"/>
<fileset dir="target/sdo-source"/>
</copy>
- </target>
-
- <target name="package" depends="compile">
<war destfile="target/sample-helloworld-ws-service-webapp.war"
webxml="src/main/webapp/WEB-INF/web.xml">
<fileset dir="src/main/webapp"/>
@@ -147,8 +144,9 @@
</lib>
<classes dir="target/classes"/>
<classes dir="target/sdo-source"/>
- </war>
- </target>
+ </war>
</target>
+
+ <target name="package" depends="compile"/>
<target name="clean">
<delete quiet="true" includeemptydirs="true">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]