Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2007-08-22 16:54:54 +0000
committerOlivier Thomann2007-08-22 16:54:54 +0000
commit5c5b92cd29e487fabbf1e984ae3344944851e9b7 (patch)
treed190265628a59ab22f3c382fa123bd12d2961393 /org.eclipse.jdt.apt.pluggable.core/build.properties
parentc2846a9deb53cc0fb03a92d9de61a3e5bf2a3c1a (diff)
downloadeclipse.jdt.core-5c5b92cd29e487fabbf1e984ae3344944851e9b7.tar.gz
eclipse.jdt.core-5c5b92cd29e487fabbf1e984ae3344944851e9b7.tar.xz
eclipse.jdt.core-5c5b92cd29e487fabbf1e984ae3344944851e9b7.zip
HEAD - plugin.xml is required in the binary plugin
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.core/build.properties')
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.core/build.properties b/org.eclipse.jdt.apt.pluggable.core/build.properties
index f46ed225b9..91871add95 100644
--- a/org.eclipse.jdt.apt.pluggable.core/build.properties
+++ b/org.eclipse.jdt.apt.pluggable.core/build.properties
@@ -13,5 +13,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ plugin.xml
src.includes = about.html

Back to the top