Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-06-29 15:29:40 +0000
committerDani Megert2007-06-29 15:29:40 +0000
commitd0610b2a0deabb7ca386c6c1e513caedd8ebe417 (patch)
tree96fdcdd59289932917206069116c245b0b19305f /org.eclipse.core.filebuffers.tests/build.properties
parentc2b1d29599b745e39731464c08fed98444bc5915 (diff)
downloadeclipse.platform.text-d0610b2a0deabb7ca386c6c1e513caedd8ebe417.tar.gz
eclipse.platform.text-d0610b2a0deabb7ca386c6c1e513caedd8ebe417.tar.xz
eclipse.platform.text-d0610b2a0deabb7ca386c6c1e513caedd8ebe417.zip
Converted to use manifest.mf.
Diffstat (limited to 'org.eclipse.core.filebuffers.tests/build.properties')
-rw-r--r--org.eclipse.core.filebuffers.tests/build.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.core.filebuffers.tests/build.properties b/org.eclipse.core.filebuffers.tests/build.properties
index 41bc27a9d6a..301359bba8b 100644
--- a/org.eclipse.core.filebuffers.tests/build.properties
+++ b/org.eclipse.core.filebuffers.tests/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2005 IBM Corporation and others.
+# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,12 +8,12 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-bin.includes = plugin.xml,\
- plugin.properties,\
+bin.includes = plugin.properties,\
test.xml,\
about.html,\
testResources/,\
- *.jar
+ *.jar,\
+ META-INF/
src.includes = about.html

Back to the top