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:
14
build.xml
14
build.xml
@@ -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=".">
|
||||
|
||||
Reference in New Issue
Block a user