Skip to content

Commit

Permalink
Minor docs updats that missed the 1.18 M3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
clay_shooter committed Jun 22, 2015
1 parent 4856713 commit 5dabfa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion jacob/docs/BuildingJacobFromSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ <H1>Build Process</H1>
The build process is based on ANT.
You can run ANT from inside of eclipse or from the command line.
Running from inside eclipse means you don't have any installation, pathing or configuration to do.
You can just open the xml and then "run as ant" on the selected target in the "outline" pane.
You can just open the xml, select the target in the "Outline" pane, right mouse and then "run as ant" on the selected target.
<p>
The ant process is driven off of a configuration file named
<code>compilation_tools.properties</code> that describes the locations of the JDK and Microsoft
C++ tools. The <code>build.xml</code> file in the root directory contains examples of the contents
Expand Down
4 changes: 2 additions & 2 deletions jacob/docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>Tracked Changes</h3>
</tr>
<tr>
<td width="13%" valign="top">119 (new numbers)</td>
<td width="87%" valign="top"> Attribute lacking in MANIFEST.MF required since Java 1.7u45</td>
<td width="87%" valign="top">(M?)Attribute lacking in MANIFEST.MF required since Java 1.7u45</td>
</tr>
<tr>
<td width="13%" valign="top">&nbsp;</td>
Expand All @@ -33,7 +33,7 @@ <h3>Tracked Changes</h3>
</tr>
<tr>
<td width="13%" valign="top">42 (new numbers)</td>
<td width="87%" valign="top"> Mapping of names to dispIDs implemented</td>
<td width="87%" valign="top">(M3)Mapping of names to dispIDs implemented</td>
</tr>
<tr>
<td width="13%" valign="top">&nbsp;</td>
Expand Down

0 comments on commit 5dabfa0

Please sign in to comment.