Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gyrex-dev] Tycho Build Problem

Hi Gunnar,

you will find my target definition attached. Please note that, because I'm in an try and error state, the current target might have a few things that might be unnecessary. The referenced gyrex updatesite is deployed in our nexus by a build of the branche we have established, like we have spoken about. Currently we have made no real changes: I only had to exclude some bundles from the source builds, because they made some problems. The Repos should be public for you.

My parent pom defines the target definition as follows:

<plugin>
                <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
                <version>${tycho-version}</version>
                <configuration>
                    <resolver>p2</resolver>
                    <
<!-- With this tag tycho will also look in the nexus -->
<pomDependencies>consider</pomDependencies>

                    <target>
                        <artifact>
<groupId>de.dim.server.product</groupId>
<artifactId>de.dim.server.targetplatform</artifactId>
<version>1.3.0-SNAPSHOT</version>
                          <type>target</type>
                        </artifact>
                    </target>

                    <environments>
                        <environment>
                            <os>linux</os>
                            <ws>gtk</ws>
                            <arch>x86</arch>
                        </environment>
                        <environment>
                            <os>linux</os>
                            <ws>gtk</ws>
                            <arch>x86_64</arch>
                        </environment>
                        <environment>
                            <os>win32</os>
                            <ws>win32</ws>
                            <arch>x86</arch>
                        </environment>
                        <environment>
                            <os>win32</os>
                            <ws>win32</ws>
                            <arch>x86_64</arch>
                        </environment>
<!--                         <environment> -->
<!--                             <os>macosx</os> -->
<!--                             <ws>cocoa</ws> -->
<!-- <arch>x86_64</arch> -->
<!--                         </environment> -->
                    </environments>
                </configuration>
            </plugin>


The Log around this error looks like this:

