Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2018-08-09 12:32:40 +0000
committerStephan Herrmann2018-08-09 12:32:40 +0000
commitaeda176e86e34557260cd395034d86c60332ae3a (patch)
tree9ef6feb40356c6e00985242db5972c49faa8dd01
parenta887ab707e35996620e569ba2ffae023193b94c8 (diff)
downloadorg.eclipse.objectteams-aeda176e86e34557260cd395034d86c60332ae3a.tar.gz
org.eclipse.objectteams-aeda176e86e34557260cd395034d86c60332ae3a.tar.xz
org.eclipse.objectteams-aeda176e86e34557260cd395034d86c60332ae3a.zip
Bug 537821 - [otdre] Create test suite for OT/Equinox + OTDRE
- test plugin must be unpacked to find test.xml
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml b/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml
index 11104ca0b..78c17b55d 100644
--- a/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.feature/unit-tests-feature/feature.xml
@@ -233,6 +233,6 @@ This software is based on Eclipse and the Java Development Tooling
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="true"/>
</feature>

Back to the top