Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#120 #124 fixed oomph dev product and oasp4j-ide (contained invalid p…
Browse files Browse the repository at this point in the history
…2 artifacts). Removed mylyn wikitext_feature (requested a not-satisfyable dependency)
  • Loading branch information
Steffen Holzer committed Apr 27, 2017
1 parent 95a0ef4 commit 6b00404
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
10 changes: 7 additions & 3 deletions docs/oomph/products/OASP4J.setup
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,6 @@
name="org.eclipse.mylyn.team_feature.feature.group"/>
<requirement
name="org.eclipse.mylyn.versions.feature.group"/>
<requirement
name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
<requirement
name="org.eclipse.oomph.p2.feature.group"/>
<requirement
Expand Down Expand Up @@ -1097,7 +1095,7 @@
<repository
url="http://www.nodeclipse.org/updates/"/>
<repository
url="http://www.objectaid.com/update"/>
url="http://www.objectaid.com/update/current"/>
<repository
url="http://zipeditor.sourceforge.net/update/"/>
</setupTask>
Expand Down Expand Up @@ -1175,6 +1173,8 @@
url="http://download.oracle.com/otn_software/oepe/12.2.1.2.1/neon/repository/dependencies"/>
<repository
url="http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/bluemixAdapter/neon/"/>
<repository
url="http://download.eclipse.org/mylyn/releases/neon"/>
</setupTask>
<description>OASP4J for Neon (Experimental)</description>
</version>
Expand All @@ -1201,6 +1201,8 @@
url="http://download.oracle.com/otn_software/oepe/12.2.1.2.1/mars/repository/dependencies"/>
<repository
url="http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/bluemixAdapter/mars/"/>
<repository
url="http://download.eclipse.org/mylyn/releases/mars"/>
</setupTask>
<description>OASP4J for Mars.</description>
</version>
Expand All @@ -1225,6 +1227,8 @@
url="http://download.jboss.org/jbosstools/updates/webtools/luna"/>
<repository
url="http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/bluemixAdapter/luna/"/>
<repository
url="http://download.eclipse.org/mylyn/releases/luna"/>
</setupTask>
<description>OASP4J for Luna</description>
</version>
Expand Down
18 changes: 11 additions & 7 deletions docs/oomph/products/OomphDev.setup
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@
name="org.eclipse.mylyn.team_feature.feature.group"/>
<requirement
name="org.eclipse.mylyn.versions.feature.group"/>
<requirement
name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
<requirement
name="org.eclipse.oomph.p2.feature.group"/>
<requirement
Expand Down Expand Up @@ -450,7 +448,7 @@
<repository
url="http://www.nodeclipse.org/updates/"/>
<repository
url="http://www.objectaid.com/update"/>
url="http://www.objectaid.com/update/current"/>
<repository
url="http://zipeditor.sourceforge.net/update/"/>
</setupTask>
Expand Down Expand Up @@ -557,7 +555,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="settings.location"
value="${workspaces.location/cobigen-master}"
value="${workspaces.location/main}"
storageURI="scope://Installation"/>
<setupTask
xsi:type="setup:VariableTask"
Expand Down Expand Up @@ -593,6 +591,10 @@
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"
value="true"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.oomph.setup.ui/showProgressInWizard"
value="true"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
Expand Down Expand Up @@ -942,7 +944,8 @@
label="Neon"
requiredJavaVersion="1.7">
<setupTask
xsi:type="setup.p2:P2Task">
xsi:type="setup.p2:P2Task"
label="OASP4J Neon">
<repository
url="http://download.eclipse.org/releases/neon"/>
<repository
Expand All @@ -954,7 +957,7 @@
<repository
url="http://download.eclipse.org/eclipse/updates/4.6/"/>
<repository
url="http://download.eclipse.org/mylyn/releases/3.20"/>
url="http://download.eclipse.org/mylyn/releases/neon"/>
<repository
url="http://download.jboss.org/jbosstools/updates/webtools/neon"/>
<repository
Expand Down Expand Up @@ -990,7 +993,8 @@
label="Mars"
requiredJavaVersion="1.7">
<setupTask
xsi:type="setup.p2:P2Task">
xsi:type="setup.p2:P2Task"
label="OASP4J Mars">
<repository
url="http://download.eclipse.org/mylyn/releases/3.17"/>
<repository
Expand Down

0 comments on commit 6b00404

Please sign in to comment.