summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
index b081e6c9f0..f48b476f02 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
@@ -18,22 +18,6 @@
* under the License.
-->
<project>
- <!--
- The pom-distribution.xml file in this directory is a modified version
- of this pom.xml file and is used as the pom.xml for the samples
- directory of the binary distribution. Any updates to this pom.xml
- file must be applied to pom-distribution.xml to keep the two files
- in sync (except where marked).
-
- The samples directory of the binary distribution needs to contain
- a pom.xml so that users can run "mvn eclipse:eclipse" to generate
- Eclipse project files for all the samples. We can't just copy the
- samples pom.xml from the svn source tree to the binary distribution
- because there are 10 samples in the svn source tree (and the source
- distribution) that aren't included in the binary distribution. This
- mismatch is being tracked as issue TUSCANY-3678 and it should be
- possible to remove pom-distribution.xml when this issue is fixed.
- -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
@@ -67,27 +51,18 @@
<module>calculator</module>
<module>calculator-corba-reference</module>
<module>calculator-corba-service</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>calculator-lean</module>
<module>calculator-distributed</module>
<module>calculator-implementation-policies</module>
<module>calculator-rmi-reference</module>
<module>calculator-rmi-service</module>
<module>calculator-script</module>
<module>calculator-webapp</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>calculator-ws-secure-webapp</module>
<module>calculator-ws-webapp</module>
<module>callback-ws-client</module>
<module>callback-ws-service</module>
<module>callbacks-jms</module>
<module>chat-webapp</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>customer-dojo</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>customer-dojo-webapp</module>
<module>databinding-echo</module>
- <!--module>domain-webapp</module-->
<module>domain-management</module>
<module>feed-aggregator</module>
<module>feed-aggregator-webapp</module>
@@ -95,8 +70,6 @@
<module>helloworld-dojo-webapp</module>
<module>helloworld-erlang-reference</module>
<module>helloworld-erlang-service</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>helloworld-jms-webapp</module>
<module>helloworld-jsonrpc-webapp</module>
<module>helloworld-reference-jms</module>
<module>helloworld-service-jms</module>
@@ -104,8 +77,6 @@
<module>helloworld-ws-service-jms</module>
<module>helloworld-ws-service-secure</module>
<module>helloworld-ws-reference</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>helloworld-ws-reference-lean</module>
<module>helloworld-ws-reference-jms</module>
<module>helloworld-ws-reference-secure</module>
<module>helloworld-ws-sdo</module>
@@ -116,8 +87,6 @@
<module>implementation-crud-extension</module>
<module>implementation-notification</module>
<module>implementation-pojo-extension</module>
- <!-- the following is excluded from pom-distribution.xml -->
- <module>loanapplication</module>
<module>osgi-supplychain</module>
<module>photo-gallery</module>
<module>quote-xquery</module>
@@ -134,7 +103,6 @@
<module>store-secure</module>
<module>supplychain</module>
<module>web-resource</module>
- <!--module>zipcode-jaxws</module-->
</modules>
</profile>
</profiles>