Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibLaserCut
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Elektronikföreningen Admittansen
LibLaserCut
Commits
fad39c72
Commit
fad39c72
authored
12 years ago
by
Thomas Oster
Browse files
Options
Downloads
Patches
Plain Diff
fix build
parent
1575eb88
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.xml
+1
-1
1 addition, 1 deletion
build.xml
nbproject/project.properties
+0
-3
0 additions, 3 deletions
nbproject/project.properties
with
1 addition
and
4 deletions
build.xml
+
1
−
1
View file @
fad39c72
...
...
@@ -75,7 +75,7 @@
<target
name=
"-post-jar"
>
<jar
jarfile=
"dist/LibLaserCutWithDeps.jar"
>
<zipfileset
src=
"${dist.jar}"
excludes=
"META-INF/*"
/>
<zipfileset
src=
"lib/commons-net-3.
0.
1.jar"
excludes=
"META-INF/*"
/>
<zipfileset
src=
"lib/commons-net-3.1.jar"
excludes=
"META-INF/*"
/>
</jar>
</target>
</project>
This diff is collapsed.
Click to expand it.
nbproject/project.properties
+
0
−
3
View file @
fad39c72
...
...
@@ -26,11 +26,8 @@ dist.jar=${dist.dir}/LibLaserCut.jar
dist.javadoc.dir
=
${dist.dir}/javadoc
endorsed.classpath
=
excludes
=
file.reference.commons-net-3.0.1.jar
=
lib/commons-net-3.0.1.jar
includes
=
**
jar.compress
=
false
javac.classpath
=
\
${file.reference.commons-net-3.0.1.jar}
# Space-separated list of extra javac options
javac.compilerargs
=
javac.deprecation
=
false
...
...
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