Skip to content

Commit

Permalink
Text cleanup in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansoft committed Jun 11, 2018
1 parent 7edda76 commit eeb3396
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
17 changes: 17 additions & 0 deletions jacob/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
JACOB (Java-COM bridge) is hosted on Sourceforge http://sourceforge.net/project/jacob-project

## Latest Release ##

See docs/ReleaseNotes.html for a full history

JACOB 1.19
### What's New
* Upgraded from Java 6 to Java 8 compilation
* Upgraded from junit 3.8.1 to 4.12
* Migrated from CVS to GIT using sourceforge migration instructions https://sourceforge.net/p/forge/documentation/CVS/
### Tracked Changes
### Bugs
* 132 32 bit ponters not convertd to 64 bit
* 130 Name value incorrect in Mainfest.MF affecting tamper check
### Patches
* n/a none
### Feature Requests
* n/a none

## Documentation ##
You can find additional information in the [docs](docs) folder
Expand Down
2 changes: 1 addition & 1 deletion jacob/docs/BuildingJacobFromSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <H1>Development Environment</h1>
<TR><TD>1.15</TD> <TD>VC 2005 (8)</TD> <TD>1.5.0 (49)</TD><TD>1.7.0</TD><TD>3.4</TD><TD>32 and 64 bit</TD></TR>
<TR><TD>1.17</TD> <TD>VC 2005 (8)</TD> <TD>1.5.0 (49)</TD><TD>1.8.4 Eclipse Embedded</TD><TD>4.3</TD><TD>32 and 64 bit</TD></TR>
<TR><TD>1.18</TD> <TD>VS 2013 (12) Windows SDK 7.1A</TD><TD>1.6.0 (50)</TD><TD>1.8.4 Eclipse Embedded</TD><TD>4.3</TD><TD>32 and 64 bit</TD></TR>
<TR><TD>1.19</TD> <TD>VS 2013 (12) Windows SDK 7.1A</TD><TD>1.8.0 (52)</TD><TD>1.10.1 Eclispse Embedded</TD><TD>4.7</TD><TD>32 and 64 bit</TD></TR>
<TR><TD>1.19</TD> <TD>VS 2013 (12) Windows SDK 7.1A</TD><TD>1.8.0 (52)</TD><TD>1.10.1 Eclipse Embedded</TD><TD>4.7</TD><TD>32 and 64 bit</TD></TR>

</table>

Expand Down
1 change: 0 additions & 1 deletion jacob/docs/JacobThreading.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <H2>introduction</H2>
<a href="www.microsoft.com/msj/0297/apartment/apartment.htm">
www.microsoft.com/msj/0297/apartment/apartment.htm</a>
</li>

<li>
<a href="http://www.cswl.com/whiteppr/white/multithreading.html">
http://www.cswl.com/whiteppr/white/multithreading.html
Expand Down
2 changes: 1 addition & 1 deletion jacob/docs/UsingJacob.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<BODY>
Jacob is a Java library that lets Java applications communicate with Microsoft Windows DLLs or COM libraries. It does this
through the use of a custom DLL that the Jacob Java classes communicate with via JNI. The library and dll isolate the Java
through the use of a custom DLL that the Jacob Java classes communicate with via JNI. The Java library and dll isolate the Java
developer from the underlying windows libraries so that the Java developer does not have to write custom JNI code.
<p></p>
Jacob is not used for creating ActiveX plugins or other modules that live inside of Microsoft Windows applications.
Expand Down

0 comments on commit eeb3396

Please sign in to comment.