Author: pawelz Date: Wed Jul 16 20:28:02 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - Disables install anywhere
---- Files affected: SOURCES: JXplorer-NoInstallAnywhere.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/JXplorer-NoInstallAnywhere.patch diff -u /dev/null SOURCES/JXplorer-NoInstallAnywhere.patch:1.1 --- /dev/null Wed Jul 16 22:28:03 2008 +++ SOURCES/JXplorer-NoInstallAnywhere.patch Wed Jul 16 22:27:56 2008 @@ -0,0 +1,16 @@ +--- build.xml 2007-02-26 10:08:33.000000000 +0000 ++++ build.xml.new 2008-07-14 20:50:56.000000000 +0000 +@@ -144,9 +144,11 @@ + /> + </target> + +- <!-- note; this requires access to the 'iaant.jar' install anywhere jar file - added to ant lib --> ++ <!-- note; this requires access to the 'iaant.jar' install anywhere jar file - added to ant lib + +- <taskdef name="buildinstaller" classname="com.zerog.ia.integration.ant.InstallAnywhereAntTask"/> ++ <taskdef name="buildinstaller" classname="com.zerog.ia.integration.ant.InstallAnywhereAntTask"/> ++ ++ --> + + <target name="build_installers" description="build zerog install packages"> + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
