Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5b4d888d9ce4285a7439d9f56b66c077de8fce73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>

<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>

<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>

</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