~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/native/iis/isapi_redirect.rc

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define JK_COPYRIGHT "Copyright 2000-2005 The Apache Software " \
2
 
                     "Foundation or its licensors, as applicable."
3
 
 
4
 
#define JK_LICENSE "Licensed under the Apache License, Version 2.0 " \
5
 
                    "(the ""License""); you may not use this file except " \
6
 
                    "in compliance with the License.  You may obtain a " \
7
 
                    "copy of the License at\r\n\r\n" \
8
 
                    "http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \
9
 
                    "Unless required by applicable law or agreed to in " \
10
 
                    "writing, software distributed under the License is " \
11
 
                    "distributed on an ""AS IS"" BASIS, WITHOUT " \
12
 
                    "WARRANTIES OR CONDITIONS OF ANY KIND, either " \
13
 
                    "express or implied.  See the License for the " \
14
 
                    "specific language governing permissions and " \
15
 
                    "limitations under the License."
16
 
 
17
 
#define JK_VERSION_STR  "1.2.14-dev"
18
 
#define JK_DLL_BASENAME "isapi_redirect-" JK_VERSION_STR
19
 
 
20
 
 
21
 
1 VERSIONINFO
22
 
 FILEVERSION 1,2,14,0
23
 
 PRODUCTVERSION 1,2,14,0
24
 
 FILEFLAGSMASK 0x3fL
25
 
#if defined(_DEBUG)
26
 
 FILEFLAGS 0x01L
27
 
#else
28
 
 FILEFLAGS 0x00L
29
 
#endif
30
 
 FILEOS 0x40004L
31
 
 FILETYPE 0x1L
32
 
 FILESUBTYPE 0x0L
33
 
BEGIN
34
 
  BLOCK "StringFileInfo"
35
 
  BEGIN
36
 
    BLOCK "040904b0"
37
 
    BEGIN
38
 
    VALUE "Comments", JK_LICENSE "\0"
39
 
      VALUE "CompanyName", "Apache Software Foundation\0"
40
 
      VALUE "FileDescription", "Apache Tomcat IIS Redirector\0"
41
 
      VALUE "FileVersion", JK_VERSION_STR "\0"
42
 
      VALUE "InternalName", JK_DLL_BASENAME "\0"
43
 
      VALUE "LegalCopyright", JK_COPYRIGHT "\0"
44
 
      VALUE "OriginalFilename", JK_DLL_BASENAME ".dll\0"
45
 
      VALUE "ProductName", "Apache Tomcat Connectors project\0"
46
 
      VALUE "ProductVersion", JK_VERSION_STR "\0"
47
 
    END
48
 
  END
49
 
  BLOCK "VarFileInfo"
50
 
  BEGIN
51
 
    VALUE "Translation", 0x409, 1200
52
 
  END
53
 
END