summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorkitfox2008-02-28 07:46:15 +0100
committerkitfox2008-02-28 07:46:15 +0100
commit9551fc304e04f5014746eb4631aadf7953b46a83 (patch)
treed82236a587003b328960914fddc9bd4b39626a2e /build.xml
parentUpdated color parsing to handle rgb percentages (diff)
downloadsvg-salamander-core-9551fc304e04f5014746eb4631aadf7953b46a83.tar.gz
svg-salamander-core-9551fc304e04f5014746eb4631aadf7953b46a83.tar.xz
svg-salamander-core-9551fc304e04f5014746eb4631aadf7953b46a83.zip
Added Base64 stream codecs. Added Main-Class attribute to generated jars.
git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@52 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 16e2b14..74bb53c 100755
--- a/build.xml
+++ b/build.xml
@@ -93,6 +93,12 @@
</target>
<target name="-post-jar">
+ <jar destfile="${dist.jar}" update="true">
+ <manifest>
+ <attribute name="Main-Class" value="com.kitfox.svg.app.SVGPlayer"/>
+ </manifest>
+ </jar>
+
<delete file="${key.location}"/>
<genkey alias="${key.user}" storepass="${key.password}" keystore="${key.location}" validity="1000" verbose="true">
<dname>