wrapper 

Commit MetaInfo

Revision159 (tree)
Time2011-11-08 10:10:56
Authormortenson

Log Message

Up the version to 3.5.14-a

Change Summary

Diff

--- trunk/wrapper/README_es.txt (revision 158)
+++ trunk/wrapper/README_es.txt (revision 159)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.13
2+Java Service Wrapper Community Edition 3.5.14-a
33 Copyright (C) 1999-2011 Tanuki Software, Ltd. All Rights Reserved.
44 http://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/README_de.txt (revision 158)
+++ trunk/wrapper/README_de.txt (revision 159)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.13
2+Java Service Wrapper Community Edition 3.5.14-a
33 Copyright (C) 1999-2011 Tanuki Software, Ltd. All Rights Reserved.
44 http://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/README_ja.txt (revision 158)
+++ trunk/wrapper/README_ja.txt (revision 159)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.13
2+Java Service Wrapper Community Edition 3.5.14-a
33 Copyright (C) 1999-2011 Tanuki Software, Ltd. All Rights Reserved.
44 http://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/src/c/wrapperinfo.c.in (revision 158)
+++ trunk/wrapper/src/c/wrapperinfo.c.in (revision 159)
@@ -28,7 +28,7 @@
2828 TCHAR *wrapperBits = TEXT("@bits@");
2929 TCHAR *wrapperArch = TEXT("@dist.arch@");
3030 TCHAR *wrapperOS = TEXT("@dist.os@");
31-TCHAR *wrapperReleaseDate = TEXT("20111102");
31+TCHAR *wrapperReleaseDate = TEXT("20111201");
3232 TCHAR *wrapperReleaseTime = TEXT("0000");
3333 TCHAR *wrapperBuildDate = TEXT("@build.date@");
3434 TCHAR *wrapperBuildTime = TEXT("@build.time@");
--- trunk/wrapper/src/bin/QueryApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/QueryApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/StopApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/StopApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/InstallApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/InstallApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/sh.script.in (revision 158)
+++ trunk/wrapper/src/bin/sh.script.in (revision 159)
@@ -16,7 +16,7 @@
1616
1717 #-----------------------------------------------------------------------------
1818 # These settings can be modified to fit the needs of your application
19-# Optimized for use with version 3.5.13 of the Wrapper.
19+# Optimized for use with version 3.5.14-a of the Wrapper.
2020
2121 # Application
2222 APP_NAME="@app.name@"
--- trunk/wrapper/src/bin/UninstallApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/UninstallApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/AppTemplate.bat.in (revision 158)
+++ trunk/wrapper/src/bin/AppTemplate.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/PauseApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/PauseApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/StartApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/StartApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/AppCommand.bat.in (revision 158)
+++ trunk/wrapper/src/bin/AppCommand.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/App.bat.in (revision 158)
+++ trunk/wrapper/src/bin/App.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/ResumeApp-NT.bat.in (revision 158)
+++ trunk/wrapper/src/bin/ResumeApp-NT.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/src/bin/AppTemplatePassThrough.bat.in (revision 158)
+++ trunk/wrapper/src/bin/AppTemplatePassThrough.bat.in (revision 159)
@@ -14,7 +14,7 @@
1414
1515 rem -----------------------------------------------------------------------------
1616 rem These settings can be modified to fit the needs of your application
17-rem Optimized for use with version 3.5.13 of the Wrapper.
17+rem Optimized for use with version 3.5.14-a of the Wrapper.
1818
1919 rem The base name for the Wrapper binary.
2020 set _WRAPPER_BASE=wrapper
--- trunk/wrapper/README_en.txt (revision 158)
+++ trunk/wrapper/README_en.txt (revision 159)
@@ -1,5 +1,5 @@
11 -----------------------------------------------------------------------------
2-Java Service Wrapper Community Edition 3.5.13
2+Java Service Wrapper Community Edition 3.5.14-a
33 Copyright (C) 1999-2011 Tanuki Software, Ltd. All Rights Reserved.
44 http://wrapper.tanukisoftware.com
55 -----------------------------------------------------------------------------
--- trunk/wrapper/build.xml (revision 158)
+++ trunk/wrapper/build.xml (revision 159)
@@ -56,6 +56,7 @@
5656 <equals arg1="${os.name}" arg2="Windows 2003"/>
5757 <equals arg1="${os.name}" arg2="Windows Vista"/>
5858 <equals arg1="${os.name}" arg2="Windows 7"/>
59+ <equals arg1="${os.name}" arg2="Windows Server 2008"/>
5960 </or>
6061 </condition>
6162 <condition property="dist.os" value="linux">
旧リポジトリブラウザで表示