Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
LabComm
Commits
36a6853b
Commit
36a6853b
authored
Nov 21, 2014
by
Anton Klarén
Browse files
added osgi manifest info
parent
3ca451b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/java/Makefile
View file @
36a6853b
...
...
@@ -17,15 +17,15 @@ all: labcomm.jar labcomm2014.jar labcomm2006.jar
labcomm.jar
:
gen/JAVAC
echo
$@
cd
gen
;
jar cf ../
$@
se/lth/control/labcomm/
*
.class se/lth/control/labcomm2006/
*
.class
cd
gen
;
jar cf
m
../
$@
osgi-manifest.txt
se/lth/control/labcomm/
*
.class se/lth/control/labcomm2006/
*
.class
labcomm2014.jar
:
gen/JAVAC
echo
$@
cd
gen
;
jar cf ../
$@
se/lth/control/labcomm/
*
.class
cd
gen
;
jar cf
m
../
$@
osgi-manifest.txt
se/lth/control/labcomm/
*
.class
labcomm2006.jar
:
gen/JAVAC
echo
$@
cd
gen
;
jar cf ../
$@
se/lth/control/labcomm2006/
*
.class
cd
gen
;
jar cf
m
../
$@
osgi-manifest.txt
se/lth/control/labcomm2006/
*
.class
gen
:
mkdir
gen
...
...
lib/java/osgi-manifest.txt
0 → 100644
View file @
36a6853b
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"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment