Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8724102
frogant.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
frogant.xml
View Options
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project
default=
"create_run_jar"
name=
"Create Runnable Jar for Project JFrog with Jar-in-Jar Loader"
>
<!-- to build the key simply do: "keytool -genkey -alias frog -keystore jfrog.jks -validity 999" -->
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<target
name=
"create_run_jar"
>
<echo
message=
"Ant version used:
${
ant
.
version
}
"
/>
<echo
message=
"Make main FROG jar"
/>
<copy
todir=
"bin/src"
><fileset
dir=
"src"
/></copy>
<!-- <copy todir="bin/utils" file="frogant.xml" /> -->
<copy
todir=
"bin/utils"
file=
"jfrog.jks"
/>
<copy
todir=
"bin/utils"
file=
"frogant.xml"
/>
<copy
todir=
"bin/utils"
file=
"jfrog_web.jnlp"
/>
<copy
todir=
"bin/utils"
file=
"jfrog.jnlp"
/>
<copy
todir=
"bin/utils"
file=
".project"
/>
<copy
todir=
"bin/utils"
file=
".classpath"
/>
<jar
destfile=
"jfrog.jar"
>
<manifest><attribute
name=
"Main-Class"
value=
"jfrog.Displayer"
/></manifest>
<fileset
dir=
"bin/"
/>
</jar>
<signjar
jar=
"jfrog.jar"
alias=
"frog"
keystore=
"jfrog.jks"
storepass=
"javafrog"
/>
<delete
dir=
"bin/src"
/>
<delete
dir=
"bin/utils"
/>
</target>
</project>
File Metadata
Details
Attached
Mime Type
application/xml
Expires
Mon, Jan 20, 10:27 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4242666
Default Alt Text
frogant.xml (1 KB)
Attached To
rFROGSVN frogsvn
Event Timeline
Log In to Comment