Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2
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
tornhale
ohj2
Commits
e12fa6dc
Commit
e12fa6dc
authored
1 month ago
by
tornhale
Browse files
Options
Downloads
Patches
Plain Diff
Toimiva jar tiedosto lisätty
parent
ad60b295
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Kirjalista.jar
+0
-0
0 additions, 0 deletions
Kirjalista.jar
bin/fxKirjalista/Kirjalista.jar
+0
-0
0 additions, 0 deletions
bin/fxKirjalista/Kirjalista.jar
build.xml
+21
-0
21 additions, 0 deletions
build.xml
with
21 additions
and
0 deletions
Kirjalista.jar
+
0
−
0
View file @
e12fa6dc
No preview for this file type
This diff is collapsed.
Click to expand it.
bin/fxKirjalista/Kirjalista.jar
deleted
100644 → 0
+
0
−
0
View file @
ad60b295
File deleted
This diff is collapsed.
Click to expand it.
build.xml
0 → 100644
+
21
−
0
View file @
e12fa6dc
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project
default=
"create_run_jar"
name=
"Create Runnable Jar for Project Kirjalista"
>
<!--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}/Kirjalista.jar"
filesetmanifest=
"mergewithoutmain"
>
<manifest>
<attribute
name=
"Main-Class"
value=
"fxKirjalista.KirjalistaMain"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
</manifest>
<fileset
dir=
"${dir.jarfile}/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"
/>
</jar>
</target>
</project>
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