From 9b7ade113deb34569586321cca5376c25a6161d1 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Thu, 28 Aug 2008 01:10:32 +0000 Subject: Minor improvements of some of the build scripts. Do not need to build the assembly with the -Pmodules profile. Excluded the distro modules from the -Pmodules profile. Fixed up some of the OSGi dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689690 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/features/web20/pom.xml | 63 ++++++++++++---------- .../web20/src/main/components/src-modules.xml | 2 + 2 files changed, 37 insertions(+), 28 deletions(-) (limited to 'java/sca/distribution/features/web20') diff --git a/java/sca/distribution/features/web20/pom.xml b/java/sca/distribution/features/web20/pom.xml index 5da456d5a9..ecd556c666 100644 --- a/java/sca/distribution/features/web20/pom.xml +++ b/java/sca/distribution/features/web20/pom.xml @@ -98,6 +98,39 @@ + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-web20-1.4-SNAPSHOT + + + + + + + + modules @@ -130,9 +163,9 @@ ../../../modules/databinding-json ../../../modules/definitions ../../../modules/definitions-xml - ../../../modules/distribution-core ../../../modules/endpoint ../../../modules/extensibility + ../../../modules/extensibility-osgi ../../../modules/host-embedded ../../../modules/host-http ../../../modules/host-jetty @@ -156,6 +189,7 @@ ../../../modules/node-api ../../../modules/node-impl ../../../modules/node-launcher + ../../../modules/node-launcher-osgi ../../../modules/node-launcher-webapp ../../../modules/policy ../../../modules/policy-security @@ -167,31 +201,4 @@ - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-web20-1.4-SNAPSHOT - - - - - - - - diff --git a/java/sca/distribution/features/web20/src/main/components/src-modules.xml b/java/sca/distribution/features/web20/src/main/components/src-modules.xml index 447675e248..15b3f2a522 100644 --- a/java/sca/distribution/features/web20/src/main/components/src-modules.xml +++ b/java/sca/distribution/features/web20/src/main/components/src-modules.xml @@ -55,6 +55,7 @@ distribution-core/**/* endpoint/**/* extensibility/**/* + extensibility-osgi/**/* host-embedded/**/* host-http/**/* host-jetty/**/* @@ -78,6 +79,7 @@ node-api/**/* node-impl/**/* node-launcher/**/* + node-launcher-osgi/**/* node-launcher-webapp/**/* policy/**/* policy-security/**/* -- cgit v1.2.3