summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml1
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml3
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml1
3 files changed, 2 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
index be9c338f52..dfb23f7d75 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
@@ -87,6 +87,7 @@
<ant dir="spring-bigbank-checkaccount" target="${target}"/>
<ant dir="spring-bigbank-stockquote" target="${target}"/>
<ant dir="store" target="${target}"/>
+ <ant dir="store-dojo" target="${target}"/>
<ant dir="store-secure" target="${target}"/>
<ant dir="store-webapp" target="${target}"/>
<ant dir="supplychain" target="${target}"/>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml
index 2034f3a77e..12609a0d19 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml
@@ -129,8 +129,7 @@
<module>simple-callback</module>
<module>simple-callback-ws</module>
<module>store</module>
- <!-- the following is excluded from pom-distribution.xml
- <module>store-dojo</module -->
+ <module>store-dojo</module>
<module>store-webapp</module>
<module>store-secure</module>
<module>supplychain</module>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
index 6478db2541..b081e6c9f0 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
@@ -129,7 +129,6 @@
<module>simple-callback</module>
<module>simple-callback-ws</module>
<module>store</module>
- <!-- the following is excluded from pom-distribution.xml -->
<module>store-dojo</module>
<module>store-webapp</module>
<module>store-secure</module>