Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2017-03-07 17:46:07 +0000
committerChristian W. Damus2017-03-16 15:52:31 +0000
commitd749236f6a5ea9af71a9bd21b043eb81bff41c0c (patch)
treeaff42f3628f04ccc2617f84332133eeecc55f832
parentf448eb264b527a5bf1c27b941ed941af8025cd5f (diff)
downloadorg.eclipse.papyrus-rt-d749236f6a5ea9af71a9bd21b043eb81bff41c0c.tar.gz
org.eclipse.papyrus-rt-d749236f6a5ea9af71a9bd21b043eb81bff41c0c.tar.xz
org.eclipse.papyrus-rt-d749236f6a5ea9af71a9bd21b043eb81bff41c0c.zip
Bug 513266: [Installer] Installer and Product Catalogue for 0.9 releasebug513266
Prepare installer for 0.9 release. https://bugs.eclipse.org/bugs/show_bug.cgi?id=513266 Change-Id: I6e812be2660ae6f86693326e90ecf58cb46e51b5
-rw-r--r--releng/installer/org.eclipse.papyrusrt.installer.product/.project17
-rw-r--r--releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.p2.inf18
-rw-r--r--releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.product2
-rw-r--r--releng/installer/org.eclipse.papyrusrt.installer.product/pom.xml1
4 files changed, 35 insertions, 3 deletions
diff --git a/releng/installer/org.eclipse.papyrusrt.installer.product/.project b/releng/installer/org.eclipse.papyrusrt.installer.product/.project
new file mode 100644
index 000000000..10d297c03
--- /dev/null
+++ b/releng/installer/org.eclipse.papyrusrt.installer.product/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrusrt.installer.product</name>
+ <comment></comment>
+ <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/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.p2.inf b/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.p2.inf
index 235713a3a..ecb165127 100644
--- a/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.p2.inf
+++ b/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.p2.inf
@@ -1,4 +1,18 @@
properties.0.name = org.eclipse.oomph.p2.iu.compatibility
properties.0.value = Major
-instructions.configure=setProgramProperty(propName:eclipse.p2.max.threads,propValue:10);setProgramProperty(propName:org.eclipse.update.reconcile,propValue:false);setProgramProperty(propName:osgi.requiredJavaVersion,propValue:1.8);setProgramProperty(propName:p2.userAgent,propValue:eclipse/oomph/installer);setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);setProgramProperty(propName:oomph.setup.product.filter,propValue:);setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);setProgramProperty(propName:oomph.setup.jre.choice,propValue:true);
-instructions.unconfigure=setProgramProperty(propName:eclipse.p2.max.threads,propValue:);setProgramProperty(propName:org.eclipse.update.reconcile,propValue:);setProgramProperty(propName:osgi.requiredJavaVersion,propValue:);setProgramProperty(propName:p2.userAgent,propValue:);setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);setProgramProperty(propName:oomph.setup.product.filter:);setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);setProgramProperty(propName:oomph.setup.jre.choice,propValue:); \ No newline at end of file
+instructions.configure=setProgramProperty(propName:eclipse.p2.max.threads,propValue:10);\
+ setProgramProperty(propName:org.eclipse.update.reconcile,propValue:false);\
+ setProgramProperty(propName:osgi.requiredJavaVersion,propValue:1.8);\
+ setProgramProperty(propName:p2.userAgent,propValue:eclipse/oomph/installer);\
+ setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);\
+ setProgramProperty(propName:oomph.setup.product.filter,propValue:);\
+ setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);\
+ setProgramProperty(propName:oomph.setup.jre.choice,propValue:true);
+instructions.unconfigure=setProgramProperty(propName:eclipse.p2.max.threads,propValue:);\
+ setProgramProperty(propName:org.eclipse.update.reconcile,propValue:);\
+ setProgramProperty(propName:osgi.requiredJavaVersion,propValue:);\
+ setProgramProperty(propName:p2.userAgent,propValue:);\
+ setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);\
+ setProgramProperty(propName:oomph.setup.product.filter:);\
+ setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);\
+ setProgramProperty(propName:oomph.setup.jre.choice,propValue:);
diff --git a/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.product b/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.product
index 6219dba41..b1062cefd 100644
--- a/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.product
+++ b/releng/installer/org.eclipse.papyrusrt.installer.product/papyrusrt-installer.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Papyrus-RT Installer" uid="org.eclipse.papyrusrt.installer.product" id="org.eclipse.papyrusrt.installer.product" application="org.eclipse.oomph.setup.installer.application" version="0.9.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Papyrus-RT Installer" uid="org.eclipse.papyrusrt.installer.product" id="org.eclipse.papyrusrt.installer.product" application="org.eclipse.oomph.setup.installer.application" version="0.10.0.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="">
</configIni>
diff --git a/releng/installer/org.eclipse.papyrusrt.installer.product/pom.xml b/releng/installer/org.eclipse.papyrusrt.installer.product/pom.xml
index ddbe21c64..870de685c 100644
--- a/releng/installer/org.eclipse.papyrusrt.installer.product/pom.xml
+++ b/releng/installer/org.eclipse.papyrusrt.installer.product/pom.xml
@@ -9,6 +9,7 @@
<relativePath>..</relativePath>
</parent>
<artifactId>org.eclipse.papyrusrt.installer.product</artifactId>
+ <version>0.10.0-SNAPSHOT</version>
<name>Papyrus-RT Installer Product</name>
<packaging>eclipse-repository</packaging>

Back to the top