Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Add target for Eclipse 3.8 (Juno)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 14, 2012
1 parent abcdf40 commit 386d4dc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions com.mountainminds.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,19 @@
<platform-repository-url>http:https://download.eclipse.org/releases/indigo/</platform-repository-url>
</properties>
</profile>
<profile>
<id>e3.8</id>
<activation>
<property>
<name>target-profile</name>
<value>e3.8</value>
</property>
</activation>
<properties>
<target-platform>eclemma-e3.8</target-platform>
<platform-repository-url>http:https://download.eclipse.org/releases/juno/</platform-repository-url>
</properties>
</profile>

<profile>
<id>explicit-target</id>
Expand Down
16 changes: 16 additions & 0 deletions com.mountainminds.eclemma.target/eclemma-e3.8.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>

<target name="eclemma-e3.8" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.jdt.feature.group" version="3.8.0.v20120429-1635-8-8nFpCFNOfwK7Wad4VDgZ7BC834"/>
<repository location="http:https://download.eclipse.org/releases/juno/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.objectweb.asm" version="3.3.1.v201105211655"/>
<unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
<repository location="http:https://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository"/>
</location>
</locations>
</target>
5 changes: 5 additions & 0 deletions com.mountainminds.eclemma.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<type>target</type>
<classifier>eclemma-e3.7</classifier>
</artifact>
<artifact>
<file>eclemma-e3.8.target</file>
<type>target</type>
<classifier>eclemma-e3.8</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
Expand Down

0 comments on commit 386d4dc

Please sign in to comment.