Skip to content

Commit

Permalink
Build with Tycho 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 25, 2011
1 parent 8e6c3d7 commit af4af23
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.zest.dot.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Require-Bundle: org.eclipse.zest.dot.export;visibility:=reexport,
org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
org.apache.commons.logging;bundle-version="1.0.4";visibility:=reexport,
org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";visibility:=reexport,
org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional,
org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional,
org.antlr.runtime;bundle-version="3.2.0";resolution:=optional,
org.eclipse.emf.common;resolution:=optional,
org.eclipse.xtext.util;bundle-version="2.0.0";resolution:=optional
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.dot.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.fornax.toolsupport</groupId>
<artifactId>fornax-oaw-m2-plugin</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
<configuration>
<workflowEngine>mwe2</workflowEngine>
<workflowDescriptor>src/org/eclipse/zest/internal/dot/parser/GenerateDot.mwe2</workflowDescriptor>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.zest.feature</artifactId>
<artifactId>org.eclipse.zest.sdk</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
7 changes: 7 additions & 0 deletions org.eclipse.zest.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
<properties>
<vmargs>-Xmx1024m -XX:MaxPermSize=512m</vmargs>
</properties>
<repositories>
<repository>
<id>indigo</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/indigo/</url>
</repository>
</repositories>
<profiles>
<profile>
<id>skip-tests</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.version>0.12.0</tycho.version>
<tycho.version>0.13.0</tycho.version>
<tycho.groupId>org.eclipse.tycho</tycho.groupId>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit af4af23

Please sign in to comment.