From 8a311f0577d74e20703a66460ffa64bc305a5aea Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 28 Jul 2009 04:23:46 +0000 Subject: Add tomcat integration into main build and add war legal checks test to be run with the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798395 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/pom.xml | 25 ++++------------------ java/sca/distribution/tomcat/pom.xml | 1 + java/sca/distribution/tomcat/testing/pom.xml | 1 + .../tomcat/tomcat-war/src/main/assembly/war.xml | 1 + 4 files changed, 7 insertions(+), 21 deletions(-) diff --git a/java/sca/distribution/pom.xml b/java/sca/distribution/pom.xml index 21005f4c2c..0058a99177 100644 --- a/java/sca/distribution/pom.xml +++ b/java/sca/distribution/pom.xml @@ -30,26 +30,9 @@ pom Apache Tuscany SCA Distributions - - - default - - true - - - all - - - - - distribution - - all - tomcat - - - - - + + all + tomcat + diff --git a/java/sca/distribution/tomcat/pom.xml b/java/sca/distribution/tomcat/pom.xml index b06a0aea79..7164f45ac7 100644 --- a/java/sca/distribution/tomcat/pom.xml +++ b/java/sca/distribution/tomcat/pom.xml @@ -34,6 +34,7 @@ tomcat-hook tomcat-servlet tomcat-war + testing diff --git a/java/sca/distribution/tomcat/testing/pom.xml b/java/sca/distribution/tomcat/testing/pom.xml index 732e7c292d..35a03da94a 100644 --- a/java/sca/distribution/tomcat/testing/pom.xml +++ b/java/sca/distribution/tomcat/testing/pom.xml @@ -33,6 +33,7 @@ helloworld-service-contribution helloworld-client-webapp + legal-checks diff --git a/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml b/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml index 695acee3f0..2f1c6bc4d8 100644 --- a/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml +++ b/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml @@ -20,6 +20,7 @@ war war + dir false -- cgit v1.2.3