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

Commit

Permalink
#120 completed index
Browse files Browse the repository at this point in the history
Added index file, adapted oasp4j-ide file to point to the index, fixed
borken catalogs, added oomph dev product
  • Loading branch information
Steffen Holzer committed Apr 12, 2017
1 parent a9e4285 commit 71691a1
Show file tree
Hide file tree
Showing 5 changed files with 1,160 additions and 12 deletions.
47 changes: 47 additions & 0 deletions docs/oomph/index/org.eclipse.setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<setup:Index
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
name="OASP">
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/ProjectSet.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Resources.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Targlets.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Workbench.ecore#/"/>
<discoverablePackage
href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore#/"/>
<productCatalog
href="catalog:/self-product-catalog.setup#/"/>
<productCatalog
href="user-ext:/user.products.setup?class='http://www.eclipse.org/oomph/setup/1.0%23//ProductCatalog',name='user.products',label='%3CUser%20Products%3E',description='A%20container%20catalog%20for%20local%20user-defined%20products'#/"/>
<productCatalog href="http://oasp.github.io/oasp4j-ide/oomph/products/catalog_OASP.setup#/" />
<productCatalog
href="redirectable.products.setup#/"/>
<projectCatalog href="http://oasp.github.io/oasp4j-ide/oomph/projects/catalog_oasp.setup#/"/>
<projectCatalog
href="redirectable.projects.setup#/"/>
</setup:Index>
12 changes: 2 additions & 10 deletions docs/oomph/products/OASP4J.setup
Original file line number Diff line number Diff line change
Expand Up @@ -1120,16 +1120,8 @@
<setupTask
xsi:type="setup:EclipseIniTask"
excludedTriggers="STARTUP MANUAL"
option="-Doomph.redirection.oaspProjects="
value="index:/redirectable.projects.setup->https://raw.githubusercontent.com/oasp/oasp4j-ide/dev_oomph/oasp4j-ide-oomph-setups/OASP4JProjects.setup"
vm="true">
<description></description>
</setupTask>
<setupTask
xsi:type="setup:EclipseIniTask"
excludedTriggers="STARTUP MANUAL"
option="-Doomph.redirection.setups="
value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->https://raw.githubusercontent.com/oasp/oasp4j-ide/dev_oomph/oasp4j-ide-oomph-setups/resources/index/"
option="-Doomph.redirection.index.redirection="
value="index:/org.eclipse.setup->http://oasp.github.io/oasp4j-ide/oomph/index/org.eclipse.setup"
vm="true">
<description></description>
</setupTask>
Expand Down
Loading

0 comments on commit 71691a1

Please sign in to comment.