Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2007-08-16 22:25:06 +0000
committertle2007-08-16 22:25:06 +0000
commit5e39a6bff20ca14bec6f6b64eaa3047a0ba27236 (patch)
tree11ac191c0f6874b7248f1879a05ac1129586461e /jpa/features/org.eclipse.jpt.tests.feature
parent306f00e38fbc6b4b1cfad45e1c9136d33e31ab74 (diff)
downloadwebtools.dali-5e39a6bff20ca14bec6f6b64eaa3047a0ba27236.tar.gz
webtools.dali-5e39a6bff20ca14bec6f6b64eaa3047a0ba27236.tar.xz
webtools.dali-5e39a6bff20ca14bec6f6b64eaa3047a0ba27236.zip
Added the ExtensionTestProject.
Diffstat (limited to 'jpa/features/org.eclipse.jpt.tests.feature')
-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