From: <otm...@us...> - 2008-10-31 08:37:25
|
Revision: 5534 http://jython.svn.sourceforge.net/jython/?rev=5534&view=rev Author: otmarhumbel Date: 2008-10-31 08:37:16 +0000 (Fri, 31 Oct 2008) Log Message: ----------- revert that part of revision 5296 which deletes the /bin directory Revision Links: -------------- http://jython.svn.sourceforge.net/jython/?rev=5296&view=rev Modified Paths: -------------- trunk/installer/src/java/org/python/util/install/JarInstaller.java Modified: trunk/installer/src/java/org/python/util/install/JarInstaller.java =================================================================== --- trunk/installer/src/java/org/python/util/install/JarInstaller.java 2008-10-31 02:04:57 UTC (rev 5533) +++ trunk/installer/src/java/org/python/util/install/JarInstaller.java 2008-10-31 08:37:16 UTC (rev 5534) @@ -139,7 +139,6 @@ _progressListener.progressStartScripts(); StartScriptGenerator generator = new StartScriptGenerator(targetDirectory, javaHome); generator.generateStartScripts(); - StandalonePackager.emptyDirectory(new File(targetDirectory, "bin"), null); } else { _progressListener.progressStandalone(); File jythonJar = new File(targetDirectory, JYTHON_JAR); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |