SF 3505940 missing JacobVersion.properties in 1.17-M1 (and 1.16) somehow dropped from the build, maybe eclipse ant?

This commit is contained in:
clay_shooter
2012-04-25 01:13:09 +00:00
parent 803b57de51
commit e2a337f189
2 changed files with 12 additions and 8 deletions

View File

@@ -13,18 +13,18 @@
The build proces defined in this build.xml file does not support
YOU MUST define a file named compilation_tools.properties!
The file for MS Visual C++ 8.0 building 32 and 64 bit
(releases up to 1.11 only supported 32 builds) looks something like:
The file for MS Visual C++ 8.0 building 32 and 64 bit (installed on windows 7 64 bit)
(releases up to 1.11 only supported 32 bit builds) looks something like:
JDK=c:\\dev\\jdk1.5.0_18
MSDEV_DIR=c:\\Program Files\\Microsoft Visual Studio 8\\VC
MSDEV_IDE_DIR=c:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE
version=1.15-M1
JDK=c\:\\Program Files (x86)\\java\\jdk1.5.0_22
MSDEV_DIR=c\:\\Program Files (x86)\\Microsoft Visual Studio 8\\VC
MSDEV_IDE_DIR=c\:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE
version=1.17-M2
DO NOT check compilation_tools.properties into source control as the
values are specific to YOUR environment.
The JacobVersion.properties file is now completely autogenerated
The JacobVersion.properties file is now completely autogenerated.
====================================================================== -->
<project name="jacob" default="default" basedir=".">

View File

@@ -14,9 +14,13 @@
<tr>
<td colspan="2"><b>Bugs</b></td>
</tr>
<tr>
<td width="13%" valign="top">3505940</td>
<td width="87%" valign="top">(M2)JacobVersion.properties accidently omitted from JAR. Must build from command line to get it included.</td>
</tr>
<tr>
<td width="13%" valign="top">3436102</td>
<td width="87%" valign="top">Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB</td>
<td width="87%" valign="top">(M1)Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB</td>
</tr>
<tr>
<td width="13%" valign="top">&nbsp;</td>