Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
floodlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
croft1
floodlight
Commits
f1c233f4
Commit
f1c233f4
authored
12 years ago
by
Rich Lane
Browse files
Options
Downloads
Patches
Plain Diff
create floodlight-nodeps.jar without included dependencies
parent
4a5ca781
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
build.xml
+12
-4
12 additions, 4 deletions
build.xml
debian/floodlight.install
+1
-1
1 addition, 1 deletion
debian/floodlight.install
with
13 additions
and
5 deletions
build.xml
+
12
−
4
View file @
f1c233f4
...
...
@@ -36,6 +36,7 @@
<property
name=
"packetstreamer-gen-build"
location=
"lib/gen-java-bin"
/>
<property
name=
"packetstreamer-thrift-jar"
value=
"packetstreamer-thrift.jar"
/>
<property
name=
"floodlight-jar"
location=
"${target}/floodlight.jar"
/>
<property
name=
"floodlight-nodeps-jar"
location=
"${target}/floodlight-nodeps.jar"
/>
<property
name=
"floodlight-test-jar"
location=
"${target}/floodlight-test.jar"
/>
<patternset
id=
"lib"
>
...
...
@@ -201,7 +202,7 @@
<target
name=
"coverage"
depends=
"instrument,test,coverage-report"
/>
<target
name=
"dist"
depends=
"compile,compile-test"
>
<jar
destfile=
"${floodlight-jar}"
filesetmanifest=
"mergewithoutmain"
>
<jar
destfile=
"${floodlight-
nodeps-
jar}"
filesetmanifest=
"mergewithoutmain"
>
<manifest>
<attribute
name=
"Main-Class"
value=
"${main-class}"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
...
...
@@ -211,13 +212,20 @@
<fileset
dir=
"${python-src}"
>
<include
name=
"**/*.py"
/>
</fileset>
<zipgroupfileset
dir=
"lib"
>
<patternset
refid=
"lib"
/>
</zipgroupfileset>
<zipgroupfileset
dir=
"${target}/lib"
>
<patternset
refid=
"genlib"
/>
</zipgroupfileset>
</jar>
<jar
destfile=
"${floodlight-jar}"
>
<manifest>
<attribute
name=
"Main-Class"
value=
"${main-class}"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
</manifest>
<zipgroupfileset
dir=
"lib"
>
<patternset
refid=
"lib"
/>
</zipgroupfileset>
<zipfileset
src=
"${floodlight-nodeps-jar}"
/>
</jar>
<jar
destfile=
"${floodlight-test-jar}"
filesetmanifest=
"mergewithoutmain"
>
<manifest>
<attribute
name=
"Class-Path"
value=
"."
/>
...
...
This diff is collapsed.
Click to expand it.
debian/floodlight.install
+
1
−
1
View file @
f1c233f4
target
/
floodlight
.
jar
usr
/
share
/
java
target
/
floodlight
-
nodeps
.
jar
usr
/
share
/
java
debian
/
misc
/
floodlight
usr
/
bin
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