[INFO] Computing target platform for MavenProject: de.dim.server.product:de.dim.server:1.3.0-SNAPSHOT @ N:\git\dimrex-product\de.dim.server.product.parent\de.dim.server\pom.xml
[DEBUG] Using default execution environment 'JavaSE-1.6'
[DEBUG] P2resolver.addMavenProject de.dim.server.product:de.dim.server.gyrex.application.feature:eclipse-feature:1.3.0-SNAPSHOT [DEBUG] P2resolver.addMavenProject de.dim.server.product:de.dim.server.gyrex.runtime.feature:eclipse-feature:1.3.0-SNAPSHOT [DEBUG] P2resolver.addMavenProject de.dim.server.product:de.dim.server.product:eclipse-plugin:1.3.0-SNAPSHOT [DEBUG] P2resolver.addMavenProject de.dim.server.product:de.dim.server.resources.feature:eclipse-feature:1.3.0-SNAPSHOT [DEBUG] P2resolver.addMavenProject de.dim.server.product:de.dim.server.targetplatform:eclipse-target-definition:1.3.0-SNAPSHOT [DEBUG] P2resolver.addMavenProject de.dim.server.product:de.dim.server.product.parent:pom:1.3.0-SNAPSHOT
[DEBUG] Setting credentials for p2 repository 'p2.kepler.client'
[INFO] Adding repository http://devel.data-in-motion.biz/nexus/content/groups/p2.kepler.client.target
[DEBUG] Setting credentials for p2 repository 'p2.kepler.client'
[INFO] Adding repository http://devel.data-in-motion.biz/nexus/content/groups/p2.kepler.client.target [DEBUG] Added p2 repository p2.kepler.client (http://devel.data-in-motion.biz/nexus/content/groups/p2.kepler.client.target/) [DEBUG] Adding target definition file "N:\git\dimrex-product\de.dim.server.product.parent\de.dim.server.targetplatform\de.dim.server.targetplatform.target"
[DEBUG] Resolving target definition content...
[ERROR] Internal error: java.lang.RuntimeException: Failed to resolve target definition N:\git\dimrex-product\de.dim.server.product.parent\de.dim.server.targetplatform\de.dim.server.targetplatform.target: "Problems resolving provisioning p an.": ["Unable to satisfy dependency from toolingorg.eclipse.gyrex.products.server.application 1.4.0.v20140725-1018 to toolingorg.eclipse.gyrex.products.server.executable.cocoa.macosx.x86_64-bundled [1.4.0.v20140725-1018]."] -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to resolve target definition N:\git\dimrex-product\de.dim.server.product.parent\de.dim.server.targetplatform\de.dim.server.targetplatform.target
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: java.lang.RuntimeException: Failed to resolve target definition N:\git\dimrex-product\de.dim.server.product.parent\de.dim.server.targetplatform\de.dim.server.targetplatform.target at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.addTargetFileContentToTargetPlatform(P2TargetPlatformResolver.java:335) at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.computeTargetPlatform(P2TargetPlatformResolver.java:205) at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:100) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:82)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        ... 11 more
Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from toolingorg.eclipse.gyrex.products.server.application 1.4.0.v20140725-1018 to to lingorg.eclipse.gyrex.products.server.executable.cocoa.macosx.x86_64-bundled [1.4.0.v20140725-1018]."] at org.eclipse.tycho.p2.target.TargetDefinitionResolver.newResolutionException(TargetDefinitionResolver.java:222) at org.eclipse.tycho.p2.target.TargetDefinitionResolver$1.newResolutionException(TargetDefinitionResolver.java:168) at org.eclipse.tycho.p2.resolver.AbstractSlicerResolutionStrategy.slice(AbstractSlicerResolutionStrategy.java:76) at org.eclipse.tycho.p2.resolver.SlicerResolutionStrategy.resolve(SlicerResolutionStrategy.java:83) at org.eclipse.tycho.p2.resolver.SlicerResolutionStrategy.multiPlatformResolve(SlicerResolutionStrategy.java:75) at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:139) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments(TargetDefinitionResolverService.java:65) at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent(TargetDefinitionResolverService.java:55) at org.eclipse.tycho.p2.target.TargetPlatformBuilderImpl.addTargetDefinition(TargetPlatformBuilderImpl.java:297) at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.addTargetFileContentToTargetPlatform(P2TargetPlatformResolver.java:329)
        ... 16 more
Caused by: org.eclipse.core.runtime.CoreException: Problems resolving provisioning plan.
        ... 26 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException

Thx for your help,

Jürgen.

Am 29.7.14 18:01, schrieb Gunnar Wagenknecht:
Ok, now I get it. You are referencing Gyrex repository in your own target definition. Can you post the snippet?

-Gunnar

Am 29.07.2014 um 08:26 schrieb Jürgen Albert <j.albert@xxxxxxxxxxxxxxxxxx>:

Hmm... In my case it is not only a warning, but an error at the start of the build, when maven resolves my target definition. Thus maven will not build anything at all.



Am 29.7.14 17:21, schrieb Gunnar Wagenknecht:
Hi Jürgen,

Am 29.07.2014 um 07:10 schrieb Jürgen Albert <j.albert@xxxxxxxxxxxxxxxxxx>:
During the target resolution I receive the following slightly different message: Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Problems resolving provisioning plan.: [Unable to satisfy dependency from toolingorg.eclipse.gyrex.products.server.application 1.4.0.v20140725-1018 to tooli
gorg.eclipse.gyrex.products.server.executable.cocoa.macosx.x86_64-bundled [1.4.0.v20140725-1018].]
It’s interesting that you only see that particular message. According to our build log, we still get the warning.
https://hudson.eclipse.org/gyrex/job/gyrex-latest/81/consoleText

Frankly, I’ve never had a chance to investigate the issue.

-Gunnar


--
Jürgen Albert
Geschäftsführer

Data In Motion UG (haftungsbeschränkt)

Kahlaische Str. 4
07745 Jena

Mobil:  0157-72521634
E-Mail: j.albert@xxxxxxxxxxxxxxx
Web: www.datainmotion.de

