Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2_2024k
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
lpjsilve
ohj2_2024k
Commits
b8dba09a
Commit
b8dba09a
authored
1 year ago
by
alilakj
Browse files
Options
Downloads
Patches
Plain Diff
lisatty jar
parent
4ef62034
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
+23
-0
23 additions, 0 deletions
build.xml
tavaranpaikka3.jar
+0
-0
0 additions, 0 deletions
tavaranpaikka3.jar
with
23 additions
and
0 deletions
build.xml
0 → 100644
+
23
−
0
View file @
b8dba09a
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project
default=
"create_run_jar"
name=
"Create Runnable Jar for Project tavaranpaikka"
>
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<!--define folder properties-->
<property
name=
"dir.buildfile"
value=
"."
/>
<property
name=
"dir.workspace"
value=
"C:/kurssit/ohj2/ws"
/>
<property
name=
"dir.jarfile"
value=
"${dir.buildfile}"
/>
<target
name=
"create_run_jar"
>
<jar
destfile=
"${dir.jarfile}/tavaranpaikka3.jar"
filesetmanifest=
"mergewithoutmain"
>
<manifest>
<attribute
name=
"Main-Class"
value=
"fxTavaranPaikka.TavaranPaikkaMain"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
</manifest>
<fileset
dir=
"${dir.jarfile}/tavaranpaikka/bin"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"C:/devel/jar/Ali.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"C:/devel/jar/fxgui.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"C:/devel/jar/Graphics.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"C:/devel/jar/Music.jar"
/>
</jar>
</target>
</project>
This diff is collapsed.
Click to expand it.
tavaranpaikka3.jar
0 → 100644
+
0
−
0
View file @
b8dba09a
File added
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