Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 25868 Details for
Bug 105283
Templates and generic scripts do not have jnlp flags and signing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
105283.pde.build.txt (text/plain), 1.93 KB, created by
Andrew Niefer
on 2005-08-08 15:58:05 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Andrew Niefer
Created:
2005-08-08 15:58:05 EDT
Size:
1.93 KB
patch
obsolete
>Index: scripts/genericTargets.xml >=================================================================== >RCS file: /home/eclipse/org.eclipse.pde.build/scripts/genericTargets.xml,v >retrieving revision 1.13 >diff -u -r1.13 genericTargets.xml >--- scripts/genericTargets.xml 17 May 2005 19:13:42 -0000 1.13 >+++ scripts/genericTargets.xml 8 Aug 2005 19:53:53 -0000 >@@ -18,6 +18,8 @@ > <property name="configs" value="*,*,*"/> > <property name="fetchTag" value=""/> > <property name="buildingOSGi" value="true"/> >+<property name="generateJnlp" value="false"/> >+<property name="signJars" value="false"/> > <!-- ===================================================================== --> > <!-- Fetch a single element (feature, plugin, fragment) --> > <!-- ===================================================================== --> >@@ -64,6 +66,8 @@ > archivesFormat="${archivesFormat}" > product="${product}" > forceContextQualifier="${forceContextQualifier}" >+ generateJnlp="${generateJnlp}" >+ signJars="${signJars}" > /> > </target> > >Index: templates/build.properties >=================================================================== >RCS file: /home/eclipse/org.eclipse.pde.build/templates/build.properties,v >retrieving revision 1.11 >diff -u -r1.11 build.properties >--- templates/build.properties 30 May 2005 13:33:37 -0000 1.11 >+++ templates/build.properties 8 Aug 2005 19:53:53 -0000 >@@ -59,6 +59,18 @@ > #Set to true if you want the output to be ready for an update jar (no site.xml generated) > #outputUpdateJars = false > >+#Set to true for Jnlp generation >+#codebase should be a URL that will be used as the root of all relative URLs in the output. >+#generateJnlp=false >+#jnlp.codebase=<codebase url> >+#jnlp.j2se=<j2se version> >+ >+#Set to true if you want to sign jars >+#signJars=false >+#sign.alias=<alias> >+#sign.keystore=<keystore location> >+#sign.storepass=<keystore password> >+ > #Arguments to send to the zip executable > zipargs= >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 105283
: 25868