summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 21:18:05 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 21:18:05 +0000
commit5bcb90db2fdc4c5003eb6264343948aa0cf841bc (patch)
tree32159a56e6217d4b81e24b3be36762a7ed78f4eb /sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml
parent9c817816752558ef959080fbfbac0104f2e86c10 (diff)
Make "compile" the default target in build.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml')
-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">