Skip to content

Commit 4cba79e

Browse files
committed
JBDS download link updated
1 parent d0a786f commit 4cba79e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows/developer_platform_installer.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type
9494
9595
const
9696
JBDS_URL = 'https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=40371';
97-
JBDS_FILENAME = 'jboss-devstudio-9.0.1.Beta1-v20151105-0411-B134-installer-standalone.jar';
97+
JBDS_FILENAME = 'jboss-devstudio-9.0.1.Beta1-v20151108-1849-B135-installer-standalone.jar';
9898
WAIT_TIMEOUT = $00000102;
9999
SEE_MASK_NOCLOSEPROCESS = $00000040;
100100
@@ -1135,8 +1135,8 @@ begin
11351135
//idpAddFile('http://192.168.1.114/~shane/zulu1.8.0_60-8.9.0.4-win64.msi', ExpandConstant('{tmp}\zulu1.8.0_60-8.9.0.4-win64.msi'));
11361136
11371137
// JBDS - JBoss Developer Studio
1138-
idpAddFile('https://devstudio.redhat.com/9.0/snapshots/builds/devstudio.product_9.0.mars/latest/all/jboss-devstudio-9.0.1.Beta1-v20151105-0411-B134-installer-standalone.jar',
1139-
ExpandConstant('{tmp}\jboss-devstudio-9.0.1.Beta1-v20151105-0411-B134-installer-standalone.jar'));
1138+
idpAddFile('https://devstudio.redhat.com/9.0/snapshots/builds/devstudio.product_9.0.mars/latest/all/jboss-devstudio-9.0.1.Beta1-v20151108-1849-B135-installer-standalone.jar',
1139+
ExpandConstant('{tmp}\jboss-devstudio-9.0.1.Beta1-v20151108-1849-B135-installer-standalone.jar'));
11401140
//idpAddFile('http://192.168.1.114/~shane/' + JBDS_FILENAME, ExpandConstant('{tmp}\') + JBDS_FILENAME);
11411141
11421142
// VirtualBox

0 commit comments

Comments
 (0)