proyal      2002/08/01 13:34:40

  Modified:    phyre    .cvsignore
  Added:       phyre    ant.properties.sample
  Log:
  Sample properties file for signing code + updated cvsignore
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-avalon-apps/phyre/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/phyre/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore        26 Jul 2002 20:16:34 -0000      1.1
  +++ .cvsignore        1 Aug 2002 20:34:40 -0000       1.2
  @@ -1,6 +1,7 @@
   build
   dist
   local.properties
  +ant.properties
   pss
   ins.ior
  -.cvsignore
  \ No newline at end of file
  +.cvsignore
  
  
  
  1.1                  jakarta-avalon-apps/phyre/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  # In order to allow the UI to run properly via WebStart, the jars must be signed so 
that the code
  # has the needed permissions.
  #
  # See http://java.sun.com/docs/books/tutorial/security1.2/toolsign/signer.html for a 
tutorial
  # on generating a key. You can then use the alias and passwords below.
  #
  webstart.sign.alias = phyre
  webstart.sign.storepass = yourpassword
  webstart.sign.keypass = yourkeypassword
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to