From e9d972d2cf64e6d14fb3304c73fbbd10eeb0928e Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 19 May 2010 22:12:38 +0000 Subject: Merge revision r946349 from 1.0 release branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946458 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/tutorials/travelsample/antdefs.xml | 38 ++++++++++++++++++---- .../travelsample/domainconfig/fullapp/build.xml | 16 +++++++++ .../domainconfig/introducing/build.xml | 16 +++++++++ 3 files changed, 63 insertions(+), 7 deletions(-) (limited to 'sca-java-1.x/trunk/tutorials') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml index b7367e9d57..d9db29dcc9 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml @@ -67,8 +67,14 @@ "package" Creates a jar file containing the compiled Java class files (excluding unit test code) and any files in or under the resource directory, unless the jar file is already up to date. - If the build.xml file defines a property named "package-path", this - path is used for the Class-Path manifest entry. + If the build.xml file defines the "run-package-setup" property, + the "package-setup" target in the build.xml file is invoked before + creating the jar file. The contents of the jar file are taken from + the target/classes directory unless the target/jar-classes directory + exists, in which case this directory is used in preference to + target/classes. If the build.xml file defines a property named + "package-path", a Class-Path manifest entry is created using the + value of this property. "clean" Deletes all the files produced by the build. This file also defines the following targets for invocation by @@ -575,6 +581,23 @@ + + + + + + + + + + + + + + + + + @@ -594,13 +617,13 @@ excludes="**/*.cbp"> - + - @@ -614,12 +637,13 @@ - - + @@ -737,7 +761,7 @@ - + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml index 3fd52446fc..12229733f0 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml @@ -19,4 +19,20 @@ + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml index 5ce51edcce..8d3fb63a4a 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml @@ -19,4 +19,20 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.3