summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-service-jms/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-service-jms/build.xml')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-service-jms/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-service-jms/build.xml b/branches/sca-java-1.x/samples/helloworld-service-jms/build.xml
index 330de7f7e5..a44c71843e 100644
--- a/branches/sca-java-1.x/samples/helloworld-service-jms/build.xml
+++ b/branches/sca-java-1.x/samples/helloworld-service-jms/build.xml
@@ -16,9 +16,9 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="helloworld-ws-service-jms" default="compile">
+<project name="helloworld-service-jms" default="compile">
<property name="test.class" value="helloworld.HelloWorldServer" />
- <property name="test.jar" value="sample-helloworld-ws-service-jms.jar" />
+ <property name="test.jar" value="sample-helloworld-service-jms.jar" />
<target name="init">
<mkdir dir="target/classes"/>