Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2014-01-21 16:28:54 +0000
committerGerrit Code Review @ Eclipse.org2014-01-28 16:10:42 +0000
commitfedcffa9658e56b549d079cbfd6be821aace83c8 (patch)
tree19b0e97970c7590c43ef3db79ad988d1b0d44c85 /org.eclipse.text.tests
parent4ef89d4b16a3562d88191be48b872d3eabf0da9e (diff)
downloadeclipse.platform.text-fedcffa9658e56b549d079cbfd6be821aace83c8.tar.gz
eclipse.platform.text-fedcffa9658e56b549d079cbfd6be821aace83c8.tar.xz
eclipse.platform.text-fedcffa9658e56b549d079cbfd6be821aace83c8.zip
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419531 Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I1316e72a4d058735c4fff892dfe985fed0f7b31e
Diffstat (limited to 'org.eclipse.text.tests')
-rw-r--r--org.eclipse.text.tests/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.text.tests/build.properties6
2 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.text.tests/META-INF/MANIFEST.MF b/org.eclipse.text.tests/META-INF/MANIFEST.MF
index 22726fa37b8..ab4664ced46 100644
--- a/org.eclipse.text.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.text.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.text.tests
Bundle-Version: 3.10.0.qualifier
-Bundle-ClassPath: texttests.jar
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.text.tests/build.properties b/org.eclipse.text.tests/build.properties
index 02d5ab95dfb..075a346a199 100644
--- a/org.eclipse.text.tests/build.properties
+++ b/org.eclipse.text.tests/build.properties
@@ -11,10 +11,10 @@
bin.includes = plugin.properties,\
test.xml,\
about.html,\
- *.jar,\
+ .,\
META-INF/
src.includes = about.html
-source.texttests.jar = projection/,\
- src/
+source.. = projection/,\
+ src/

Back to the top