Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.gemini.jpa.targetdef/org.eclipse.gemini.jpa.target31
1 files changed, 7 insertions, 24 deletions
diff --git a/org.eclipse.gemini.jpa.targetdef/org.eclipse.gemini.jpa.target b/org.eclipse.gemini.jpa.targetdef/org.eclipse.gemini.jpa.target
index 5b4d888..55b20b8 100644
--- a/org.eclipse.gemini.jpa.targetdef/org.eclipse.gemini.jpa.target
+++ b/org.eclipse.gemini.jpa.targetdef/org.eclipse.gemini.jpa.target
@@ -4,34 +4,17 @@
<target name="Gemini JPA Target Platform" sequenceNumber="0">
<locations>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
-<unit id="javax.persistence" version="0.0.0"/>
-<unit id="org.eclipse.persistence.asm" version="0.0.0"/>
-<unit id="org.eclipse.persistence.antlr" version="0.0.0"/>
-<unit id="org.eclipse.persistence.core" version="0.0.0"/>
-<unit id="org.eclipse.persistence.jpa" version="0.0.0"/>
-<repository location="http://download.eclipse.org/releases/indigo/"/>
-</location>
-<!--
-<repository location="http://download.eclipse.org/rt/eclipselink/updates/"/>
--->
-
-<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
-<repository location="%DBACCESS_URL%"/>
-<unit id="osgi.enterprise" version="0.0.0"/>
-<unit id="org.eclipse.gemini.dbaccess.derby" version="0.0.0"/>
-<unit id="org.apache.derby" version="0.0.0"/>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.gemini.dbaccess.feature.feature.group" version="1.0.0.RELEASE"/>
+<repository location="http://download.eclipse.org/gemini/dbaccess/updates/1.0/"/>
</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
-<unit id="org.eclipse.core.runtime" version="0.0.0"/>
-<unit id="org.eclipse.core.runtime.source" version="0.0.0"/>
-<unit id="org.eclipse.osgi.source" version="0.0.0"/>
-<unit id="org.junit" version="0.0.0"/>
-<repository location="http://download.eclipse.org/eclipse/updates/3.7/"/>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.persistence.jpa.feature.group" version="2.3.1.v20110908-r10021"/>
+<unit id="org.eclipse.equinox.sdk.feature.group" version="3.7.1.R37x_v20110907-7M7W8h8eNV4Vrz-hz01A7SL_MhZP"/>
+<repository location="http://download.eclipse.org/releases/indigo/"/>
</location>
</locations>
-<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
</target>

Back to the top