~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to ide/reglib/src/com/sun/servicetag/resources/Putback-Notes.txt

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README for auto-generating of the offline registration page.
 
2
 
 
3
1. register.html is defined by the xDesign team.
 
4
 
 
5
2. Before putback in the workspace, we need to modify the 
 
6
   register.html to contain the following:
 
7
 
 
8
   (a) replace the pathname of the jdk_header.png image to
 
9
       <img src="@@JDK_HEADER_PNG@@" ....>
 
10
 
 
11
   (b) replace the product name from:
 
12
           Java Development Kit Version 6 Update 5 (e.g.)
 
13
       to:
 
14
           Java Development Kit @@JDK_VERSION@@ 
 
15
 
 
16
   (c) replace the form action for the "Register My JDK" button with:
 
17
 
 
18
       <form name="form1" method="post" action="@@REGISTRATION_URL@@" enctype="text/xml">
 
19
 
 
20
   (d) Add this input in the form for posting data after 
 
21
       the <form name=....> line:
 
22
 
 
23
       <input type="hidden" name="servicetag_payload" value="@@REGISTRATION_PAYLOAD@@">
 
24
 
 
25
3. The jdk_header.png is located under <JRE>/lib/servicetag directory.