bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / common / jk.rc
1 /* Licensed to the Apache Software Foundation (ASF) under one or more
2  * contributor license agreements.  See the NOTICE file distributed with
3  * this work for additional information regarding copyright ownership.
4  * The ASF licenses this file to You under the Apache License, Version 2.0
5  * (the "License"); you may not use this file except in compliance with
6  * the License.  You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #include <windows.h>
18 #include "jk_version.h"
19
20 #define ASF_COPYRIGHT "Licensed to the Apache Software Foundation " \
21                       "(ASF) under one or more contributor license " \
22                       "agreements.  See the NOTICE file distributed " \
23                       "with this work for additional information " \
24                       "regarding copyright ownership."
25
26 #define ASF_LICENSE "The ASF licenses this file to You under the " \
27                     "Apache License, Version 2.0 (the ""License""); " \
28                     "you may not use this file except in compliance " \
29                     "with the License.  You may obtain a copy of " \
30                     "the License at\r\n\r\n" \
31                     "http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \
32                     "Unless required by applicable law or agreed to in " \
33                     "writing, software distributed under the License is " \
34                     "distributed on an ""AS IS"" BASIS, WITHOUT " \
35                     "WARRANTIES OR CONDITIONS OF ANY KIND, either " \
36                     "express or implied.  See the License for the " \
37                     "specific language governing permissions and " \
38                     "limitations under the License."
39
40
41 1 VERSIONINFO
42  FILEVERSION JK_VERSIONCSV
43  PRODUCTVERSION JK_VERSIONCSV
44  FILEFLAGSMASK 0x3fL
45 #if defined(_DEBUG)
46  FILEFLAGS 0x01L
47 #else
48  FILEFLAGS 0x00L
49 #endif
50  FILEOS 0x40004L
51  FILETYPE 0x1L
52  FILESUBTYPE 0x0L
53 BEGIN
54   BLOCK "StringFileInfo"
55   BEGIN
56     BLOCK "040904b0"
57     BEGIN
58     VALUE "Comments", ASF_LICENSE "\0"
59       VALUE "CompanyName", "Apache Software Foundation\0"
60       VALUE "FileDescription", "Apache Tomcat Connector\0"
61       VALUE "FileVersion", JK_VERSTRING "\0"
62       VALUE "InternalName", PACKAGE "\0"
63       VALUE "LegalCopyright", ASF_COPYRIGHT "\0"
64       VALUE "OriginalFilename", PACKAGE "." JK_DLL_SUFFIX "\0"
65       VALUE "ProductName", "Apache Tomcat " PACKAGE " Connector\0"
66       VALUE "ProductVersion", JK_VERSTRING "\0"
67     END
68   END
69   BLOCK "VarFileInfo"
70   BEGIN
71     VALUE "Translation", 0x409, 1200
72   END
73 END
74