Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoulwen Le Fur2014-06-04 13:40:59 +0000
committerGoulwen Le Fur2014-06-04 13:40:59 +0000
commit41d9c281ddc90904792b21fc33d68bae814c08b0 (patch)
tree68af03a5400ed3e9e37d7581847c5806ead00141
parentd4f10fed340b15a956dbe7217de38e5b1e0a1a64 (diff)
downloadorg.eclipse.eef-41d9c281ddc90904792b21fc33d68bae814c08b0.tar.gz
org.eclipse.eef-41d9c281ddc90904792b21fc33d68bae814c08b0.tar.xz
org.eclipse.eef-41d9c281ddc90904792b21fc33d68bae814c08b0.zip
UPDATED: tycho config
-rw-r--r--releng/org.eclipse.emf.eef.releng.parent/pom.xml4
-rw-r--r--releng/org.eclipse.emf.eef.update/pom.xml12
2 files changed, 13 insertions, 3 deletions
diff --git a/releng/org.eclipse.emf.eef.releng.parent/pom.xml b/releng/org.eclipse.emf.eef.releng.parent/pom.xml
index 4acb6b582..c53355ef6 100644
--- a/releng/org.eclipse.emf.eef.releng.parent/pom.xml
+++ b/releng/org.eclipse.emf.eef.releng.parent/pom.xml
@@ -33,8 +33,8 @@
</licenses>
<properties>
- <tycho-version>0.18.1</tycho-version>
- <tycho-extras-version>0.18.0</tycho-extras-version>
+ <tycho-version>0.20.0</tycho-version>
+ <tycho-extras-version>0.20.0</tycho-extras-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/releng/org.eclipse.emf.eef.update/pom.xml b/releng/org.eclipse.emf.eef.update/pom.xml
index 2af0cb91c..a98771c22 100644
--- a/releng/org.eclipse.emf.eef.update/pom.xml
+++ b/releng/org.eclipse.emf.eef.update/pom.xml
@@ -55,7 +55,17 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <createArtifactRepository>true</createArtifactRepository>
+ <finalName>${project.artifactId}</finalName>
+ <compress>true</compress>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>

Back to the top