Skip to content
GitLab
Menu
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
e40986a2
Commit
e40986a2
authored
Nov 21, 2014
by
Sven Gestegård Robertz
Browse files
Merge branch 'master' of gitlab.control.lth.se:anders_blomdell/labcomm
parents
b99024d4
87ee2556
Changes
2
Show whitespace changes
Inline
Side-by-side
lib/java/Makefile
View file @
e40986a2
...
...
@@ -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
...
...
@@ -39,4 +39,3 @@ gen/JAVAC: $(MODULES:%=se/lth/control/labcomm/%.java) $(MODULES:%=se/lth/control
clean
:
rm
-rf
labcomm.jar labcomm2006.jar labcomm2014.jar gen
lib/java/osgi-manifest.txt
0 → 100644
View file @
e40986a2
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
.
Attach a 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