diff --git a/build.xml b/build.xml index 6d1d7faa..cb69f466 100644 --- a/build.xml +++ b/build.xml @@ -37,7 +37,7 @@ - + diff --git a/davmail-setup.nsi b/davmail-setup.nsi index 7fdd2256..99317d9e 100644 --- a/davmail-setup.nsi +++ b/davmail-setup.nsi @@ -44,7 +44,7 @@ ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "davmail-${PRODUCT_VERSION}-setup.exe" +OutFile "dist\davmail-${PRODUCT_VERSION}-setup.exe" InstallDir "$PROGRAMFILES\DavMail" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show @@ -79,6 +79,7 @@ Section "SectionPrincipale" SEC01 File "dist\davmail.exe" CreateDirectory "$SMPROGRAMS\DavMail" CreateShortCut "$SMPROGRAMS\DavMail\DavMail.lnk" "$INSTDIR\davmail.exe" + CreateShortCut "$SMPROGRAMS\DavMail\DavMail Console.lnk" "$INSTDIR\davmailconsole.exe" CreateShortCut "$DESKTOP\DavMail.lnk" "$INSTDIR\davmail.exe" File "dist\davmail.jar" File "dist\davmailconsole.exe" diff --git a/davmail.jsmooth b/davmail.jsmooth new file mode 100644 index 00000000..73e3d007 --- /dev/null +++ b/davmail.jsmooth @@ -0,0 +1,50 @@ + + +registry +javahome +jrepath +jdkpath +exepath +jview + +src\jsmooth\davmail.jar +src\jsmooth\lib\activation-1.0.2.jar +src\jsmooth\lib\commons-httpclient-2.0.2.jar +src\jsmooth\lib\commons-logging-1.0.4.jar +src\jsmooth\lib\jaxen-1.0-FCS-full.jar +src\jsmooth\lib\jdom-1.0.jar +src\jsmooth\lib\jtidy-4aug2000r7-dev.jar +src\jsmooth\lib\log4j-1.2.8.jar +src\jsmooth\lib\mail-1.3.2.jar +src\jsmooth\lib\saxpath-1.0-FCS.jar +src\jsmooth\lib\slide-webdavlib-2.1.jar +false +src\jsmooth\davmail.exe +src\java\tray.png +-1 + +sun.net.inetaddr.ttl +60 + +davmail.DavGateway +268435456 + +1.6 +Windowed Wrapper + +Message +Java has not been found on your computer. Do you want to download it? + + +URL +http://www.java.com + + +SingleProcess +1 + + +Debug +0 + + diff --git a/src/jsmooth/davmailconsole.jsmooth b/davmailconsole.jsmooth similarity index 57% rename from src/jsmooth/davmailconsole.jsmooth rename to davmailconsole.jsmooth index be443966..302dbe3a 100644 --- a/src/jsmooth/davmailconsole.jsmooth +++ b/davmailconsole.jsmooth @@ -7,19 +7,19 @@ exepath jview -davmail.jar -lib\activation-1.0.2.jar -lib\commons-httpclient-2.0.2.jar -lib\commons-logging-1.0.4.jar -lib\jaxen-1.0-FCS-full.jar -lib\jdom-1.0.jar -lib\jtidy-4aug2000r7-dev.jar -lib\log4j-1.2.8.jar -lib\mail-1.3.2.jar -lib\saxpath-1.0-FCS.jar -lib\slide-webdavlib-2.1.jar +src\jsmooth\davmail.jar +src\jsmooth\lib\activation-1.0.2.jar +src\jsmooth\lib\commons-httpclient-2.0.2.jar +src\jsmooth\lib\commons-logging-1.0.4.jar +src\jsmooth\lib\jaxen-1.0-FCS-full.jar +src\jsmooth\lib\jdom-1.0.jar +src\jsmooth\lib\jtidy-4aug2000r7-dev.jar +src\jsmooth\lib\log4j-1.2.8.jar +src\jsmooth\lib\mail-1.3.2.jar +src\jsmooth\lib\saxpath-1.0-FCS.jar +src\jsmooth\lib\slide-webdavlib-2.1.jar false -davmailconsole.exe +src\jsmooth\davmailconsole.exe src\java\tray.png -1 @@ -29,7 +29,7 @@ davmail.DavGateway 268435456 -1.5 +1.4 Console Wrapper Message diff --git a/src/java/tray.ico b/src/java/tray.ico new file mode 100644 index 00000000..37416c32 Binary files /dev/null and b/src/java/tray.ico differ diff --git a/src/jsmooth/davmail.exe b/src/jsmooth/davmail.exe index 6ca95429..e29fe099 100644 Binary files a/src/jsmooth/davmail.exe and b/src/jsmooth/davmail.exe differ diff --git a/src/jsmooth/davmailconsole.exe b/src/jsmooth/davmailconsole.exe index aeb15c12..2815e229 100644 Binary files a/src/jsmooth/davmailconsole.exe and b/src/jsmooth/davmailconsole.exe differ