formatting
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
<project name="osgi-inbound" default="jar">
|
||||
|
||||
<target name="jar">
|
||||
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-inbound-1.0.3.jar"
|
||||
basedir="bin"
|
||||
/>
|
||||
|
||||
<jar manifest="src/META-INF/MANIFEST.MF"
|
||||
destfile="osgi-inbound-1.0.3.jar"
|
||||
basedir="bin"/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
<project name="osgi-outbound" default="jar">
|
||||
|
||||
<target name="jar">
|
||||
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-outbound-1.0.3.jar"
|
||||
basedir="bin"
|
||||
/>
|
||||
|
||||
<jar manifest="src/META-INF/MANIFEST.MF"
|
||||
destfile="osgi-outbound-1.0.3.jar"
|
||||
basedir="bin"/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user