From bd4fbd7058f1285c24481170d10e34c316cd8e7c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 13 Aug 2008 19:38:15 +0000 Subject: Simplified the build scripts a bit, added source distro build scripts. Building the core distro now triggers the build of the modules that it includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685652 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/features/all/pom.xml | 10 +++ .../features/all/src/main/assembly/bin.xml | 18 +++-- .../features/all/src/main/assembly/src.xml | 76 ++++++++++++++++++++++ 3 files changed, 94 insertions(+), 10 deletions(-) create mode 100644 java/sca/distribution/features/all/src/main/assembly/src.xml (limited to 'java/sca/distribution/features/all') diff --git a/java/sca/distribution/features/all/pom.xml b/java/sca/distribution/features/all/pom.xml index a54993b883..07a1b37731 100644 --- a/java/sca/distribution/features/all/pom.xml +++ b/java/sca/distribution/features/all/pom.xml @@ -71,6 +71,15 @@ + + + + distribution + + + + + @@ -86,6 +95,7 @@ src/main/assembly/bin.xml + src/main/assembly/src.xml gnu apache-tuscany-sca-all-1.4-SNAPSHOT diff --git a/java/sca/distribution/features/all/src/main/assembly/bin.xml b/java/sca/distribution/features/all/src/main/assembly/bin.xml index 2e80fff2f2..522d5089bf 100644 --- a/java/sca/distribution/features/all/src/main/assembly/bin.xml +++ b/java/sca/distribution/features/all/src/main/assembly/bin.xml @@ -20,7 +20,7 @@ - false + true src/main/release - tuscany-sca-1.4-SNAPSHOT + CHANGES DISCLAIMER @@ -44,7 +44,7 @@ src/main/release/bin - tuscany-sca-1.4-SNAPSHOT + INSTALL LICENSE @@ -55,7 +55,7 @@ ../../sca/modules/node2-launcher-webapp/target - tuscany-sca-1.4-SNAPSHOT/modules + modules *.war @@ -64,7 +64,7 @@ ../../sca/samples - tuscany-sca-1.4-SNAPSHOT/samples + samples @@ -113,6 +113,7 @@ **/.* + **/.*/** **/*.log @@ -125,19 +126,16 @@ - tuscany-sca-1.4-SNAPSHOT/modules + modules false org.apache.tuscany.sca:* - - org.apache.tuscany.sca:tuscany-distribution-* - - tuscany-sca-1.4-SNAPSHOT/lib + lib false org.apache.tuscany.sca:* diff --git a/java/sca/distribution/features/all/src/main/assembly/src.xml b/java/sca/distribution/features/all/src/main/assembly/src.xml new file mode 100644 index 0000000000..92734897e7 --- /dev/null +++ b/java/sca/distribution/features/all/src/main/assembly/src.xml @@ -0,0 +1,76 @@ + + + + + src + true + tuscany-sca-1.4-SNAPSHOT-src + + + zip + + + + + + true + + **/* + + + + **/.* + **/.*/** + **/*.log + + + **/target + **/target/**/* + + + + + + + + src/main/release + + + CHANGES + DISCLAIMER + README + RELEASE_NOTES + + + + src/main/release/src + + + BUILDING + LICENSE + NOTICE + + + + + -- cgit v1.2.3