summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 22:11:38 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 22:11:38 +0000
commit0552c957d0b7e028ed8298d4a508b1329205f233 (patch)
tree972da37c55b0ea21fec7a8ab90945655c8f6860f /sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml
parentdf5b3fc1ccc5af09f1f3f8ce89949bddcdbc0573 (diff)
Merge r1001054 Decouple run target from compile target
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml b/sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml
index 270ea62368..bce15dbbc4 100644
--- a/sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml
+++ b/sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="bigbank-stockquote" default="run">
+<project name="bigbank-stockquote" default="compile">
<property name="test.class" value="stockquote.demo.StockQuoteServer" />
<path id="test.classpath">
@@ -48,7 +48,7 @@
</jar>
</target>
- <target name="run" depends="compile">
+ <target name="run">
<java classname="${test.class}"
fork="true">
<classpath>