Skip to content

Commit 2974357

Browse files
author
mgricken
committed
Fixed a typo and updated the docs.jar file compiled into DrJava.
git-svn-id: file:///tmp/test-svn/trunk@4917 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent d121689 commit 2974357

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/src/user/userdoc.docbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ DrJava can also search across more than one line of text (i.e. the search string
316316
<formalpara>
317317
<title>Create Jar File from Project</title>
318318
<para>You can create a jar file that contains the project's source code, its compiled class files, or both by selecting "Create Jar File from Project" in the Project menu. This will display a dialog that allows you to specify the jar file's location and what gets put into it. If you are placing class files into the jar file, you can make the jar file executable by selecting "Make executable" and entering the main class. For more control over the properties of the jar, you may enter a custom manifest by selecting "Custom Manifest" and pressing the "Edit Manifest" button. You may opt to include all source files in the jar, embeded in a seperate jar, or include all files in the project directory by selecting "Jar source files" or "Jar All files" respectively.</para></formalpara>
319-
<para>Note that if you have not specified a build directory in the <link linkend="project-properties">Project Properties</link> all classes found in the same directory contaning the project file will included if you place class files in the jar. For class files to be included successfully you must and have recently compiled the project.</para>
319+
<para>Note that if you have not specified a build directory in the <link linkend="project-properties">Project Properties</link> all classes found in the same directory contaning the project file will included if you place class files in the jar. For class files to be included successfully you must have recently compiled the project.</para>
320320
</section>
321321
<section id="tree-view">
322322
<title>Tree View</title>

drjava/lib/docs.jar

851 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)