You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/01/06 16:45:12 UTC

git commit: Add Juno platform

Updated Branches:
  refs/heads/master 3d002eaad -> 01d52b0ac


Add Juno platform


Project: http://git-wip-us.apache.org/repos/asf/karaf-eik/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-eik/commit/01d52b0a
Tree: http://git-wip-us.apache.org/repos/asf/karaf-eik/tree/01d52b0a
Diff: http://git-wip-us.apache.org/repos/asf/karaf-eik/diff/01d52b0a

Branch: refs/heads/master
Commit: 01d52b0acf259c56844a2f23df5d2f4b7cc5cd95
Parents: 3d002ea
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Jan 6 16:44:41 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Jan 6 16:44:41 2014 +0100

----------------------------------------------------------------------
 parent/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-eik/blob/01d52b0a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4769ca5..a779e2e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -263,6 +263,20 @@
             </properties>
         </profile>
         <profile>
+            <id>platform-juno</id>
+            <activation>
+                <property>
+                    <name>platform-version-name</name>
+                    <value>juno</value>
+                </property>
+            </activation>
+            <properties>
+                <eclipse-site>http://download.eclipse.org/releases/juno</eclipse-site>
+                <platform-version>[3.8,3.9)</platform-version>
+                <swtbot-site>http://download.eclipse.org/technology/swtbot/juno/dev-build/update-site</swtbot-site>
+            </properties>
+        </profile>
+        <profile>
             <id>release</id>
             <build>
                 <plugins>