1
1
<!-- A build file to create an IzPack (http://www.izforge.com/izpack/) installer.
2
2
$Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
3
3
-->
4
- <project name =" JBDS Installer" default =" installer" >
4
+ <project name =" Red Hat Developer Studio Installer" default =" installer" >
5
5
<taskdef resource =" net/sf/antcontrib/antlib.xml" />
6
6
7
7
<property file =" local.properties" />
@@ -15,7 +15,7 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
15
15
<property name =" build.id" value =" ${ build.number } " />
16
16
17
17
<!-- Manifest version info -->
18
- <property name =" specification.title" value =" JBDS Installer" />
18
+ <property name =" specification.title" value =" Red Hat Developer Studio Installer" />
19
19
20
20
<property name =" implementation.vendor" value =" JBoss by Red Hat (http://www.jboss.com/)" />
21
21
<property name =" implementation.vendor.id" value =" ${ implementation.url } " />
@@ -28,7 +28,7 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
28
28
<property name =" thirdparty.root" value =" ${ basedir } /../thirdparty" />
29
29
30
30
<property name =" project.root" value =" ${ basedir } /" />
31
- <property name =" izpack.home" value =" ${ project.root } /../releng/jbds -build/IzPack-4.3.4" />
31
+ <property name =" izpack.home" value =" ${ project.root } /../releng/devstudio -build/IzPack-4.3.4" />
32
32
<property name =" izpack.langpacks" value =" ${ basedir } /etc/local-izpack/bin/langpacks/installer" />
33
33
34
34
<property name =" distribution.dir" location =" ${ build.dir } /distribution" />
@@ -53,8 +53,8 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
53
53
54
54
<target name =" buildcustompanels" >
55
55
<echo message =" Building panels ..." />
56
- <echoproperties destfile =" ${ build.dir } /../../jbds -echoproperties.txt" />
57
- <echo >Build properties written to ${ build.dir } /../../jbds -echoproperties.txt</echo >
56
+ <echoproperties destfile =" ${ build.dir } /../../devstudio -echoproperties.txt" />
57
+ <echo >Build properties written to ${ build.dir } /../../devstudio -echoproperties.txt</echo >
58
58
<mkdir dir =" ${ build.dir } /classes" />
59
59
<mkdir dir =" ${ build.dir } /izpack-panels" />
60
60
@@ -204,7 +204,7 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
204
204
</if >
205
205
</target >
206
206
207
- <target name =" prepare-jbds " depends =" prepare-distribution-properties" >
207
+ <target name =" prepare-devstudio " depends =" prepare-distribution-properties" >
208
208
<delete includeemptydirs =" true" defaultexcludes =" false" failonerror =" false" >
209
209
<fileset dir =" ${ studio.dist } " />
210
210
</delete >
@@ -237,7 +237,7 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
237
237
</macrodef >
238
238
239
239
<target name =" prepare-distribution"
240
- depends =" prepare-distribution-properties, prepare-jbosseap, prepare-jbds "
240
+ depends =" prepare-distribution-properties, prepare-jbosseap, prepare-devstudio "
241
241
description =" Copies the needed files into the distribution dir as needed by install.xml" >
242
242
243
243
<condition property =" nightly_build_qualifier" value =" " else =" -${ buildQualifier } " >
@@ -321,24 +321,24 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
321
321
<property name =" installer.name" value =" jboss-devstudio-${ specification.version } -installer-standalone" />
322
322
<property name =" installer.eap.name" value =" jboss-devstudio-${ specification.version } -installer-eap" />
323
323
324
- <property name =" implementation.title" value =" JBDS Installer [${ update.site.version } ]" />
324
+ <property name =" implementation.title" value =" Red Hat Developer Studio Installer [${ update.site.version } ]" />
325
325
<property name =" implementation.url" value =" http://www.jboss.org/" />
326
326
<property name =" implementation.version" value =" ${ update.site.version } .${ buildQualifier } " />
327
327
328
- <property name =" artifacts.jbds .update" value =" ${ project.build.directory } /jbdevstudio -product-installer-Update-${ buildQualifier } .zip" />
328
+ <property name =" artifacts.devstudio .update" value =" ${ project.build.directory } /devstudio -product-installer-Update-${ buildQualifier } .zip" />
329
329
</target >
330
330
331
331
<target name =" create-temp-update-sites" >
332
332
<!-- this update site zip is only used to produce the installer -->
333
333
<echo >Prepare update site zip </echo >
334
- <zip destfile =" ${ artifacts.jbds .update } " whenempty =" fail" >
335
- <zipfileset dir =" ${ project.build.directory } /repository" prefix =" jbds " />
334
+ <zip destfile =" ${ artifacts.devstudio .update } " whenempty =" fail" >
335
+ <zipfileset dir =" ${ project.build.directory } /repository" prefix =" devstudio " />
336
336
</zip >
337
337
</target >
338
338
339
339
<target name =" installer" depends =" init, init-properties, create-temp-update-sites, buildcustompanels, prepare-distribution" >
340
340
341
- <echo message =" Building JBDS Installers with nightly_build_qualifier=${ nightly_build_qualifier } " />
341
+ <echo message =" Building Red Hat Developer Studio Installers with nightly_build_qualifier=${ nightly_build_qualifier } " />
342
342
<taskdef name =" izpack" classname =" com.izforge.izpack.ant.IzPackTask" classpathref =" izpack.classpath" />
343
343
344
344
<mkdir dir =" ${ build.dir } " />
@@ -349,7 +349,7 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
349
349
<then >
350
350
<var name =" install.group" value =" jbosseap" />
351
351
<!-- Now call the izpack compiler -->
352
- <echo message =" Building JBDS Installer (EAP Bundle): ${ installer.eap.name } .jar" />
352
+ <echo message =" Building Red Hat Developer Studio Installer (EAP Bundle): ${ installer.eap.name } .jar" />
353
353
<izpack input =" ${ src.dir } /config/install.xml"
354
354
output =" ${ destination.dir } /${ installer.eap.name } .jar"
355
355
installerType =" standard"
@@ -371,9 +371,9 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
371
371
<var name =" install.group" unset =" true" />
372
372
</then >
373
373
</if >
374
- <var name =" install.group" value =" jbds " />
374
+ <var name =" install.group" value =" devstudio " />
375
375
<!-- Now call the izpack compiler -->
376
- <echo message =" Building JBDS Installer (Standalone): ${ installer.name } .jar" />
376
+ <echo message =" Building Red Hat Developer Studio Installer (Standalone): ${ installer.name } .jar" />
377
377
<izpack input =" ${ src.dir } /config/install.xml"
378
378
output =" ${ destination.dir } /${ installer.name } .jar"
379
379
installerType =" standard"
@@ -392,15 +392,15 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
392
392
<isset property =" skipTests" />
393
393
</not >
394
394
<then >
395
- <loadfile srcfile =" ${ basedir } /jbdevstudio -test-install.xml" property =" jbdevstudio -test-install.xml.updated" >
395
+ <loadfile srcfile =" ${ basedir } /devstudio -test-install.xml" property =" devstudio -test-install.xml.updated" >
396
396
<filterchain >
397
397
<expandproperties />
398
398
</filterchain >
399
399
</loadfile >
400
- <echo file =" ${ project.build.directory } /jbdevstudio -test-install.xml" >${ jbdevstudio -test-install.xml.updated} </echo >
400
+ <echo file =" ${ project.build.directory } /devstudio -test-install.xml" >${ devstudio -test-install.xml.updated} </echo >
401
401
402
402
<java jar =" ${ destination.dir } /${ installer.name } .jar" fork =" true" failonerror =" true" maxmemory =" 512m" jvmargs =" -DTRACE=true -Djava.security.manager -Djava.security.policy=${ basedir } /java.policy" >
403
- <arg line =" ${ project.build.directory } /jbdevstudio -test-install.xml" />
403
+ <arg line =" ${ project.build.directory } /devstudio -test-install.xml" />
404
404
</java >
405
405
</then >
406
406
</if >
@@ -419,7 +419,7 @@ $Id: build.xml,v 1.1.2.14 2006/03/31 07:47:31 starksm Exp $
419
419
<!-- clean up build-time artifacts so they won't be published -->
420
420
<delete includeEmptyDirs =" true" quiet =" true" >
421
421
<fileset dir =" ${ project.build.directory } /update" />
422
- <fileset file =" ${ artifacts.jbds .update } " />
422
+ <fileset file =" ${ artifacts.devstudio .update } " />
423
423
</delete >
424
424
</target >
425
425
0 commit comments