Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Blomdell
LabComm
Commits
e40986a2
Commit
e40986a2
authored
10 years ago
by
Sven Gestegård Robertz
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.control.lth.se:anders_blomdell/labcomm
parents
b99024d4
87ee2556
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/java/Makefile
+4
-5
4 additions, 5 deletions
lib/java/Makefile
lib/java/osgi-manifest.txt
+8
-0
8 additions, 0 deletions
lib/java/osgi-manifest.txt
with
12 additions
and
5 deletions
lib/java/Makefile
+
4
−
5
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
...
...
@@ -38,5 +38,4 @@ gen/JAVAC: $(MODULES:%=se/lth/control/labcomm/%.java) $(MODULES:%=se/lth/control
.PHONY
:
clean
clean
:
rm
-rf
labcomm.jar labcomm2006.jar labcomm2014.jar gen
rm
-rf
labcomm.jar labcomm2006.jar labcomm2014.jar gen
This diff is collapsed.
Click to expand it.
lib/java/osgi-manifest.txt
0 → 100644
+
8
−
0
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment