From f31b8fa6a3b9d9d356212670296c60beb468c8e5 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 16 Mar 2010 17:57:42 +0000 Subject: Copy travelsample from 1.x to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923906 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/components/bin-modules.xml | 119 +++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml (limited to 'sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml') diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml b/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml new file mode 100644 index 0000000000..41115063a7 --- /dev/null +++ b/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml @@ -0,0 +1,119 @@ + + + + + + ../src/main/resources/build-clients.xml + clients + build.xml + + + ../src/main/resources/build-launchers.xml + launchers + build.xml + + + ../src/main/resources/build-services.xml + services + build.xml + + + + + + false + util + ${artifact.artifactId}.${artifact.extension} + false + + org.apache.tuscany.sca:scatours-util-* + + runtime + + + + false + contributions + ${artifact.artifactId}.${artifact.extension} + false + + org.apache.tuscany.sca:scatours-contribution-* + + + org.apache.tuscany.sca:scatours-contribution-payment-bpel-process + + runtime + + + + false + contributions/scatours-contribution-payment-bpel-process + true + + org.apache.tuscany.sca:scatours-contribution-payment-bpel-process + + runtime + + + + false + launchers + ${artifact.artifactId}.${artifact.extension} + false + + org.apache.tuscany.sca:scatours-launcher-* + + runtime + + + + false + services + ${artifact.artifactId}.${artifact.extension} + false + + org.apache.tuscany.sca:scatours-service-* + + runtime + + + + false + clients + ${artifact.artifactId}.${artifact.extension} + false + + org.apache.tuscany.sca:scatours-client-* + + runtime + + + + false + domainconfig + true + + org.apache.tuscany.sca:scatours-domainconfig-* + + runtime + + + + -- cgit v1.2.3