Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2009-03-11 03:28:11 +0000
committernhauge2009-03-11 03:28:11 +0000
commit1d908333499a3351bf79de5ebc27a953addc5c17 (patch)
tree4dfac0347008a8124a16b5725c08a0a8102ec2e3 /jpa/features/org.eclipse.jpt.feature
parentdc3c74146ae38cb08d839474e6a6dfc95f9bd37d (diff)
downloadwebtools.dali-1d908333499a3351bf79de5ebc27a953addc5c17.tar.gz
webtools.dali-1d908333499a3351bf79de5ebc27a953addc5c17.tar.xz
webtools.dali-1d908333499a3351bf79de5ebc27a953addc5c17.zip
[251293] Initial check-in for entity generation contribution. Added dependency on apache commons, commons.lang, and oro from orbit Temporarily added local dependency on velocity-1.5 until it is also included in orbit.
Diffstat (limited to 'jpa/features/org.eclipse.jpt.feature')
-rw-r--r--jpa/features/org.eclipse.jpt.feature/feature.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.feature/feature.xml b/jpa/features/org.eclipse.jpt.feature/feature.xml
index 4288ecfa50..509f764031 100644
--- a/jpa/features/org.eclipse.jpt.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.feature/feature.xml
@@ -73,4 +73,25 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.commons.collections"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.lang"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.oro"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top