summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-calculator/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-checkaccount/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-stockquote/build.xml2
4 files changed, 4 insertions, 4 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">
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-calculator/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-calculator/build.xml
index 9d69ee9ba0..810cd5f408 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-calculator/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-calculator/build.xml
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="spring-bigbank-calculator" default="run">
+<project name="spring-bigbank-calculator" default="compile">
<property name="test.class" value="bigbank.calculator.server.CalculatorServer" />
<property name="test.jar" value="sample-spring-bigbank-calculator.jar" />
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-checkaccount/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-checkaccount/build.xml
index 861e8b4f3c..41389e8a2d 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-checkaccount/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-checkaccount/build.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="spring-bigbank-checkaccount" default="run">
+<project name="spring-bigbank-checkaccount" default="compile">
<property name="test.class" value="bigbank.account.checking.server.CheckingAccountServer" />
<property name="test.jar" value="sample-spring-bigbank-checkaccount.jar" />
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-stockquote/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-stockquote/build.xml
index 1b38a40495..f705ffd593 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-stockquote/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/spring-bigbank-stockquote/build.xml
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="spring-bigbank-stockquote" default="run">
+<project name="spring-bigbank-stockquote" default="compile">
<property name="test.class" value="bigbank.stockquote.server.StockQuoteServer" />
<property name="test.jar" value="sample-spring-bigbank-stockquote.jar" />