From 2dc8d0177c572758741da0688bcd5290f13b3f71 Mon Sep 17 00:00:00 2001 From: Daniel Leidert Date: Mon, 27 Jul 2009 00:07:38 +0000 Subject: [PATCH] Rebuild netbeans build files after adding missing Netbeans configuration to allow easier packaging for Debian. --- xsl-xalan/nbproject/build-impl.xml | 47 +++++++++++++++++++++---- xsl-xalan/nbproject/genfiles.properties | 10 +++--- 2 files changed, 45 insertions(+), 12 deletions(-) diff --git a/xsl-xalan/nbproject/build-impl.xml b/xsl-xalan/nbproject/build-impl.xml index 4ae6e2b14..5e91f566e 100644 --- a/xsl-xalan/nbproject/build-impl.xml +++ b/xsl-xalan/nbproject/build-impl.xml @@ -44,6 +44,36 @@ is divided into following sections: + + + + + + + + + + + + + + + + + + + + + + + + + + Must set platform.home + Must set platform.bootcp + Must set platform.java + Must set platform.javac + Platform is not correctly set up @@ -123,7 +153,7 @@ is divided into following sections: - + @@ -137,7 +167,7 @@ is divided into following sections: - + @@ -165,6 +195,9 @@ is divided into following sections: + + + @@ -183,7 +216,7 @@ is divided into following sections: - + @@ -206,7 +239,7 @@ is divided into following sections: - + @@ -301,7 +334,7 @@ is divided into following sections: - java -cp "${run.classpath.with.dist.jar}" ${main.class} + ${platform.java} -cp "${run.classpath.with.dist.jar}" ${main.class} @@ -326,7 +359,7 @@ is divided into following sections: To run this application from the command line without Ant, try: - java -jar "${dist.jar.resolved}" + ${platform.java} -jar "${dist.jar.resolved}" @@ -389,7 +422,7 @@ is divided into following sections: --> - + diff --git a/xsl-xalan/nbproject/genfiles.properties b/xsl-xalan/nbproject/genfiles.properties index fd61ced98..800b3be6c 100644 --- a/xsl-xalan/nbproject/genfiles.properties +++ b/xsl-xalan/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=f1bed978 +build.xml.data.CRC32=1b1c6b5f build.xml.script.CRC32=3c6d9e2a -build.xml.stylesheet.CRC32=d5b6853a +build.xml.stylesheet.CRC32=240b97a2 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=f1bed978 -nbproject/build-impl.xml.script.CRC32=df1e1cd8 -nbproject/build-impl.xml.stylesheet.CRC32=99b91518 +nbproject/build-impl.xml.data.CRC32=1b1c6b5f +nbproject/build-impl.xml.script.CRC32=a9ef0c40 +nbproject/build-impl.xml.stylesheet.CRC32=20b9345e -- 2.40.0