change the project name in the ANT scripts for OSGi demos

This commit is contained in:
Oleg Zhurakousky
2009-07-17 01:55:48 +00:00
parent 95869bd67a
commit 6998ef5e41
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.osgi.console.extension" default="jar">
<project name="osgi-inbound" default="jar">
<target name="jar">
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-inbound-1.0.3.jar"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.osgi.console.extension" default="jar">
<project name="osgi-outbound" default="jar">
<target name="jar">
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-outbound-1.0.3.jar"