diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-23 18:23:37 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-23 18:23:37 +0000 |
commit | fe4e8f71d370327340f8ee6fa699ade8a91987a1 (patch) | |
tree | d202c488f9bcfb9449ca739610b6dc47b788fa52 /branches/sca-java-1.x/distribution | |
parent | 561690e6ecf5aa4eb7ddd1093ada36b0f0433cb4 (diff) |
Remove bundle module from the pom.xml as it's now moved
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/distribution')
-rw-r--r-- | branches/sca-java-1.x/distribution/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/pom.xml b/branches/sca-java-1.x/distribution/pom.xml index ed9af1fa16..c056f05351 100644 --- a/branches/sca-java-1.x/distribution/pom.xml +++ b/branches/sca-java-1.x/distribution/pom.xml @@ -36,7 +36,9 @@ </properties> <modules> +<!-- <module>bundle</module> +--> <module>manifest</module> <!--module>webapp</module--> </modules> |