XING:   https://www.xing.com/profile/Juergen_Albert5

Rechtliches

Jena HRB 507027
USt-IdNr: DE274553639
St.Nr.: 162/107/04586

_______________________________________________
gyrex-dev mailing list
gyrex-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/gyrex-dev


--
Jürgen Albert
Geschäftsführer

Data In Motion UG (haftungsbeschränkt)

Kahlaische Str. 4
07745 Jena

Mobil:  0157-72521634
E-Mail: j.albert@xxxxxxxxxxxxxxx
Web: www.datainmotion.de

XING:   https://www.xing.com/profile/Juergen_Albert5

Rechtliches

Jena HRB 507027
USt-IdNr: DE274553639
St.Nr.: 162/107/04586

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>

<target name="Gyrex Development" sequenceNumber="99">
<locations>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.e4.core.di" version="1.4.0.v20140414-1837"/>
<unit id="org.eclipse.e4.core.di.source" version="1.4.0.v20140414-1837"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.orbit.mongodb" version="2.10.1.v20130422-1135"/>
<unit id="org.eclipse.orbit.mongodb.source" version="2.10.1.v20130422-1135"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="3.3.1.v201105211655"/>
<unit id="org.objectweb.asm.source" version="3.3.1.v201105211655"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.lucene" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.analysis" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.analysis.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.core.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.grouping" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.grouping.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.highlighter" version="3.5.0.v20121015-1317"/>
<unit id="org.apache.lucene.highlighter.source" version="3.5.0.v20121015-1317"/>
<unit id="org.apache.lucene.memory" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.memory.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.misc" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.misc.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.queries" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.queries.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.spellchecker" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.spellchecker.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.spatial" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.lucene.spatial.source" version="3.5.0.v20120725-1805"/>
<unit id="org.apache.solr.core" version="3.5.0.v20120530-0900"/>
<unit id="org.apache.solr.core.source" version="3.5.0.v20120530-0900"/>
<unit id="org.apache.solr.client.solrj" version="3.5.0.v20120530-0900"/>
<unit id="org.apache.solr.client.solrj.source" version="3.5.0.v20120530-0900"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.mina.core" version="2.0.7.v201401071602"/>
<unit id="org.apache.mina.core.source" version="2.0.7.v201401071602"/>
<unit id="org.apache.sshd.core" version="0.7.0.v201303101611"/>
<unit id="org.apache.sshd.core.source" version="0.7.0.v201303101611"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.beanutils" version="1.8.0.v201205091237"/>
<unit id="org.apache.commons.beanutils.source" version="1.8.0.v201205091237"/>
<unit id="org.apache.commons.collections.source" version="3.2.0.v2013030210310"/>
<unit id="org.apache.commons.collections" version="3.2.0.v2013030210310"/>
<unit id="org.apache.commons.fileupload" version="1.2.2.v20111214-1400"/>
<unit id="org.apache.commons.fileupload.source" version="1.2.2.v20111214-1400"/>
<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
<unit id="org.apache.commons.io.source" version="2.0.1.v201105210651"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.rap.sdk.feature.feature.group" version="2.3.0.20140610-0925"/>
<repository location="http://download.eclipse.org/rt/rap/2.3/RC4-20140610-0925/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
<unit id="org.apache.commons.httpclient.source" version="3.1.0.v201012070820"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.10.0.v20140606-1602"/>
<unit id="org.eclipse.core.runtime" version="3.10.0.v20140318-2214"/>
<unit id="org.eclipse.core.runtime.source" version="3.10.0.v20140318-2214"/>
<unit id="org.eclipse.core.contenttype" version="3.4.200.v20140207-1251"/>
<unit id="org.eclipse.core.contenttype.source" version="3.4.200.v20140207-1251"/>
<unit id="org.eclipse.core.jobs" version="3.6.0.v20140424-0053"/>
<unit id="org.eclipse.core.jobs.source" version="3.6.0.v20140424-0053"/>
<unit id="org.eclipse.equinox.p2.transport.ecf.source" version="1.1.0.v20140408-1354"/>
<unit id="org.eclipse.equinox.p2.operations" version="2.4.0.v20131119-0908"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.core.net.win32.x86" version="1.0.100.v20140124-2013"/>
<unit id="org.eclipse.core.net.linux.x86" version="1.1.300.v20140124-2013"/>
<unit id="org.eclipse.core.net.source" version="1.2.200.v20140124-2013"/>
<unit id="org.eclipse.core.net" version="1.2.200.v20140124-2013"/>
<unit id="org.eclipse.core.net.win32.x86_64" version="1.0.100.v20140124-2013"/>
<unit id="org.eclipse.core.net.linux.x86_64" version="1.1.100.v20140124-2013"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.ibm.icu" version="50.1.1.v201304230130"/>
<unit id="com.ibm.icu.source" version="50.1.1.v201304230130"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.persistence.sdk.feature.group" version="2.5.1.v20130918-f2b9fc5"/>
<unit id="javax.persistence" version="2.1.0.v201304241213"/>
<unit id="javax.persistence.source" version="2.1.0.v201304241213"/>
<unit id="org.eclipse.persistence.nosql" version="2.5.1.v20130918-f2b9fc5"/>
<unit id="org.eclipse.persistence.nosql.source" version="2.5.1.v20130918-f2b9fc5"/>
<unit id="commonj.sdo.source" version="2.1.1.v201112051852"/>
<repository location="http://download.eclipse.org/rt/eclipselink/updates/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.hadoop.zookeeper" version="3.4.5.v20121214-1350"/>
<unit id="org.apache.hadoop.zookeeper.tests.source" version="3.4.2.v20130207-1855"/>
<unit id="org.apache.hadoop.zookeeper.source" version="3.4.5.v20121214-1350"/>
<unit id="org.apache.hadoop.zookeeper.tests" version="3.4.2.v20130207-1855"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.jdom" version="1.1.1.v201101151400"/>
<unit id="org.jdom.source" version="1.1.1.v201101151400"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.lang.source" version="2.6.0.v201404270220"/>
<unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.pool" version="1.6.0.v201204271246"/>
<unit id="org.apache.commons.pool.source" version="1.6.0.v201204271246"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.sun.xml.bind" version="2.2.0.v201105210647"/>
<unit id="com.sun.xml.bind.source" version="2.2.0.v201105210647"/>
<unit id="javax.activation" version="1.1.0.v201211130549"/>
<unit id="javax.activation.source" version="1.1.0.v201211130549"/>
<unit id="javax.annotation" version="1.2.0.v201401042248"/>
<unit id="javax.annotation.source" version="1.2.0.v201401042248"/>
<unit id="javax.inject" version="1.0.0.v20091030"/>
<unit id="javax.inject.source" version="1.0.0.v20091030"/>
<unit id="javax.mail.glassfish" version="1.4.1.v201108011116"/>
<unit id="javax.mail.glassfish.source" version="1.4.1.v201108011116"/>
<unit id="javax.management" version="1.2.0.v20100427-1100"/>
<unit id="javax.management.remote" version="1.0.0.v20100427-1100"/>
<unit id="javax.resource" version="1.6.0.v201204270900"/>
<unit id="javax.resource.source" version="1.6.0.v201204270900"/>
<unit id="javax.servlet" version="3.1.0.v20140303-1611"/>
<unit id="javax.servlet.source" version="3.1.0.v20140303-1611"/>
<unit id="javax.transaction" version="1.1.1.v201105210645"/>
<unit id="javax.transaction.source" version="1.1.1.v201105210645"/>
<unit id="javax.xml" version="1.3.4.v201005080400"/>
<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
<unit id="javax.xml.bind.source" version="2.2.0.v201105210648"/>
<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
<unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
<unit id="javax.xml.ws" version="2.1.0.v200902101523"/>
<unit id="javax.websocket" version="1.0.0.v20140310-1603"/>
<unit id="javax.websocket.source" version="1.0.0.v20140310-1603"/>
<unit id="org.apache.commons.el" version="1.0.0.v201305101705"/>
<unit id="org.apache.commons.el.source" version="1.0.0.v201305101705"/>
<unit id="org.apache.jasper" version="7.0.47.v201312060745"/>
<unit id="org.apache.jasper.source" version="7.0.47.v201312060745"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.apache.oro.source" version="2.0.8.v201005080400"/>
<unit id="org.json" version="1.0.0.v201011060100"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.test.feature.group" version="3.6.100.v20140528-1640"/>
<unit id="org.eclipse.jdt.junit.runtime" version="3.4.500.v20140527-1138"/>
<unit id="org.eclipse.pde.junit.runtime" version="3.4.400.v20140204-1740"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.gemini.jpa.feature.feature.group" version="1.2.0.M1"/>
<unit id="org.eclipse.gemini.jpa.samples.feature.feature.group" version="1.2.0.M1"/>
<repository location="http://download.eclipse.org/gemini/jpa/updates/1.2.0-M1/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.xmlrpc" version="3.0.0.v20100427-1100"/>
<unit id="org.apache.ws.commons.schema" version="1.4.2.v201003051240"/>
<unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
<unit id="org.apache.xml.security" version="1.4.2.v201005080400"/>
<unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.kohsuke.args4j" version="2.0.21.v201301150030"/>
<unit id="org.kohsuke.args4j.source" version="2.0.21.v201301150030"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.quartz" version="1.8.3.v20110329-1420"/>
<unit id="org.quartz.source" version="1.8.3.v20110329-1420"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.httpcomponents.httpcore" version="4.2.5.v201311072007"/>
<unit id="org.apache.httpcomponents.httpcore.source" version="4.2.5.v201311072007"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.codec" version="1.6.0.v201305230611"/>
<unit id="org.apache.commons.codec.source" version="1.6.0.v201305230611"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.ibm.icu.base" version="50.1.1.v201304230130"/>
<unit id="com.ibm.icu.base.source" version="50.1.1.v201304230130"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.executable.feature.group" version="3.6.100.v20140603-1326"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="javax.ws.rs" version="1.1.1.v20130318-1750"/>
<unit id="javax.ws.rs.source" version="1.1.1.v20130318-1750"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.json" version="1.0.0.v201011060100"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.net" version="3.2.0.v201305141515"/>
<unit id="org.apache.commons.net.source" version="3.2.0.v201305141515"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.junit" version="4.11.0.v201303080030"/>
<unit id="org.junit.source" version="4.11.0.v201303080030"/>
<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
<unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="ch.qos.logback.classic" version="1.0.7.v20121108-1250"/>
<unit id="ch.qos.logback.classic.source" version="1.0.7.v20121108-1250"/>
<unit id="ch.qos.logback.core" version="1.0.7.v20121108-1250"/>
<unit id="ch.qos.logback.core.source" version="1.0.7.v20121108-1250"/>
<unit id="ch.qos.logback.slf4j" version="1.0.7.v20121108-1250"/>
<unit id="ch.qos.logback.slf4j.source" version="1.0.7.v20121108-1250"/>
<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
<unit id="org.slf4j.ext" version="1.7.2.v20121108-1250"/>
<unit id="org.slf4j.ext.source" version="1.7.2.v20121108-1250"/>
<unit id="org.slf4j.api.source" version="1.7.2.v20121108-1250"/>
<unit id="org.slf4j.jul" version="1.7.2.v20121108-1250"/>
<unit id="org.slf4j.jul.source" version="1.7.2.v20121108-1250"/>
<unit id="org.slf4j.jcl" version="1.7.2.v20130115-1340"/>
<unit id="org.slf4j.jcl.source" version="1.7.2.v20130115-1340"/>
<unit id="org.slf4j.log4j" version="1.7.2.v20130115-1340"/>
<unit id="org.slf4j.log4j.source" version="1.7.2.v20130115-1340"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.jcraft.jsch" version="0.1.50.v201403120620"/>
<unit id="com.jcraft.jsch.source" version="0.1.50.v201403120620"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.derby" version="10.8.2.2_v201211210650"/>
<unit id="org.apache.derby.source" version="10.8.2.2_v201211210650"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.sun.jersey" version="1.17.0.v20130314-2020"/>
<unit id="com.sun.jersey.source" version="1.17.0.v20130314-2020"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.gemini.dbaccess.feature.feature.group" version="1.1.0.RELEASE"/>
<unit id="org.eclipse.gemini.dbaccess.h2.feature.feature.group" version="1.1.0.RELEASE"/>
<unit id="org.eclipse.gemini.dbaccess.hsqldb.feature.feature.group" version="1.1.0.RELEASE"/>
<unit id="org.eclipse.gemini.dbaccess.mysql.feature.feature.group" version="1.1.0.RELEASE"/>
<repository location="http://download.eclipse.org/gemini/dbaccess/updates/1.1/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.core.commands" version="3.6.100.v20140528-1422"/>
<unit id="org.eclipse.core.commands.source" version="3.6.100.v20140528-1422"/>
<unit id="org.eclipse.core.expressions" version="3.4.600.v20140128-0851"/>
<unit id="org.eclipse.core.expressions.source" version="3.4.600.v20140128-0851"/>
<unit id="org.eclipse.core.databinding" version="1.4.1.v20140214-0004"/>
<unit id="org.eclipse.core.databinding.source" version="1.4.1.v20140214-0004"/>
<unit id="org.eclipse.core.databinding.beans" version="1.2.200.v20140214-0004"/>
<unit id="org.eclipse.core.databinding.beans.source" version="1.2.200.v20140214-0004"/>
<unit id="org.eclipse.core.databinding.observable" version="1.4.1.v20140210-1835"/>
<unit id="org.eclipse.core.databinding.observable.source" version="1.4.1.v20140210-1835"/>
<unit id="org.eclipse.core.databinding.property" version="1.4.200.v20140214-0004"/>
<unit id="org.eclipse.core.databinding.property.source" version="1.4.200.v20140214-0004"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
<repository location="http://download.eclipse.org/cbi/updates/license"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="9.1.5.201405052126"/>
<unit id="org.eclipse.jetty.bundles.f.source.feature.group" version="9.1.5.201405052126"/>
<unit id="org.eclipse.jetty.osgi.npn.fragment" version="9.1.5.v20140505"/>
<repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.1.5.v20140505/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.http.servlet" version="1.1.500.v20140318-1755"/>
<unit id="org.eclipse.equinox.http.servlet.source" version="1.1.500.v20140318-1755"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.guava" version="15.0.0.v201403281430"/>
<unit id="com.google.guava.source" version="15.0.0.v201403281430"/>
<unit id="com.google.gson" version="2.2.4.v201311231704"/>
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.mockito.source" version="1.9.5.v201311280930"/>
<unit id="org.objenesis.source" version="1.0.0.v201105211943"/>
<unit id="org.objenesis" version="1.0.0.v201105211943"/>
<unit id="org.mockito" version="1.9.5.v201311280930"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
<unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
<unit id="org.hamcrest.generator" version="1.3.0.v201305210900"/>
<unit id="org.hamcrest.library" version="1.3.0.v201305281000"/>
<unit id="org.hamcrest.library.source" version="1.3.0.v201305281000"/>
<unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
<unit id="org.hamcrest.generator.source" version="1.3.0.v201305210900"/>
<unit id="org.hamcrest.integration" version="1.3.0.v201305210900"/>
<unit id="org.hamcrest.integration.source" version="1.3.0.v201305210900"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.ecf" version="3.4.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.source" version="3.4.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.filetransfer" version="5.0.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.filetransfer.source" version="5.0.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.identity" version="3.4.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.identity.source" version="3.4.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer" version="3.2.200.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.source" version="3.2.200.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.httpclient4" version="1.0.500.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.httpclient4.source" version="1.0.500.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.httpclient4.ssl" version="1.0.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source" version="1.0.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.ssl" version="1.0.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.provider.filetransfer.ssl.source" version="1.0.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.ssl" version="1.1.0.v20140528-1625"/>
<unit id="org.eclipse.ecf.ssl.source" version="1.1.0.v20140528-1625"/>
<repository location="http://download.eclipse.org/rt/ecf/3.8.1/site.p2"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.9.0.v20140523-0116"/>
<unit id="org.eclipse.equinox.compendium.sdk.feature.group" version="3.10.0.v20140416-2102"/>
<unit id="org.eclipse.equinox.serverside.sdk.feature.group" version="3.10.0.v20140606-1602"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.10.0.v20140606-1602"/>
<unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.10.0.v20140606-1445"/>
<unit id="org.eclipse.equinox.weaving.sdk.feature.group" version="1.1.0.v20140529-1734"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.4/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.oda.sdk.feature.group" version="1.2.0.v20140203-1126"/>
<unit id="org.eclipse.emf.feature.group" version="2.9.2.v20140203-1126"/>
<unit id="org.eclipse.xsd.feature.group" version="2.9.1.v20140203-1126"/>
<unit id="org.eclipse.emf.codegen.feature.group" version="2.9.0.v20140203-1126"/>
<unit id="org.eclipse.emf.converter.feature.group" version="2.9.1.v20140203-1126"/>
<unit id="org.eclipse.emf.gwt.edit.feature.group" version="2.8.0.v20140203-1126"/>
<unit id="org.eclipse.emf.codegen.ecore.feature.group" version="2.9.1.v20140203-1126"/>
<unit id="org.eclipse.emf.mapping.ecore.feature.group" version="2.7.0.v20140203-1126"/>
<unit id="org.eclipse.emf.oda.feature.group" version="1.2.0.v20140203-1126"/>
<unit id="org.eclipse.emf.doc.feature.group" version="2.8.0.v20140203-1126"/>
<unit id="org.eclipse.emf.all.feature.group" version="2.9.2.v20140203-1126"/>
<unit id="org.eclipse.emf.mapping.feature.group" version="2.7.0.v20140203-1126"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="2.9.2.v20131212-0545"/>
<unit id="org.eclipse.xsd.edit.feature.group" version="2.7.0.v20140203-1126"/>
<unit id="org.eclipse.emf.rap.sdk.feature.group" version="2.9.1.v20140203-1126"/>
<unit id="org.eclipse.emf.ecore.edit.feature.group" version="2.8.0.v20140203-1126"/>
<unit id="org.eclipse.xsd.doc.feature.group" version="2.8.0.v20140203-1126"/>
<unit id="org.eclipse.emf.oda.ecore.feature.group" version="1.2.0.v20140203-1126"/>
<unit id="org.eclipse.emf.edit.feature.group" version="2.9.0.v20140203-1126"/>
<unit id="org.eclipse.emf.databinding.feature.group" version="1.3.0.v20140203-1126"/>
<unit id="org.eclipse.xsd.mapping.feature.group" version="2.7.0.v20140203-1126"/>
<unit id="org.eclipse.xsd.ecore.converter.feature.group" version="2.8.0.v20140203-1126"/>
<unit id="org.eclipse.emf.common.feature.group" version="2.9.2.v20131212-0545"/>
<unit id="org.eclipse.emf.databinding.edit.feature.group" version="1.3.0.v20140203-1126"/>
<unit id="org.eclipse.emf.rap.feature.group" version="2.9.1.v20140203-1126"/>
<unit id="org.eclipse.xsd.sdk.feature.group" version="2.9.1.v20140203-1126"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="2.9.2.v20140203-1126"/>
<repository location="http://devel.data-in-motion.biz/nexus/content/unzip/DIM_release_unzip/org/eclipse/emf/org.eclipse.emf.update/2.9.2/org.eclipse.emf.update-2.9.2.zip-unzip/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.gyrex.features.dependencies.jersey.feature.group" version="1.0.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.web.source.feature.group" version="1.3.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.addons.eventbus.feature.group" version="1.0.0.v20140614-1627"/>
<unit id="org.eclipse.gyrex.features.modelandservices.source.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.jersey.source.feature.group" version="1.0.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.addons.jersey.jaxrs.feature.group" version="1.1.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.admin.feature.group" version="1.2.0.v20140725-1018"/>
<unit id="org.eclipse.gyrex.features.addons.jersey.jaxrs.source.feature.group" version="1.1.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.persistence.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.admin.feature.group" version="1.2.0.v20140604-0823"/>
<unit id="org.eclipse.gyrex.features.processing.source.feature.group" version="1.3.0.v20140522-1711"/>
<unit id="org.eclipse.gyrex.features.modelandservices.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.processing.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.sdk.feature.group" version="1.3.0.v20140725-1018"/>
<unit id="org.eclipse.gyrex.features.addons.mongodb.source.feature.group" version="1.0.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.mongodb.feature.group" version="1.0.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.admin.source.feature.group" version="1.2.0.v20140604-0823"/>
<unit id="org.eclipse.gyrex.features.dependencies.persistence.source.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.kernel.feature.group" version="1.3.0.v20140615-0035"/>
<unit id="org.eclipse.gyrex.features.dependencies.solr.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.eclipselink.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.web.feature.group" version="1.3.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.addons.mongodb.feature.group" version="1.0.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.server.source.feature.group" version="1.3.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.solr.source.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.products.server" version="1.4.0.v20140725-1018"/>
<unit id="org.eclipse.gyrex.features.dependencies.mongodb.source.feature.group" version="1.0.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.commons.feature.group" version="1.2.0.v20140606-1445"/>
<unit id="org.eclipse.gyrex.features.dependencies.admin.source.feature.group" version="1.2.0.v20140725-1018"/>
<unit id="org.eclipse.gyrex.features.sdk.withoutdeps.feature.group" version="1.3.0.v20140615-0035"/>
<unit id="org.eclipse.gyrex.features.addons.eventbus.source.feature.group" version="1.0.0.v20140614-1627"/>
<unit id="org.eclipse.gyrex.features.dependencies.eclipselink.source.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.commons.source.feature.group" version="1.2.0.v20140606-1445"/>
<unit id="org.eclipse.gyrex.features.dependencies.provisioning.source.feature.group" version="1.2.0.v20140725-0759"/>
<unit id="org.eclipse.gyrex.features.tests.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.processing.feature.group" version="1.3.0.v20140522-1711"/>
<unit id="org.eclipse.gyrex.features.tests.source.feature.group" version="1.2.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.kernel.source.feature.group" version="1.3.0.v20140615-0035"/>
<unit id="org.eclipse.gyrex.features.http.feature.group" version="1.3.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.http.source.feature.group" version="1.3.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.provisioning.feature.group" version="1.2.0.v20140725-0759"/>
<unit id="org.eclipse.gyrex.features.server.feature.group" version="1.3.0.v20140503-0720"/>
<unit id="org.eclipse.gyrex.features.dependencies.processing.source.feature.group" version="1.2.0.v20140503-0720"/>
<repository location="http://devel.data-in-motion.biz/nexus/content/unzip/dim_server_platform_core/org/eclipse/gyrex/releng/gyrex-repository/1.0.0-SNAPSHOT/gyrex-repository-1.0.0-SNAPSHOT.zip-unzip/"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<launcherArgs>
<programArgs>-console&#13;
-nosplash</programArgs>
</launcherArgs>
</target>

Back to the top