From e2eb32676f17d9f7e1fa67902914124f956392cb Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 25 Aug 2008 15:55:15 +0000 Subject: Simplified the distribution builds, use Maven assembly component descriptors to share definitions. Added a few scripts to help maintain some of the descriptors, eventually they should be converted to Maven plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688767 13f79535-47bb-0310-9956-ffa450edef68 --- .../features/core/src/main/assembly/bin.xml | 89 ++-------------------- 1 file changed, 5 insertions(+), 84 deletions(-) (limited to 'java/sca/distribution/features/core/src/main/assembly/bin.xml') diff --git a/java/sca/distribution/features/core/src/main/assembly/bin.xml b/java/sca/distribution/features/core/src/main/assembly/bin.xml index 04ac5f01cd..76b6b87c1e 100644 --- a/java/sca/distribution/features/core/src/main/assembly/bin.xml +++ b/java/sca/distribution/features/core/src/main/assembly/bin.xml @@ -30,88 +30,9 @@ zip - - - - - src/main/release - - - CHANGES - DISCLAIMER - README - RELEASE_NOTES - - - - src/main/release/bin - - - INSTALL - LICENSE - NOTICE - - - - - - ../../sca/modules/node2-launcher-webapp/target - modules - - *.war - - - - - - ../../sca/samples - samples - - calculator/**/* - binding-echo/**/* - binding-echo-extension/**/* - databinding-echo/**/* - implementation-composite/**/* - implementation-crud/**/* - implementation-crud-extension/**/* - implementation-pojo-extension/**/* - loanapplication/**/* - simple-bigbank/**/* - simple-callback/**/* - supplychain/**/* - - - - **/.* - **/.*/** - **/*.log - - - pom.xml - - - - - - - - - modules - false - - org.apache.tuscany.sca:* - - - - - - lib - false - - org.apache.tuscany.sca:* - - - - - + + ../core/src/main/components/bin-common.xml + ../core/src/main/components/bin-dependencies.xml + ../core/src/main/components/bin-samples.xml + -- cgit v1.2.3