Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-03-27 10:46:58 +0000
committerTom Schindl2014-03-27 10:46:58 +0000
commit821e1d88cf07113715147f46cfffcfd5c74f02d1 (patch)
tree35a674569854c5a1b294b5433f817ba020165703
parent5f90ef16eb71382b82cdfdf5b6d6f162ef1618ad (diff)
downloadorg.eclipse.rap.incubator.e4-821e1d88cf07113715147f46cfffcfd5c74f02d1.tar.gz
org.eclipse.rap.incubator.e4-821e1d88cf07113715147f46cfffcfd5c74f02d1.tar.xz
org.eclipse.rap.incubator.e4-821e1d88cf07113715147f46cfffcfd5c74f02d1.zip
adding tooling build
-rw-r--r--bundles/org.eclipse.rap.e4.tooling/.gitignore1
-rw-r--r--bundles/org.eclipse.rap.e4.tooling/pom.xml32
-rw-r--r--features/org.eclipse.rap.e4.tooling.feature/.gitignore1
-rw-r--r--features/org.eclipse.rap.e4.tooling.feature/pom.xml16
-rw-r--r--releng/org.eclipse.rap.e4.tooling.updatesite/.gitignore1
-rw-r--r--releng/org.eclipse.rap.e4.tooling.updatesite/pom.xml68
-rw-r--r--releng/releng-tooling/pom.xml2
7 files changed, 120 insertions, 1 deletions
diff --git a/bundles/org.eclipse.rap.e4.tooling/.gitignore b/bundles/org.eclipse.rap.e4.tooling/.gitignore
index 5e56e04..934e0e0 100644
--- a/bundles/org.eclipse.rap.e4.tooling/.gitignore
+++ b/bundles/org.eclipse.rap.e4.tooling/.gitignore
@@ -1 +1,2 @@
/bin
+/target
diff --git a/bundles/org.eclipse.rap.e4.tooling/pom.xml b/bundles/org.eclipse.rap.e4.tooling/pom.xml
new file mode 100644
index 0000000..43aaece
--- /dev/null
+++ b/bundles/org.eclipse.rap.e4.tooling/pom.xml
@@ -0,0 +1,32 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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>
+ <name>RAP e4 Tooling build - Tooling Bundle</name>
+ <groupId>org.eclipse.rap.e4</groupId>
+ <artifactId>org.eclipse.rap.e4.tooling</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <parent>
+ <groupId>org.eclipse.rap.e4</groupId>
+ <artifactId>releng</artifactId>
+ <relativePath>../../releng/releng-tooling/pom.xml</relativePath>
+ <version>0.9.0-SNAPSHOT</version>
+ </parent>
+ <build>
+ <resources>
+ <!-- to ensure that the feature lookup of the ui test works -->
+ <resource>
+ <directory>.</directory>
+ <includes>
+ <include>META-INF/</include>
+ </includes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file
diff --git a/features/org.eclipse.rap.e4.tooling.feature/.gitignore b/features/org.eclipse.rap.e4.tooling.feature/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/features/org.eclipse.rap.e4.tooling.feature/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/features/org.eclipse.rap.e4.tooling.feature/pom.xml b/features/org.eclipse.rap.e4.tooling.feature/pom.xml
new file mode 100644
index 0000000..369c98d
--- /dev/null
+++ b/features/org.eclipse.rap.e4.tooling.feature/pom.xml
@@ -0,0 +1,16 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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>
+ <name>RAP e4 Tooling build - Tooling Feature</name>
+ <groupId>org.eclipse.rap.e4</groupId>
+ <artifactId>org.eclipse.rap.e4.tooling.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <parent>
+ <groupId>org.eclipse.rap.e4</groupId>
+ <artifactId>releng</artifactId>
+ <relativePath>../../releng/releng-tooling/pom.xml</relativePath>
+ <version>0.9.0-SNAPSHOT</version>
+ </parent>
+
+</project> \ No newline at end of file
diff --git a/releng/org.eclipse.rap.e4.tooling.updatesite/.gitignore b/releng/org.eclipse.rap.e4.tooling.updatesite/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/releng/org.eclipse.rap.e4.tooling.updatesite/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/releng/org.eclipse.rap.e4.tooling.updatesite/pom.xml b/releng/org.eclipse.rap.e4.tooling.updatesite/pom.xml
new file mode 100644
index 0000000..f3fbec0
--- /dev/null
+++ b/releng/org.eclipse.rap.e4.tooling.updatesite/pom.xml
@@ -0,0 +1,68 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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>
+ <name>RAP e4 Tooling build - Updatesite</name>
+ <groupId>org.eclipse.rap.e4</groupId>
+ <artifactId>org.eclipse.rap.e4.tooling.updatesite</artifactId>
+ <packaging>eclipse-update-site</packaging>
+
+ <parent>
+ <groupId>org.eclipse.rap.e4</groupId>
+ <artifactId>releng</artifactId>
+ <relativePath>../../releng/releng-tooling/pom.xml</relativePath>
+ <version>0.9.0-SNAPSHOT</version>
+ </parent>
+
+ <properties>
+ <p2repo-zip-path>${project.build.directory}/site_assembly.zip</p2repo-zip-path>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <configuration>
+ <archiveSite>true</archiveSite>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>build-server</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>deploy</id>
+ <phase>install</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <delete includeemptydirs="false">
+ <fileset dir="${download-publish-path}">
+ <include name="**" />
+ </fileset>
+ </delete>
+ <copy includeemptydirs="false" todir="${download-publish-path}">
+ <fileset dir="target">
+ <include name="**" />
+ </fileset>
+ </copy>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project> \ No newline at end of file
diff --git a/releng/releng-tooling/pom.xml b/releng/releng-tooling/pom.xml
index f20d84e..ceb0c88 100644
--- a/releng/releng-tooling/pom.xml
+++ b/releng/releng-tooling/pom.xml
@@ -21,7 +21,7 @@
<mockito-version>1.8.4</mockito-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<platform-version>[3.7,3.8)</platform-version>
- <download-publish-path>/home/data/httpd/download.eclipse.org/rap-incubator/e4/target</download-publish-path>
+ <download-publish-path>/home/data/httpd/download.eclipse.org/rap-incubator/e4/tooling</download-publish-path>
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
</properties>

Back to the top