From 817db84bebcde0473e179937055e57bbec746fcc Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 12 Sep 2007 09:02:59 +0000 Subject: [PATCH] Changed hard-coded file references in "clean" target to variable references. Closes #1792043. Thanks to Daniel Leidert. --- xsl-saxon/nbproject/build-impl.xml | 6 +++--- xsl-saxon/nbproject/project.properties | 1 - xsl-xalan/nbproject/build-impl.xml | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/xsl-saxon/nbproject/build-impl.xml b/xsl-saxon/nbproject/build-impl.xml index b5505f74f..336eb2767 100644 --- a/xsl-saxon/nbproject/build-impl.xml +++ b/xsl-saxon/nbproject/build-impl.xml @@ -563,9 +563,9 @@ is divided into following sections: --> - - - + + + diff --git a/xsl-saxon/nbproject/project.properties b/xsl-saxon/nbproject/project.properties index 073948461..2220d8886 100644 --- a/xsl-saxon/nbproject/project.properties +++ b/xsl-saxon/nbproject/project.properties @@ -1,7 +1,6 @@ application.args= build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form -# This directory is removed when the project is cleaned: build.dir=. build.generated.dir=${build.dir}/generated # Only compile against the classpath explicitly listed here: diff --git a/xsl-xalan/nbproject/build-impl.xml b/xsl-xalan/nbproject/build-impl.xml index d6d687085..4ae6e2b14 100644 --- a/xsl-xalan/nbproject/build-impl.xml +++ b/xsl-xalan/nbproject/build-impl.xml @@ -530,9 +530,9 @@ is divided into following sections: --> - - - + + + -- 2.50.1