change the project name in the ANT scripts for OSGi demos
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user