Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 105283
Collapse All | Expand All

(-)scripts/genericTargets.xml (+4 lines)
Lines 18-23 Link Here
18
<property name="configs" value="*,*,*"/>
18
<property name="configs" value="*,*,*"/>
19
<property name="fetchTag" value=""/>
19
<property name="fetchTag" value=""/>
20
<property name="buildingOSGi" value="true"/>
20
<property name="buildingOSGi" value="true"/>
21
<property name="generateJnlp" value="false"/>
22
<property name="signJars" value="false"/>
21
<!-- ===================================================================== -->
23
<!-- ===================================================================== -->
22
<!-- Fetch a single element (feature, plugin, fragment) -->
24
<!-- Fetch a single element (feature, plugin, fragment) -->
23
<!-- ===================================================================== -->
25
<!-- ===================================================================== -->
Lines 64-69 Link Here
64
		archivesFormat="${archivesFormat}"
66
		archivesFormat="${archivesFormat}"
65
		product="${product}"
67
		product="${product}"
66
		forceContextQualifier="${forceContextQualifier}"
68
		forceContextQualifier="${forceContextQualifier}"
69
		generateJnlp="${generateJnlp}"
70
		signJars="${signJars}"
67
	/>
71
	/>
68
</target>
72
</target>
69
73
(-)templates/build.properties (+12 lines)
Lines 59-64 Link Here
59
#Set to true if you want the output to be ready for an update jar (no site.xml generated)
59
#Set to true if you want the output to be ready for an update jar (no site.xml generated)
60
#outputUpdateJars = false
60
#outputUpdateJars = false
61
61
62
#Set to true for Jnlp generation
63
#codebase should be a URL that will be used as the root of all relative URLs in the output.
64
#generateJnlp=false
65
#jnlp.codebase=<codebase url>
66
#jnlp.j2se=<j2se version>
67
68
#Set to true if you want to sign jars
69
#signJars=false
70
#sign.alias=<alias>
71
#sign.keystore=<keystore location>
72
#sign.storepass=<keystore password>
73
62
#Arguments to send to the zip executable
74
#Arguments to send to the zip executable
63
zipargs=
75
zipargs=
64
76

Return to bug 105283