Skip to content

Commit

Permalink
Changed target to ecf-oxygen (uses ecf snapshot and eclipse oxygen)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Mar 16, 2018
1 parent c13a5e8 commit 78ad697
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<properties>
<tycho-version>1.0.0</tycho-version>
<cbi-version>1.1.3</cbi-version>
<target-platform>oxygen</target-platform>
<target-platform>photon</target-platform>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.resources.sourceEncoding>ISO-8859-1</project.resources.sourceEncoding>
<tycho.scmUrl>${project.scm.connection}</tycho.scmUrl>
Expand Down
23 changes: 23 additions & 0 deletions releng/org.eclipse.ecf.provider.xmlrpc.target/ecf-photon.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="XmlRpc Provider Oxygen Target" sequenceNumber="34">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.edit.ui.feature.group" version="2.13.0.v20170609-0928"/>
<unit id="org.eclipse.emf.edit.ui.source.feature.group" version="2.13.0.v20170609-0928"/>
<unit id="org.eclipse.pde.feature.group" version="3.13.2.v20171130-0510"/>
<unit id="org.eclipse.pde.source.feature.group" version="3.13.2.v20171130-0510"/>
<unit id="org.eclipse.platform.feature.group" version="4.7.2.v20171130-0510"/>
<unit id="org.eclipse.platform.source.feature.group" version="4.7.2.v20171130-0510"/>
<repository location="http://download.eclipse.org/releases/oxygen"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" 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/1.0.1.v20140414-1359"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.ecf.remoteservice.sdk.examples.feature.feature.group" version="1.0.100.v20180315-1604"/>
<unit id="org.eclipse.ecf.remoteservice.sdk.examples.feature.source.feature.group" version="1.0.100.v20180315-1604"/>
<repository location="http://download.eclipse.org/rt/ecf/snapshot/site.p2"/>
</location>
</locations>
</target>
10 changes: 10 additions & 0 deletions releng/org.eclipse.ecf.provider.xmlrpc.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
<type>target</type>
<classifier>ecf-neon</classifier>
</artifact>
<artifact>
<file>ecf-oxygen.target</file>
<type>target</type>
<classifier>ecf-oxygen</classifier>
</artifact>
<artifact>
<file>ecf-photon.target</file>
<type>target</type>
<classifier>ecf-photon</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
Expand Down

0 comments on commit 78ad697

Please sign in to comment.