Revision: 4097 http://vexi.svn.sourceforge.net/vexi/?rev=4097&view=rev Author: mkpg2 Date: 2011-03-28 22:37:10 +0000 (Mon, 28 Mar 2011)
Log Message: ----------- Fix. Remove leading spaces from manifest (invalidating manifest and causing splash attribute not to be read). Modified Paths: -------------- trunk/org.vexi-launcher.vexi_org/src/main/java/META-INF/MANIFEST.MF trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/VexiLauncher.java Added Paths: ----------- trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/vexi_certs.dat Removed Paths: ------------- trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/sigcerts.dat Modified: trunk/org.vexi-launcher.vexi_org/src/main/java/META-INF/MANIFEST.MF =================================================================== --- trunk/org.vexi-launcher.vexi_org/src/main/java/META-INF/MANIFEST.MF 2011-03-28 17:40:04 UTC (rev 4096) +++ trunk/org.vexi-launcher.vexi_org/src/main/java/META-INF/MANIFEST.MF 2011-03-28 22:37:10 UTC (rev 4097) @@ -1,3 +1,2 @@ - Manifest-Version: 1.0 - Main-Class: org.vexi.launcher.VexiLauncher - SplashScreen-Image: org/vexi/launcher/vexi_splash.png +Manifest-Version: 1.0 +SplashScreen-Image: org/vexi/launcher/vexi_splash.png Modified: trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/VexiLauncher.java =================================================================== --- trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/VexiLauncher.java 2011-03-28 17:40:04 UTC (rev 4096) +++ trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/VexiLauncher.java 2011-03-28 22:37:10 UTC (rev 4097) @@ -33,6 +33,6 @@ } public InputStream getSignerCertsDat() { - return getClass().getResourceAsStream("sigcerts.dat"); + return getClass().getResourceAsStream("vexi_certs.dat"); } } Deleted: trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/sigcerts.dat =================================================================== (Binary files differ) Copied: trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/vexi_certs.dat (from rev 4096, trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/sigcerts.dat) =================================================================== (Binary files differ) Property changes on: trunk/org.vexi-launcher.vexi_org/src/main/java/org/vexi/launcher/vexi_certs.dat ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn