diff --git a/.cvsignore b/.cvsignore
index a08c618..51e41b6 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -13,5 +13,5 @@ release
.cdtproject
foo.foo
foo.ser
-
JacobVersion.properties
+.settings
diff --git a/build.xml b/build.xml
index a409066..e920840 100644
--- a/build.xml
+++ b/build.xml
@@ -16,10 +16,10 @@
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:
- JDK=c:\\dev\\jdk1.5.0_15
- MSDEV_DIR=c:\\dev\\Microsoft Visual Studio 8\\VC
- MSDEV_IDE_DIR=c:\\dev\\Microsoft Visual Studio 8\\Common7\\IDE
- version=1.14.1
+ 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
DO NOT check compilation_tools.properties into source control as the
values are specific to YOUR environment.
@@ -275,7 +275,7 @@
@@ -56,6 +56,7 @@ using the example build.xml as a template.
- -Djava.library.path=c:/jacob/release/x86
+ -Djava.library.path=c:/dev/jacob/release/x86
-Dcom.jacob.autogc=false
-Dcom.jacob.debug=false
-Xcheck:jni
@@ -137,7 +138,7 @@ assume that your jacob development area is located in c:\dev\jacob:
JUnit test programs can be individually run from inside eclipse or en-masse
via the ant test target.
-Last Modified 4/2008 1.15
+Last Modified 10/2008 1.15