summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/demos/bigbank-stockquote/build.xml
diff options
context:
space:
mode:
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>