Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2006-10-19 02:47:35 +0000
committerOlivier Thomann2006-10-19 02:47:35 +0000
commit939026bc82336aff64b71f4dbbdc38f50f6da545 (patch)
tree7832a00b9db02eeeb132e020dfd3820e24a65368 /org.eclipse.jdt.core.tests.compiler/build.properties
parenta1fa48adc331f542968c95eee29ca479e5e69f1b (diff)
downloadeclipse.jdt.core-939026bc82336aff64b71f4dbbdc38f50f6da545.tar.gz
eclipse.jdt.core-939026bc82336aff64b71f4dbbdc38f50f6da545.tar.xz
eclipse.jdt.core-939026bc82336aff64b71f4dbbdc38f50f6da545.zip
HEAD - Setting execution environment for plugins tests projects
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/build.properties')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/build.properties20
1 files changed, 15 insertions, 5 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/build.properties b/org.eclipse.jdt.core.tests.compiler/build.properties
index c28b1d5052..146a47ccd4 100644
--- a/org.eclipse.jdt.core.tests.compiler/build.properties
+++ b/org.eclipse.jdt.core.tests.compiler/build.properties
@@ -8,9 +8,19 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-bin.includes = plugin.xml,\
- test.xml,\
- about.html,\
- jdtcoretestscompiler.jar
+bin.includes = test.xml,\
+ about.html,\
+ jdtcoretestscompiler.jar,\
+ META-INF/,\
+ plugin.properties
source.jdtcoretestscompiler.jar = src
-src.includes=about.html
+src.includes = about.html,\
+ META-INF/,\
+ .settings/,\
+ .project,\
+ .cvsignore,\
+ .classpath,\
+ build.properties,\
+ plugin.properties,\
+ src/,\
+ test.xml

Back to the top