diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-26 08:15:48 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-26 08:15:48 +0000 |
commit | 259ed07b7a6023f19153cfae6f368f9fba24cb8e (patch) | |
tree | 5df9520935bd0a62f57f98aed4b4763f828d1ec8 | |
parent | bde00248699cf0a573ca829d8a712473c02e7d72 (diff) |
TUSCANY-3182: take dosgi-dynamic-calculator-operations sample out of build while its fialing on the hudson build machine
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797875 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/samples/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml index 88fa77c2be..8613f701c6 100644 --- a/java/sca/samples/pom.xml +++ b/java/sca/samples/pom.xml @@ -53,8 +53,10 @@ <module>dosgi-calculator-operations</module> <module>dosgi-dynamic-calculator</module> + +<!-- TUSCANY-3182 <module>dosgi-dynamic-calculator-operations</module> - +--> <module>helloworld-bpel</module> <module>implementation-java-calculator</module> |