Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-09-06 21:12:07 +0000
committerAlexander Kurtakov2016-09-06 21:12:07 +0000
commite2f440fb930ad08097a5f01a6ddceab474020166 (patch)
tree4298d9d41c4b106c2bac6b7df8754bcc7d1d723f /framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
parentc4ff1d28ce4f29a278a116cba654c44114d3babd (diff)
downloadorg.eclipse.ecf-e2f440fb930ad08097a5f01a6ddceab474020166.tar.gz
org.eclipse.ecf-e2f440fb930ad08097a5f01a6ddceab474020166.tar.xz
org.eclipse.ecf-e2f440fb930ad08097a5f01a6ddceab474020166.zip
Bug 396457 - [Releng][Maven] Create a build based on tycho
Hook the following features in the build: * org.eclipse.ecf.sharedobject.feature * org.eclipse.ecf.provider.generic.feature * org.eclipse.ecf.docshare.feature * org.eclipse.ecf.datashare.feature * org.eclipse.ecf.presence.feature Had to bump some bundles BREE as due to their transitive requirement on httpcore which requires javax.net (appearing in Java 1.4) they were not usable in the declared BREE. Change-Id: I020e8e44df298484a8380d4211eb5ad111721f57 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.sharedobject/pom.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf.sharedobject/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml b/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
new file mode 100644
index 000000000..ded428e9e
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.ecf</groupId>
+ <artifactId>ecf-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.ecf</groupId>
+ <artifactId>org.eclipse.ecf.sharedobject</artifactId>
+ <version>2.5.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top