Skip to content

Commit

Permalink
JBDS-4715 remove jre requirements (these were added as part of JBDS-3…
Browse files Browse the repository at this point in the history
…411 on 24 Apr 2015)

Change-Id: Id9b961d9666a101f9bdfcab0e522084300f571b9
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Jul 17, 2018
1 parent 0a10adc commit 0873841
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/com.jboss.devstudio.core.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ units.1.requires.1.name=com.jboss.devstudio.core.package
units.1.requires.1.range=[$version$,$version$]
units.1.requires.1.greedy=true

requires.0.namespace=org.eclipse.equinox.p2.iu
requires.0.name=a.jre.javase
requires.0.range=[1.7.0,12)
requires.1.namespace=org.eclipse.equinox.p2.iu
requires.1.name=config.a.jre.javase
requires.1.range=[1.7.0,12)
# requires.0.namespace=org.eclipse.equinox.p2.iu
# requires.0.name=a.jre.javase
# requires.0.range=[1.7.0,12)
# requires.1.namespace=org.eclipse.equinox.p2.iu
# requires.1.name=config.a.jre.javase
# requires.1.range=[1.7.0,12)

instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeProgramArg(programArg:-product);\
Expand Down

0 comments on commit 0873841

Please sign in to comment.