Skip to content

Commit

Permalink
Enable Tycho in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Jul 7, 2014
1 parent 3c8d0a6 commit 47d9a5b
Show file tree
Hide file tree
Showing 325 changed files with 259 additions and 62 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.aerogear.hybrid.feature"
id="org.eclipse.thym.feature"
label="%featureName"
version="1.1.0.qualifier"
version="0.1.0.qualifier"
provider-name="%providerName">

<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>features</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.features</groupId>
<artifactId>org.eclipse.thym.feature</artifactId>
Expand Down
26 changes: 7 additions & 19 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordova</artifactId>
<version>1.1.0-SNAPSHOT</version>
<groupId>org.eclipse.thym</groupId>
<artifactId>parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<groupId>org.eclipse.thym</groupId>
<artifactId>features</artifactId>
<name>Aerogear/Cordova features</name>

<name>Eclipse THyM features</name>
<packaging>pom</packaging>

<modules>
<module>org.jboss.tools.aerogear.hybrid.feature</module>
<module>org.eclipse.thym.feature</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>.org.eclipse.thym.plugins</groupId>
<artifactId>org.eclipse.thym.android.core</artifactId>

<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.plugins</groupId>
<artifactId>org.eclipse.thym.android.ui</artifactId>

<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.plugins</groupId>
<artifactId>org.eclipse.thym.core</artifactId>

<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.plugins</groupId>
<artifactId>org.eclipse.thym.ios.core</artifactId>

<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.plugins</groupId>
<artifactId>org.eclipse.thym.ios.ui</artifactId>

<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.thym</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.thym.plugins</groupId>
<artifactId>org.eclipse.thym.ui</artifactId>

<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
File renamed without changes.
Loading

0 comments on commit 47d9a5b

Please sign in to comment.