diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-14 13:25:09 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-14 13:25:09 +0000 |
commit | 42ee19f055d31f63e4f073cd273a95c6b06123b5 (patch) | |
tree | 5e048c86d395af91a68aa095acac868a1de12c0b /sca-java-2.x/trunk/samples/applications | |
parent | 038ce6c17403971d4e23f7dd0611c21a44be9685 (diff) |
TUSCANY-3677 fix pom errors after recent changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/applications/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/pom.xml b/sca-java-2.x/trunk/samples/applications/pom.xml index 23d2824a1c..a4a4048931 100644 --- a/sca-java-2.x/trunk/samples/applications/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/pom.xml @@ -36,6 +36,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>store</module> </modules> </profile> </profiles> |