Skip to content

Commit

Permalink
Merge pull request #39 from mickaelistria/477006
Browse files Browse the repository at this point in the history
Bug 477006 - Update Target Platforms
  • Loading branch information
gorkem committed Sep 23, 2015
2 parents 88d07ad + 5951a61 commit 8907499
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<!-- skip for local builds, set it to true on Eclipse.org infrastructure -->
<cbi.jarsigner.skip>true</cbi.jarsigner.skip>
<tycho.scmUrl>scm:git:https://github.com/eclipse/thym.git</tycho.scmUrl>
<target-platform>mars.M</target-platform>
<target-platform>mars.R</target-platform>
</properties>

<modules>
Expand Down
38 changes: 38 additions & 0 deletions target-platforms/mars.R/mars.R.target
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target includeMode="feature" name="THyM Target" sequenceNumber="0">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.codec" version="0.0.0"/>
<unit id="org.apache.commons.io" version="0.0.0"/>
<unit id="org.apache.httpcomponents.httpclient" version="0.0.0"/>
<unit id="org.apache.httpcomponents.httpcore" version="0.0.0"/>
<unit id="com.google.gson" version="0.0.0"/>
<unit id="org.junit" version="0.0.0"/>
<unit id="com.ibm.icu.base" version="0.0.0"/>
<unit id="org.apache.ant" version="0.0.0"/>
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.filetransfer.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.filetransfer.httpclient4.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.wst.jsdt.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.wst.common_core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.wst.common_ui.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.wst.common.fproj.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/mars/"/>
</location>

<location includeAllPlatforms="false" includeMode="slicer" type="InstallableUnit" includeSource="true">
<repository location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui/"/>
<unit id="org.eclipse.e4.ui.importer" version="0.0.0"/>
</location>

</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
</target>
Expand Up @@ -7,7 +7,7 @@
<version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.target-platforms</groupId>
<artifactId>mars.M</artifactId>
<name>Eclipse THyM Target Platform for Mars milestones (mutable and volatile)</name>
<artifactId>mars.R</artifactId>
<name>Eclipse THyM Target Platform for Mars release</name>
<packaging>eclipse-target-definition</packaging>
</project>
File renamed without changes.
13 changes: 13 additions & 0 deletions target-platforms/neon.M/pom.xml
@@ -0,0 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>target-platforms</artifactId>
<version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.target-platforms</groupId>
<artifactId>neon.M</artifactId>
<name>Eclipse THyM Target Platform for Neon milestone (mutable and volatile)</name>
<packaging>eclipse-target-definition</packaging>
</project>
3 changes: 2 additions & 1 deletion target-platforms/pom.xml
Expand Up @@ -13,6 +13,7 @@

<modules>
<module>luna.R</module>
<module>mars.M</module>
<module>mars.R</module>
<module>neon.M</module>
</modules>
</project>

0 comments on commit 8907499

Please sign in to comment.