add comments

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-10-28 22:35:06 +00:00
parent ed738325a1
commit 4f7d04c411

View File

@ -42,9 +42,11 @@
; macro for the image on the install screen ; macro for the image on the install screen
!include "BrandingImage.nsh" !include "BrandingImage.nsh"
; macro to check if the jdk is installed ; macro to check if the jdk is installed
!include "JDK.nsh" !include "JDK.nsh"
; Fonctions to set/remove environment variables
!include "Environment.nsh" !include "Environment.nsh"
; include project specific details ; include project specific details