summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml
index 233df53bdc..a69c7c2f96 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="calculator-distributed" default="runDomain">
+<project name="calculator-distributed" default="compile">
<property name="test.jar" value="sample-calculator-distributed.jar" />
<target name="init">