From 53a55cdb36902760f574b372c4519f9a43562c55 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 27 Aug 2008 02:41:05 +0000 Subject: Simplified the plugin build, now using a single common Maven assembly descriptor for all plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689341 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugins/core/src/main/assembly/jar.xml | 15 ++++- java/sca/tools/eclipse34/plugins/ejava/pom.xml | 2 +- .../plugins/ejava/src/main/assembly/jar.xml | 70 ---------------------- java/sca/tools/eclipse34/plugins/manager/pom.xml | 2 +- .../plugins/manager/src/main/assembly/jar.xml | 70 ---------------------- java/sca/tools/eclipse34/plugins/process/pom.xml | 2 +- .../plugins/process/src/main/assembly/jar.xml | 70 ---------------------- java/sca/tools/eclipse34/plugins/web20/pom.xml | 2 +- .../plugins/web20/src/main/assembly/jar.xml | 70 ---------------------- .../sca/tools/eclipse34/plugins/webservice/pom.xml | 2 +- .../plugins/webservice/src/main/assembly/jar.xml | 70 ---------------------- 11 files changed, 18 insertions(+), 357 deletions(-) delete mode 100644 java/sca/tools/eclipse34/plugins/ejava/src/main/assembly/jar.xml delete mode 100644 java/sca/tools/eclipse34/plugins/manager/src/main/assembly/jar.xml delete mode 100644 java/sca/tools/eclipse34/plugins/process/src/main/assembly/jar.xml delete mode 100644 java/sca/tools/eclipse34/plugins/web20/src/main/assembly/jar.xml delete mode 100644 java/sca/tools/eclipse34/plugins/webservice/src/main/assembly/jar.xml (limited to 'java/sca/tools/eclipse34/plugins') diff --git a/java/sca/tools/eclipse34/plugins/core/src/main/assembly/jar.xml b/java/sca/tools/eclipse34/plugins/core/src/main/assembly/jar.xml index 78328d2f81..7832ba5131 100644 --- a/java/sca/tools/eclipse34/plugins/core/src/main/assembly/jar.xml +++ b/java/sca/tools/eclipse34/plugins/core/src/main/assembly/jar.xml @@ -53,16 +53,27 @@ + false true - org.apache.tuscany.sca:tuscany-distribution-core:zip + *:zip + + *:zip:src + + + + */samples + */samples/**/* + + + false false - org.apache.tuscany.sca:tuscany-distribution-core:zip:src + *:zip:src diff --git a/java/sca/tools/eclipse34/plugins/ejava/pom.xml b/java/sca/tools/eclipse34/plugins/ejava/pom.xml index 3b8965e107..752d20f7c1 100644 --- a/java/sca/tools/eclipse34/plugins/ejava/pom.xml +++ b/java/sca/tools/eclipse34/plugins/ejava/pom.xml @@ -102,7 +102,7 @@ - src/main/assembly/jar.xml + ../core/src/main/assembly/jar.xml gnu false diff --git a/java/sca/tools/eclipse34/plugins/ejava/src/main/assembly/jar.xml b/java/sca/tools/eclipse34/plugins/ejava/src/main/assembly/jar.xml deleted file mode 100644 index 3cbac63930..0000000000 --- a/java/sca/tools/eclipse34/plugins/ejava/src/main/assembly/jar.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - plugin - false - - - jar - - - - - - - target/classes - - - - **/.* - **/.*/** - **/*.log - - - pom.xml - src/ - src/**/* - - - - - - - - - true - - org.apache.tuscany.sca:tuscany-distribution-ejava:zip - - - - - false - - org.apache.tuscany.sca:tuscany-distribution-ejava:zip:src - - - - - diff --git a/java/sca/tools/eclipse34/plugins/manager/pom.xml b/java/sca/tools/eclipse34/plugins/manager/pom.xml index 98bf3ef7e4..ae6b3516a2 100644 --- a/java/sca/tools/eclipse34/plugins/manager/pom.xml +++ b/java/sca/tools/eclipse34/plugins/manager/pom.xml @@ -102,7 +102,7 @@ - src/main/assembly/jar.xml + ../core/src/main/assembly/jar.xml gnu false diff --git a/java/sca/tools/eclipse34/plugins/manager/src/main/assembly/jar.xml b/java/sca/tools/eclipse34/plugins/manager/src/main/assembly/jar.xml deleted file mode 100644 index d992ed227e..0000000000 --- a/java/sca/tools/eclipse34/plugins/manager/src/main/assembly/jar.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - plugin - false - - - jar - - - - - - - target/classes - - - - **/.* - **/.*/** - **/*.log - - - pom.xml - src/ - src/**/* - - - - - - - - - true - - org.apache.tuscany.sca:tuscany-distribution-manager:zip - - - - - false - - org.apache.tuscany.sca:tuscany-distribution-manager:zip:src - - - - - diff --git a/java/sca/tools/eclipse34/plugins/process/pom.xml b/java/sca/tools/eclipse34/plugins/process/pom.xml index 6c55285a6c..5e7366c07b 100644 --- a/java/sca/tools/eclipse34/plugins/process/pom.xml +++ b/java/sca/tools/eclipse34/plugins/process/pom.xml @@ -102,7 +102,7 @@ - src/main/assembly/jar.xml + ../core/src/main/assembly/jar.xml gnu false diff --git a/java/sca/tools/eclipse34/plugins/process/src/main/assembly/jar.xml b/java/sca/tools/eclipse34/plugins/process/src/main/assembly/jar.xml deleted file mode 100644 index c72de5f983..0000000000 --- a/java/sca/tools/eclipse34/plugins/process/src/main/assembly/jar.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - plugin - false - - - jar - - - - - - - target/classes - - - - **/.* - **/.*/** - **/*.log - - - pom.xml - src/ - src/**/* - - - - - - - - - true - - org.apache.tuscany.sca:tuscany-distribution-process:zip - - - - - false - - org.apache.tuscany.sca:tuscany-distribution-process:zip:src - - - - - diff --git a/java/sca/tools/eclipse34/plugins/web20/pom.xml b/java/sca/tools/eclipse34/plugins/web20/pom.xml index 65c014a2f5..7c450e753e 100644 --- a/java/sca/tools/eclipse34/plugins/web20/pom.xml +++ b/java/sca/tools/eclipse34/plugins/web20/pom.xml @@ -102,7 +102,7 @@ - src/main/assembly/jar.xml + ../core/src/main/assembly/jar.xml gnu false diff --git a/java/sca/tools/eclipse34/plugins/web20/src/main/assembly/jar.xml b/java/sca/tools/eclipse34/plugins/web20/src/main/assembly/jar.xml deleted file mode 100644 index b4fde9179c..0000000000 --- a/java/sca/tools/eclipse34/plugins/web20/src/main/assembly/jar.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - plugin - false - - - jar - - - - - - - target/classes - - - - **/.* - **/.*/** - **/*.log - - - pom.xml - src/ - src/**/* - - - - - - - - - true - - org.apache.tuscany.sca:tuscany-distribution-web20:zip - - - - - false - - org.apache.tuscany.sca:tuscany-distribution-web20:zip:src - - - - - diff --git a/java/sca/tools/eclipse34/plugins/webservice/pom.xml b/java/sca/tools/eclipse34/plugins/webservice/pom.xml index e1ac4db47d..64fb36a15d 100644 --- a/java/sca/tools/eclipse34/plugins/webservice/pom.xml +++ b/java/sca/tools/eclipse34/plugins/webservice/pom.xml @@ -102,7 +102,7 @@ - src/main/assembly/jar.xml + ../core/src/main/assembly/jar.xml gnu false diff --git a/java/sca/tools/eclipse34/plugins/webservice/src/main/assembly/jar.xml b/java/sca/tools/eclipse34/plugins/webservice/src/main/assembly/jar.xml deleted file mode 100644 index 1defb2a258..0000000000 --- a/java/sca/tools/eclipse34/plugins/webservice/src/main/assembly/jar.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - plugin - false - - - jar - - - - - - - target/classes - - - - **/.* - **/.*/** - **/*.log - - - pom.xml - src/ - src/**/* - - - - - - - - - true - - org.apache.tuscany.sca:tuscany-distribution-webservice:zip - - - - - false - - org.apache.tuscany.sca:tuscany-distribution-webservice:zip:src - - - - - -- cgit v1.2.3