From 6aa96c5b14cbfe9e13f9a29a2c1d7dfb6b5d5ef6 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 19 May 2010 21:38:53 +0000 Subject: Merge revision r944931 from 1.0 release branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946414 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/tutorials/travelsample/antdefs.xml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'sca-java-1.x') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml index 163e82452a..c0a6e3ff9c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml @@ -65,6 +65,8 @@ "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 path with id "package-path", this + path is used for the Class-Path manifest entry. "clean" Deletes all the files produced by the build. This file also defines the following targets for invocation by @@ -613,10 +615,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3