Bug 513266: [Installer] Installer and Product Catalogue for 0.9 release Prepare installer for 0.9 release. https://bugs.eclipse.org/bugs/show_bug.cgi?id=513266 Change-Id: I6e812be2660ae6f86693326e90ecf58cb46e51b5
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 0000000..10d297c --- /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 235713a..ecb1651 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 6219dba..b1062ce 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 ddbe21c..870de68 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>