Skip to content

Commit

Permalink
Everything works but launching the product.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Leischnig committed Oct 16, 2019
1 parent bb2f132 commit 585e3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
6 changes: 3 additions & 3 deletions org.jcryptool.jre.master.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@

<includes
id="org.jcryptool.thirdparty.jre.linux64.feature"
version="11.0.4.qualifier"
version="11.0.4"
optional="true"
os="linux"
ws="gtk"
arch="x86_64"/>

<includes
id="org.jcryptool.thirdparty.jre.win64.feature"
version="11.0.4.qualifier"
version="11.0.4"
optional="true"
os="win32"
ws="win32"
arch="x86_64"/>

<includes
id="org.jcryptool.thirdparty.jre.macosx.feature"
version="11.0.4.qualifier"
version="11.0.4"
optional="true"
os="macosx"
ws="cocoa"
Expand Down
14 changes: 5 additions & 9 deletions org.jcryptool.target/org.jcryptool.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,18 @@
<unit id="org.eclipse.rcp.sdk.id" version="4.13.0.I20190916-1045"/>
<unit id="org.eclipse.zest.sdk.feature.group" version="1.7.0.201606061308"/>
</location>
<!-- <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://simlei.github.io/org.jcryptool.thirdparty.java11migration.p2/site"/>
<unit id="org.jcryptool.thirdparty.java11migration.jaxb" version="0.0.1.20190910205836"/>
</location>-->
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://simlei.github.io/org.jcryptool.thirdparty/site/m2bundle"/>
<unit id="org.jcryptool.thirdparty.m2bundle.jaxb" version="0.0.1.20191016062250"/>
<unit id="org.jcryptool.thirdparty.m2bundle.jaxb" version="0.0.1"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://simlei.github.io/org.jcryptool.thirdparty/site/jre"/>
<unit id="org.jcryptool.thirdparty.jre.linux64.feature.feature.group" version="11.0.4.201910160422"/>
<unit id="org.jcryptool.thirdparty.jre.macosx.feature.feature.group" version="11.0.4.201910160422"/>
<unit id="org.jcryptool.thirdparty.jre.win64.feature.feature.group" version="11.0.4.201910160422"/>
<unit id="org.jcryptool.thirdparty.jre.linux64.feature.feature.group" version="11.0.4"/>
<unit id="org.jcryptool.thirdparty.jre.macosx.feature.feature.group" version="11.0.4"/>
<unit id="org.jcryptool.thirdparty.jre.win64.feature.feature.group" version="11.0.4"/>
</location>
</locations>
<launcherArgs>
<vmArgs>-Xms40m -Xmx512m</vmArgs>
</launcherArgs>
</target>
</target>

0 comments on commit 585e3f6

Please sign in to comment.