Skip to content

Commit

Permalink
[releng] Fix target platform generator builds issues
Browse files Browse the repository at this point in the history
It shall be reverted when mbarbero will merge
eclipse-cbi/targetplatform-dsl#72

Change-Id: Ic33637bd6a613524f2095d87247106100df7b8b1
Signed-off-by: Jeremy Aubry <[email protected]>
  • Loading branch information
jaubry-obeo committed Jan 31, 2018
1 parent 2863c06 commit 7e1517c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions releng/org.polarsys.capella.xmlpivot.target/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2017 THALES GLOBAL SERVICES. All rights reserved. This
<!-- Copyright (c) 2018 THALES GLOBAL SERVICES. All rights reserved. This
program and the accompanying materials are made available under the terms
of the Eclipse Public License v1.0 which accompanies this distribution, and
is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Thales
Expand Down Expand Up @@ -30,8 +30,6 @@
<properties>
<tycho-version>0.26.0</tycho-version>
<tycho-extras-version>0.26.0</tycho-extras-version>
<platform-name>neon</platform-name>
<targetPlatform.repository>http://mbarbero.github.com/fr.obeo.releng.targetplatform/p2/latest</targetPlatform.repository>
<targetPlatform.name>capella.target-definition.targetplatform</targetPlatform.name>
<converterApplication.name>fr.obeo.releng.targetplatform.targetPlatform.converter</converterApplication.name>
</properties>
Expand All @@ -45,14 +43,14 @@
<configuration>
<repositories>
<repository>
<id>${platform-name}</id>
<id>targetplatform-tp</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/${platform-name}</url>
<url>http://download.eclipse.org/releases/oxygen/201709271000</url>
</repository>
<repository>
<id>targetplatform</id>
<layout>p2</layout>
<url>${targetPlatform.repository}</url>
<url>http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest</url>
</repository>
</repositories>
<!-- Set dependencies to launch the application -->
Expand Down

0 comments on commit 7e1517c

Please sign in to comment.