Skip to content
Snippets Groups Projects
Commit 36a6853b authored by Anton Klarén's avatar Anton Klarén
Browse files

added osgi manifest info

parent 3ca451b1
No related branches found
No related tags found
1 merge request!1Master
...@@ -17,15 +17,15 @@ all: labcomm.jar labcomm2014.jar labcomm2006.jar ...@@ -17,15 +17,15 @@ all: labcomm.jar labcomm2014.jar labcomm2006.jar
labcomm.jar: gen/JAVAC labcomm.jar: gen/JAVAC
echo $@ echo $@
cd gen ; jar cf ../$@ se/lth/control/labcomm/*.class se/lth/control/labcomm2006/*.class cd gen ; jar cfm ../$@ osgi-manifest.txt se/lth/control/labcomm/*.class se/lth/control/labcomm2006/*.class
labcomm2014.jar: gen/JAVAC labcomm2014.jar: gen/JAVAC
echo $@ echo $@
cd gen ; jar cf ../$@ se/lth/control/labcomm/*.class cd gen ; jar cfm ../$@ osgi-manifest.txt se/lth/control/labcomm/*.class
labcomm2006.jar: gen/JAVAC labcomm2006.jar: gen/JAVAC
echo $@ echo $@
cd gen ; jar cf ../$@ se/lth/control/labcomm2006/*.class cd gen ; jar cfm ../$@ osgi-manifest.txt se/lth/control/labcomm2006/*.class
gen: gen:
mkdir gen mkdir gen
......
Bundle-Description: Provides Labcomm to bundles
Bundle-ManifestVersion: 2
Bundle-Name: Labcomm OSGi
Bundle-SymbolicName: se.lth.control.labcomm
Bundle-Vendor: LTH
Bundle-Version: 1.0.0
Export-Package: se.lth.control.labcomm;version="1.0.0",se.lth.control.la
bcomm2006;version="1.0.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment