summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-29 08:44:16 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-29 08:44:16 +0000
commita17725f068074bec886fbd6c47174ae7b590064c (patch)
tree7e02fdf7df2cff25c6906b8017d66ac5738597fe /branches/sca-java-1.x/modules/pom.xml
parent506e4e1bccba6384a0cec6aae0b4c0e86f9402ce (diff)
TUSCANY-3174 - move the workspace manager classes into a separate module as the existing modules are to do with the workspace model rather than how it's managed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/pom.xml b/branches/sca-java-1.x/modules/pom.xml
index 87fcc6d32e..c0307ef73e 100644
--- a/branches/sca-java-1.x/modules/pom.xml
+++ b/branches/sca-java-1.x/modules/pom.xml
@@ -155,7 +155,7 @@
<module>implementation-resource-runtime</module>
<module>implementation-script</module>
<module>implementation-spring</module>
- <module>implementation-spring-runtime</module>
+ <module>implementation-spring-runtime</module>
<module>implementation-web</module>
<module>implementation-web-runtime</module>
<module>implementation-widget</module>
@@ -186,6 +186,7 @@
<module>workspace</module>
<module>workspace-impl</module>
<module>workspace-xml</module>
+ <module>workspace-manager</module>
<module>xsd</module>
<module>xsd-xml</module>
<module>tracing-aspectj</module>