Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Thienel2013-01-11 12:53:42 +0000
committerFlorian Thienel2013-01-11 12:53:42 +0000
commit091b842ecb33b326e9f32434a3b47998b6ca8df1 (patch)
tree51eb05e57071c0bbd18663407c22040d8ecc2956 /org.eclipse.vex.releng
parent4f9ef3bc3f9e0d928f64c2f3b37d43db03260977 (diff)
downloadorg.eclipse.mylyn.docs.vex-091b842ecb33b326e9f32434a3b47998b6ca8df1.tar.gz
org.eclipse.mylyn.docs.vex-091b842ecb33b326e9f32434a3b47998b6ca8df1.tar.xz
org.eclipse.mylyn.docs.vex-091b842ecb33b326e9f32434a3b47998b6ca8df1.zip
update build to Eclipse Tycho 0.16
Signed-off-by: Florian Thienel <florian@thienel.org>
Diffstat (limited to 'org.eclipse.vex.releng')
-rw-r--r--org.eclipse.vex.releng/.project6
-rw-r--r--org.eclipse.vex.releng/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--org.eclipse.vex.releng/.settings/org.eclipse.m2e.core.prefs4
-rw-r--r--org.eclipse.vex.releng/pom.xml166
4 files changed, 85 insertions, 93 deletions
diff --git a/org.eclipse.vex.releng/.project b/org.eclipse.vex.releng/.project
index c83f1c0d..2d6bc85c 100644
--- a/org.eclipse.vex.releng/.project
+++ b/org.eclipse.vex.releng/.project
@@ -5,7 +5,13 @@
<projects>
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
diff --git a/org.eclipse.vex.releng/.settings/org.eclipse.core.resources.prefs b/org.eclipse.vex.releng/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 00000000..3d916f29
--- /dev/null
+++ b/org.eclipse.vex.releng/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=Cp1252
diff --git a/org.eclipse.vex.releng/.settings/org.eclipse.m2e.core.prefs b/org.eclipse.vex.releng/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 00000000..14b697b7
--- /dev/null
+++ b/org.eclipse.vex.releng/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/org.eclipse.vex.releng/pom.xml b/org.eclipse.vex.releng/pom.xml
index 2576ae82..c264ced1 100644
--- a/org.eclipse.vex.releng/pom.xml
+++ b/org.eclipse.vex.releng/pom.xml
@@ -8,119 +8,99 @@
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <parent>
- <artifactId>org.eclipse.vex-parent</artifactId>
- <groupId>org.eclipse.vex</groupId>
- <version>1.1.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <pluginRepositories>
- <pluginRepository>
- <id>snapshots</id>
- <url>http://snapshots.repository.codehaus.org/</url>
- <releases><enabled>false</enabled></releases>
- </pluginRepository>
- </pluginRepositories>
-
<properties>
- <tycho-version>0.10.0</tycho-version>
+ <tycho-version>0.16.0</tycho-version>
+ <project.build.sourceEncoding>Cp1252</project.build.sourceEncoding>
</properties>
- <modules>
- <module>../org.eclipse.vex</module>
- <module>../org.eclipse.vex.core</module>
- <module>../org.eclipse.vex.ui</module>
- <module>../org.eclipse.vex.dita</module>
- <module>../org.eclipse.vex.docbook</module>
- <module>../org.eclipse.vex.xhtml</module>
- <module>../org.eclipse.vex.projectplan</module>
- <module>../org.eclipse.vex.documentation</module>
- <module>../org.eclipse.vex.feature</module>
- <module>../org.eclipse.vex.sdk.feature</module>
- <module>../org.eclipse.vex.repository</module>
- <module>../org.eclipse.vex.core.tests</module>
- <module>../org.eclipse.vex.ui.tests</module>
- </modules>
-
+ <repositories>
+ <repository>
+ <id>indigo</id>
+ <url>http://download.eclipse.org/releases/indigo/</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
+ <id>orbit</id>
+ <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository</url>
+ <layout>p2</layout>
+ </repository>
+ <!--
+ <repository>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>vex-milestones</id>
+ <url>http://download.eclipse.org/vex/milestones</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>vex-releases</id>
+ <url>http://download.eclipse.org/vex/releases</url>
+ <layout>default</layout>
+ </repository>
+ -->
+ </repositories>
+
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
- <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ </environments>
</configuration>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-versions-plugin</artifactId>
<version>${tycho-version}</version>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- <executions>
- <execution>
- <id>attach-source</id>
- <goals>
- <goal>plugin-source</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-compiler-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.4.1</version>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.5</version>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
- <repositories>
- <repository>
- <id>indigo</id>
- <url>http://download.eclipse.org/releases/indigo/</url>
- <layout>p2</layout>
- </repository>
- <repository>
- <id>orbit</id>
- <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository</url>
- <layout>p2</layout>
- </repository>
- </repositories>
+
+ <modules>
+ <module>../org.eclipse.vex</module>
+ <module>../org.eclipse.vex.core</module>
+ <module>../org.eclipse.vex.ui</module>
+ <module>../org.eclipse.vex.dita</module>
+ <module>../org.eclipse.vex.docbook</module>
+ <module>../org.eclipse.vex.xhtml</module>
+ <module>../org.eclipse.vex.projectplan</module>
+ <module>../org.eclipse.vex.documentation</module>
+ <module>../org.eclipse.vex.feature</module>
+ <module>../org.eclipse.vex.sdk.feature</module>
+ <module>../org.eclipse.vex.repository</module>
+ <module>../org.eclipse.vex.core.tests</module>
+ <module>../org.eclipse.vex.ui.tests</module>
+ </modules>
+
+ <mailingLists>
+ <mailingList>
+ <name>Vex Mailing List</name>
+ <post>mylyn-vex-dev@eclipse.org</post>
+ <subscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-vex-dev</subscribe>
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-vex-dev</unsubscribe>
+ <archive>http://dev.eclipse.org/mhonarc/lists/mylyn-vex-dev</archive>
+ </mailingList>
+ </mailingLists>
+ <issueManagement>
+ <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=Mylyn;product=Mylyn%20Docs%20Vex</url>
+ <system>Bugzilla</system>
+ </issueManagement>
+
+ <name>Vex Releng</name>
</project>

Back to the top