| ; |
| ; Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable |
| ; |
| ; Licensed under the Apache License, Version 2.0 (the "License"); |
| ; you may not use this file except in compliance with the License. |
| ; You may obtain a copy of the License at |
| ; |
| ; http://www.apache.org/licenses/LICENSE-2.0 |
| ; |
| ; Unless required by applicable law or agreed to in writing, software |
| ; distributed under the License is distributed on an "AS IS" BASIS, |
| ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ; See the License for the specific language governing permissions and |
| ; limitations under the License. |
| ; |
| |
| #include <windows.h> |
| #include <winver.h> |
| |
| VS_VERSION_INFO VERSIONINFO |
| FILEVERSION 0,1,0,0 |
| PRODUCTVERSION 0,1,0,0 |
| FILEFLAGSMASK 0x3fL |
| FILEFLAGS 0x0L |
| FILEOS VOS_NT_WINDOWS32 |
| FILETYPE VFT_APP |
| FILESUBTYPE 0x0L |
| BEGIN |
| BLOCK "StringFileInfo" |
| BEGIN |
| BLOCK "040904b0" |
| BEGIN |
| VALUE "CompanyName", "The Apache Software Foundation.\0" |
| VALUE "FileDescription", "VM launcher\0" |
| VALUE "FileVersion", "0.1\0" |
| VALUE "InternalName", "launcher\0" |
| VALUE "LegalCopyright", "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.\0" |
| VALUE "OriginalFilename", "java.exe\0" |
| VALUE "ProductName", "Apache Harmony\0" |
| VALUE "ProductVersion", "0.1\0" |
| END |
| END |
| BLOCK "VarFileInfo" |
| BEGIN |
| VALUE "Translation", 0x0409, 1200 |
| END |
| END |
| |
| 100 ICON DISCARDABLE "apache.ico" |