diff options
Diffstat (limited to 'branches/sca-java-1.x/demos/bigbank-stockquote/build.xml')
-rw-r--r-- | branches/sca-java-1.x/demos/bigbank-stockquote/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/demos/bigbank-stockquote/build.xml b/branches/sca-java-1.x/demos/bigbank-stockquote/build.xml index 145c158ac2..798dcba605 100644 --- a/branches/sca-java-1.x/demos/bigbank-stockquote/build.xml +++ b/branches/sca-java-1.x/demos/bigbank-stockquote/build.xml @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. --> -<project name="calculator" default="run"> +<project name="bigbank-stockquote" default="run"> <property name="test.class" value="stockquote.demo.StockQuoteServer" /> <path id="test.classpath"> |