Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jpa/features/org.eclipse.jpt.tests.feature/feature.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/jpa/features/org.eclipse.jpt.tests.feature/feature.xml b/jpa/features/org.eclipse.jpt.tests.feature/feature.xml
index 486ada2e9c..ec32c19d8c 100644
--- a/jpa/features/org.eclipse.jpt.tests.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.tests.feature/feature.xml
@@ -21,12 +21,21 @@
id="org.eclipse.jpt.utility.tests"
download-size="0"
install-size="0"
- version="0.0.0" />
+ version="0.0.0"
+ unpack="false" />
<plugin
id="org.eclipse.jpt.core.tests"
download-size="0"
install-size="0"
- version="0.0.0" />
+ version="0.0.0"
+ unpack="false" />
+
+ <plugin
+ id="testPlugin"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false" />
</feature>

Back to the top