You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/10/14 09:12:42 UTC

cvs commit: maven/src/installer/nsis registry.nsh

dion        2003/10/14 00:12:42

  Added:       src/installer/nsis registry.nsh
  Log:
  Add registry snippet for inclusion by nsis plugin
  
  Revision  Changes    Path
  1.1                  maven/src/installer/nsis/registry.nsh
  
  Index: registry.nsh
  ===================================================================
    ; ${MAVEN_HOME}
    Push "MAVEN_HOME"
    Push "$$INSTDIR"
    Call WriteEnvStr
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org