-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the m2eclipse-tycho from the oomph installer
Updated the Java version Signed-off-by: nbhusare <[email protected]>
- Loading branch information
Showing
3 changed files
with
2,376 additions
and
15 deletions.
There are no files selected for viewing
94 changes: 94 additions & 0 deletions
94
oomph-files/com.zafin.zplatform.product.catalog.2019-12.setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<setup:ProductCatalog | ||
xmi:version="2.0" | ||
xmlns:xmi="http://www.omg.org/XMI" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" | ||
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0" | ||
name="com.zafin.zplatform" | ||
label="ZPlatform Projects"> | ||
<setupTask | ||
xsi:type="setup:InstallationTask" | ||
id="installation"> | ||
<description></description> | ||
</setupTask> | ||
<setupTask | ||
xsi:type="setup.p2:P2Task"> | ||
<requirement | ||
name="org.eclipse.oomph.setup.feature.group"/> | ||
<repository | ||
url="${oomph.update.url}"/> | ||
</setupTask> | ||
<setupTask | ||
xsi:type="setup:EclipseIniTask" | ||
option="-Doomph.redirection.zafinproduct" | ||
value="=index:/redirectable.products.setup->https://raw.githubusercontent.com/nbhusare/oomph-test/master/oomph-files/com.zafin.zplatform.project.catalog.2019-12" | ||
vm="true"/> | ||
<setupTask | ||
xsi:type="setup:EclipseIniTask" | ||
option="-Doomph.redirection.zafinproject" | ||
value="=index:/redirectable.projects.setup->https://raw.githubusercontent.com/nbhusare/oomph-test/master/oomph-files/com.zafin.zplatform.project.catalog.2019-12" | ||
vm="true"/> | ||
<product name="ZPlatform" | ||
label="ZPlatform"> | ||
<version | ||
name="2019-12" | ||
label="2019-12" | ||
requiredJavaVersion="11.0"> | ||
<annotation | ||
source="http://www.eclipse.org/oomph/setup/BrandingInfo"> | ||
<detail | ||
key="siteURI"> | ||
<value>https://www.eclipse.org/downloads/packages/release/2019-12/r/eclipse-ide-java-and-dsl-developers</value> | ||
</detail> | ||
<detail | ||
key="shortcut"> | ||
<value>Eclipse DSL Tools - 2019-12</value> | ||
</detail> | ||
<detail | ||
key="status"> | ||
<value>current</value> | ||
</detail> | ||
</annotation> | ||
<setupTask | ||
xsi:type="setup.p2:P2Task" | ||
label="Eclipse DSL Tools (2019-12)"> | ||
<requirement | ||
name="epp.package.dsl" | ||
versionRange="[4.14.0,5.0.0)"/> | ||
<requirement | ||
name="org.eclipse.platform.feature.group" | ||
versionRange="[4.14.0,5.0.0)"/> | ||
<requirement | ||
name="org.eclipse.rcp.feature.group" | ||
versionRange="[4.14.0,5.0.0)"/> | ||
<requirement | ||
name="org.eclipse.jdt.feature.group" | ||
versionRange="[3.18.0,4.0.0)"/> | ||
<requirement | ||
name="org.eclipse.pde.feature.group" | ||
versionRange="[3.14.0,4.0.0)"/> | ||
<requirement | ||
name="org.eclipse.emf.ecore.xcore.sdk.feature.group"/> | ||
<requirement | ||
name="org.eclipse.emf.mwe2.language.sdk.feature.group"/> | ||
<requirement | ||
name="org.eclipse.emf.sdk.feature.group"/> | ||
<requirement | ||
name="org.eclipse.epp.mpc.feature.group"/> | ||
<requirement | ||
name="org.eclipse.lsp4j.sdk.feature.group"/> | ||
<requirement | ||
name="org.eclipse.xtext.sdk.feature.group"/> | ||
<repository | ||
url="http://download.eclipse.org/technology/epp/packages/2019-12"/> | ||
<repository | ||
url="http://download.eclipse.org/releases/2019-12/201912181000"> | ||
<annotation | ||
source="http://www.eclipse.org/oomph/setup/ReleaseTrain"/> | ||
</repository> | ||
</setupTask> | ||
</version> | ||
</product> | ||
<description>com.zafin.zplatform provides cool products</description> | ||
</setup:ProductCatalog> |
Oops, something went wrong.