Navigation Menu

Skip to content

Commit

Permalink
LPS-64488 Update IBM JDK from 7 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alee8888 authored and brianchandotcom committed Apr 27, 2016
1 parent 16fd9fe commit d10983e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.server.properties
Expand Up @@ -231,8 +231,8 @@
app.server.websphere.custom.zip.name=websphere-8.5.5.0.zip
app.server.websphere.deploy.dir=${app.server.websphere.instance.dir}/wsadmin-deploy
app.server.websphere.fix.pack.jdk.zip.names=\
7.1.0.0-WS-IBMWASJAVA-part1.zip,\
7.1.0.0-WS-IBMWASJAVA-part2.zip
8.0.2.10-WS-IBMWASJAVA-part1.zip,\
8.0.2.10-WS-IBMWASJAVA-part2.zip
app.server.websphere.fix.pack.was.zip.names=\
8.5.5-WS-WAS-FP0000009-part1.zip,\
8.5.5-WS-WAS-FP0000009-part2.zip
Expand Down
6 changes: 3 additions & 3 deletions build-dist.xml
Expand Up @@ -2638,7 +2638,7 @@ and put it in ${app.server.parent.dir}. Then rerun this task.
</offering>

<offering
id='com.ibm.websphere.IBMJAVA.v71'
id='com.ibm.websphere.IBMJAVA.v80'
profile='IBM Websphere 8.5.5.0'>
</offering>
</install>
Expand Down Expand Up @@ -2670,7 +2670,7 @@ and put it in ${app.server.parent.dir}. Then rerun this task.

<exec dir="${app.server.websphere.dir}/bin" executable="sh">
<arg value="-c" />
<arg value="./managesdk.sh -enableProfileAll -sdkName 1.7.1_64 -enableServers" />
<arg value="./managesdk.sh -enableProfileAll -sdkName 1.8_64 -enableServers" />
</exec>
</then>
<elseif>
Expand All @@ -2683,7 +2683,7 @@ and put it in ${app.server.parent.dir}. Then rerun this task.

<exec dir="${app.server.websphere.dir}/bin" executable="cmd.exe">
<arg value="/c" />
<arg value="managesdk.bat -enableProfileAll -sdkName 1.7.1_64 -enableServers" />
<arg value="managesdk.bat -enableProfileAll -sdkName 1.8_64 -enableServers" />
</exec>
</then>
</elseif>
Expand Down

0 comments on commit d10983e

Please sign in to comment.