Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2009-12-07 20:22:55 +0000
committerdavid_williams2009-12-07 20:22:55 +0000
commitcf793d24f283e8fcc9418cd9bd5273f9d30edd8d (patch)
tree01911b5ac3fe75a1607e194e65efed738c5f5417
parent38f76483197616331d1d70c9694033a48d6b7d8a (diff)
downloadwebtools.sourceediting-cf793d24f283e8fcc9418cd9bd5273f9d30edd8d.tar.gz
webtools.sourceediting-cf793d24f283e8fcc9418cd9bd5273f9d30edd8d.tar.xz
webtools.sourceediting-cf793d24f283e8fcc9418cd9bd5273f9d30edd8d.zip
297120 many build.properties files have extra entries
-rw-r--r--docs/org.eclipse.jst.jsp.ui.infopop/build.properties3
-rw-r--r--docs/org.eclipse.wst.dtd.ui.infopop/build.properties3
-rw-r--r--docs/org.eclipse.wst.dtdeditor.doc.user/build.properties7
-rw-r--r--docs/org.eclipse.wst.sse.doc.user/build.properties5
-rw-r--r--docs/org.eclipse.wst.sse.ui.infopop/build.properties3
5 files changed, 8 insertions, 13 deletions
diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/build.properties b/docs/org.eclipse.jst.jsp.ui.infopop/build.properties
index 9c4adf97c8..58c6973134 100644
--- a/docs/org.eclipse.jst.jsp.ui.infopop/build.properties
+++ b/docs/org.eclipse.jst.jsp.ui.infopop/build.properties
@@ -10,5 +10,4 @@ bin.includes = EditorJspContexts.xml,\
plugin.properties,\
plugin.xml,\
plugin.properties
-src.includes = build.properties
-generateSourceBundle=false \ No newline at end of file
+generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.dtd.ui.infopop/build.properties b/docs/org.eclipse.wst.dtd.ui.infopop/build.properties
index a80a8d6f4d..7e8b37aa98 100644
--- a/docs/org.eclipse.wst.dtd.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.dtd.ui.infopop/build.properties
@@ -4,5 +4,4 @@ bin.includes = plugin.xml,\
EditorDtdContexts.xml,\
META-INF/,\
EditorDtdContexts2.xml
-src.includes = build.properties
-generateSourceBundle=false \ No newline at end of file
+generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties b/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
index 92aaedd1a0..69fe355bbd 100644
--- a/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
@@ -7,9 +7,8 @@ bin.includes = DTDEditormap_toc.xml,\
topics/*.htm*,\
index/,\
META-INF/
-src.includes = build.properties,\
- *.maplist,\
+src.includes = *.maplist,\
*.ditamap,\
- topics/*.dita
+ topics/*.dita
bin.excludes = DocBuild.xml,\
- myPlugin*.xml \ No newline at end of file
+ myPlugin*.xml
diff --git a/docs/org.eclipse.wst.sse.doc.user/build.properties b/docs/org.eclipse.wst.sse.doc.user/build.properties
index 950d6430da..eec0c0dd54 100644
--- a/docs/org.eclipse.wst.sse.doc.user/build.properties
+++ b/docs/org.eclipse.wst.sse.doc.user/build.properties
@@ -7,10 +7,9 @@ bin.includes = about.html,\
index/,\
META-INF/,\
plugin.properties
-src.includes = build.properties,\
- *.maplist,\
+src.includes = *.maplist,\
*.ditamap,\
- topics/*.dita
+ topics/*.dita
bin.excludes = DocBuild.xml,\
myPlugin*.xml
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/build.properties b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
index 41bc08b5b9..94c7f99f99 100644
--- a/docs/org.eclipse.wst.sse.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
@@ -4,5 +4,4 @@ bin.includes = EditorContexts.xml,\
META-INF/,\
EditorCssContexts2.xml,\
plugin.properties
-src.includes = build.properties
-generateSourceBundle=false \ No newline at end of file
+generateSourceBundle=false

Back to the top