Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Aeschlimann2007-01-11 17:34:31 +0000
committerMartin Aeschlimann2007-01-11 17:34:31 +0000
commit1dfd2eaef72d726df38c22185f7e6953d87ba4cc (patch)
tree8341b7be4ac1f7167a90c3373fc958dbca7c167b /org.eclipse.jdt.junit.runtime/build.properties
parent8a40e2d99ece6bbb458829b421ed14734460ce7a (diff)
downloadeclipse.jdt.ui-1dfd2eaef72d726df38c22185f7e6953d87ba4cc.tar.gz
eclipse.jdt.ui-1dfd2eaef72d726df38c22185f7e6953d87ba4cc.tar.xz
eclipse.jdt.ui-1dfd2eaef72d726df38c22185f7e6953d87ba4cc.zip
137575 [JUnit] Junit plugins should be shipped as JARs
Diffstat (limited to 'org.eclipse.jdt.junit.runtime/build.properties')
-rw-r--r--org.eclipse.jdt.junit.runtime/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.junit.runtime/build.properties b/org.eclipse.jdt.junit.runtime/build.properties
index 9055571784..c73cb01d97 100644
--- a/org.eclipse.jdt.junit.runtime/build.properties
+++ b/org.eclipse.jdt.junit.runtime/build.properties
@@ -8,12 +8,12 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.junitruntime.jar = src/
+source.. = src/
bin.includes = plugin.xml,\
about.html,\
plugin.properties,\
- *.jar,\
+ .,\
META-INF/
src.includes = about.html

Back to the top