Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-03-02 19:05:51 +0000
committerCurtis D'Entremont2006-03-02 19:05:51 +0000
commit77b1810fd1df359d7516209b413bbfd5b1f5c9c9 (patch)
tree28f71a1737823c49c423c64611d78f89d55180e0
parent3dead6788435fb952702f770795ff335ecf9d331 (diff)
downloadeclipse.platform.ua-77b1810fd1df359d7516209b413bbfd5b1f5c9c9.tar.gz
eclipse.platform.ua-77b1810fd1df359d7516209b413bbfd5b1f5c9c9.tar.xz
eclipse.platform.ua-77b1810fd1df359d7516209b413bbfd5b1f5c9c9.zip
workaround for: [Bug 115833] Check build.properties before warning about missing resource (folder is not really needed)
-rw-r--r--org.eclipse.help.base/build.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.help.base/build.properties b/org.eclipse.help.base/build.properties
index b6423ab0c..7ed8191f4 100644
--- a/org.eclipse.help.base/build.properties
+++ b/org.eclipse.help.base/build.properties
@@ -18,9 +18,8 @@ bin.includes = doc/,\
about.html,\
.options,\
META-INF/,\
- ant_tasks/helpbase-ant.jar,\
- ant_tasks/
-
+ ant_tasks/helpbase-ant.jar
+
jars.compile.order = .,\
ant_tasks/helpbase-ant.jar
source.ant_tasks/helpbase-ant.jar = src_ant/

Back to the top