summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-12 20:25:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-12 20:25:48 +0000
commitaf56d0eb11bb09a2584c1bed074143643342c4f4 (patch)
tree0f24e1d5ad2135905e397805be38197a3025e642 /java/sca/samples/pom.xml
parent3024346a99b44546557029212af8aefce5150592 (diff)
Minor cleanup to put projects in alphabetical order
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/pom.xml')
-rw-r--r--java/sca/samples/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index e4bc31ee15..720e3ce8cf 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -43,7 +43,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>helloworld-bpel</module>
<module>calculator</module>
<module>calculator-equinox</module>
<module>calculator-osgi</module>
@@ -52,7 +51,9 @@
<module>dosgi-calculator</module>
<module>dosgi-calculator-operations</module>
-
+
+ <module>helloworld-bpel</module>
+
<module>implementation-java-calculator</module>
<module>binding-ws-calculator</module>
<!-- module>host-webapp-calculator</module -->