Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/.cvsignore2
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/myplugin.xml6
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/plugin.xml6
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjappproj.html2
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpapp.html2
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpear.html2
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjrar.html4
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjtargetserver.html2
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjval.html7
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html9
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalselect.html2
11 files changed, 33 insertions, 11 deletions
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/.cvsignore b/docs/org.eclipse.jst.j2ee.doc.user/.cvsignore
index 0598c5482..6e60185a7 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/.cvsignore
+++ b/docs/org.eclipse.jst.j2ee.doc.user/.cvsignore
@@ -1,2 +1,4 @@
build.xml
org.eclipse.jst.j2ee.doc.user_1.0.0.jar
+temp
+DitaLink.cat \ No newline at end of file
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/myplugin.xml b/docs/org.eclipse.jst.j2ee.doc.user/myplugin.xml
index 1266ede8e..2988206ce 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/myplugin.xml
+++ b/docs/org.eclipse.jst.j2ee.doc.user/myplugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -16,5 +16,7 @@
<extension point="org.eclipse.help.toc">
<toc file="jst_j2ee_toc.xml" />
</extension>
-
+ <extension point="org.eclipse.help.index">
+ <index file="org.eclipse.jst.j2ee.doc.userindex.xml"/>
+ </extension>
</plugin> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/plugin.xml b/docs/org.eclipse.jst.j2ee.doc.user/plugin.xml
index 1266ede8e..2988206ce 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/plugin.xml
+++ b/docs/org.eclipse.jst.j2ee.doc.user/plugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -16,5 +16,7 @@
<extension point="org.eclipse.help.toc">
<toc file="jst_j2ee_toc.xml" />
</extension>
-
+ <extension point="org.eclipse.help.index">
+ <index file="org.eclipse.jst.j2ee.doc.userindex.xml"/>
+ </extension>
</plugin> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjappproj.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjappproj.html
index d83319ba2..2b2479cb7 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjappproj.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjappproj.html
@@ -62,7 +62,7 @@ the application client project. </span></li>
default</span> check box under <span class="uicontrol">Project contents</span> and
select a new location with the <span class="uicontrol">Browse</span> button.</span>
If you specify a non-default project location that is already being
-used by another project, the project creation will fail.<div class="note"><span class="notetitle">Note: </span>If you type
+used by another project, the project creation will fail.<div class="note"><span class="notetitle">Note:</span> If you type
a new EAR project name, the EAR project will be created in the default location
with the lowest compatible J2EE version based on the version of the project
being created. If you want to specify a different version or a different location
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpapp.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpapp.html
index b58dd6b7f..b8ba3df3f 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpapp.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpapp.html
@@ -68,7 +68,7 @@ for the project.</span></li>
<li class="stepexpand"><span>If you want to add the new module to an enterprise application
project, select the <span class="uicontrol">Add project to an EAR</span> check box
and then select an existing enterprise application project from the list or
-create a new one by clicking <span class="uicontrol">New</span>.</span> <div class="note"><span class="notetitle">Note: </span>If
+create a new one by clicking <span class="uicontrol">New</span>.</span> <div class="note"><span class="notetitle">Note:</span> If
you type a new enterprise application project name, the enterprise application
project will be created in the default location with the lowest compatible
J2EE version based on the version of the project being created. If you want
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpear.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpear.html
index 4212678f8..d332e8779 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpear.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjimpear.html
@@ -86,7 +86,7 @@ during import.</span></li>
<li class="stepexpand"><span>On the EAR Module and Utility JAR Projects page of the wizard,
select the projects that you want to import with the EAR file. Also, you can
edit the new project name for each module and utility project to be imported.</span>
- <div class="tip"><span class="tiptitle">Tip: </span>The selection buttons on this page can help you select
+ <div class="tip"><span class="tiptitle">Tip:</span> The selection buttons on this page can help you select
the projects to import when you are importing for partial EAR development.
For example, if you are importing to a workspace where some projects are attached
to a repository and other projects are in binary form, these buttons help
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjrar.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjrar.html
index 3bf933b04..63f08a3dd 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjrar.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjrar.html
@@ -44,7 +44,7 @@ connector projects can contain one or more project facets, which represent
units of functionality in the project. A new application client project should
have the J2C Module facet. Depending on what you want to use the project for,
you may want to enable other facets for the project.</p>
-<div class="restriction"><span class="restrictiontitle">Restriction: </span>J2EE
+<div class="restriction"><span class="restrictiontitle">Restriction:</span> J2EE
1.2 specification level does not include connector capability.</div>
<p>To
create a new connector project:</p>
@@ -62,7 +62,7 @@ the connector project. </span></li>
default</span> check box under <span class="uicontrol">Project contents</span> and
select a new location with the <span class="uicontrol">Browse</span> button.</span>
If you specify a non-default project location that is already being
-used by another project, the project creation will fail.<div class="note"><span class="notetitle">Note: </span>If you type
+used by another project, the project creation will fail.<div class="note"><span class="notetitle">Note:</span> If you type
a new EAR project name, the EAR project will be created in the default location
with the lowest compatible J2EE version based on the version of the project
being created. If you want to specify a different version or a different location
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjtargetserver.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjtargetserver.html
index d637f547e..8d6db11f5 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjtargetserver.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjtargetserver.html
@@ -72,7 +72,7 @@ that support Enterprise JavaBeans™ are displayed. All projects
inside a single EAR file must be targeted to the same server. If you create
a new project and add it to an existing EAR project during creation, the project
inherits the target server setting of the EAR project.</p>
-<div class="note"><span class="notetitle">Note: </span>Utility Java projects
+<div class="note"><span class="notetitle">Note:</span> Utility Java projects
that are added to an application are targeted to the same target server as
the application. Web library projects that are added to a Web project are
targeted to the same target server as the Web project.</div>
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjval.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjval.html
index f1d990ff6..ff8753eae 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjval.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjval.html
@@ -13,6 +13,8 @@
<meta name="description" content="The workbench includes validators that check certain files in your enterprise application module projects for errors." />
<meta content="validation, overview, code validation, automatic, build validation, enabling" name="DC.subject" />
<meta content="validation, overview, code validation, automatic, build validation, enabling" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="../topics/rvalerr.html" />
+<meta scheme="URI" name="DC.Relation" content="../topics/rvalidators.html" />
<meta content="XHTML" name="DC.Format" />
<meta content="tjval" name="DC.Identifier" />
<meta content="en-us" name="DC.Language" />
@@ -101,6 +103,11 @@ in the Problems view.</div>
</div>
+<div><div class="relref"><strong>Related reference</strong><br />
+<div><a href="../topics/rvalerr.html" title="You may encounter these common error messages when you validate your projects.">Common validation errors and solutions</a></div>
+<div><a href="../topics/rvalidators.html" title="This table lists the validators that are available for the different project types and gives a brief description of each validator.">J2EE Validators</a></div>
+</div>
+</div>
</body>
</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html
index fa7a40a00..cd1716d0f 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html
@@ -13,6 +13,9 @@
<meta name="description" content="For a given project, you can override the global validation preferences." />
<meta content="validation, overriding global preferences, code validation" name="DC.subject" />
<meta content="validation, overriding global preferences, code validation" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="../topics/tjvaldisable.html" />
+<meta scheme="URI" name="DC.Relation" content="../topics/tjvalmanual.html" />
+<meta scheme="URI" name="DC.Relation" content="../topics/tjvalselect.html" />
<meta content="XHTML" name="DC.Format" />
<meta content="tjvalglobalpref" name="DC.Identifier" />
<meta content="en-us" name="DC.Language" />
@@ -80,6 +83,12 @@ validators have alternate implementations.</li>
</div>
+<div><div class="reltasks"><strong>Related tasks</strong><br />
+<div><a href="../topics/tjvaldisable.html" title="You can disable one or more validators individually or disable validation entirely. Also, you can set validation settings for your entire workspace and for individual projects.">Disabling validation</a></div>
+<div><a href="../topics/tjvalmanual.html" title="When you run a manual validation, all resources in the selected project are validated according to the validation settings.">Manually validating code</a></div>
+<div><a href="../topics/tjvalselect.html" title="You can select specific validators to run during manual and build code validation. You can set each validator to run on manual validation, build validation, both, or neither.">Selecting code validators</a></div>
+</div>
+</div>
</body>
</html> \ No newline at end of file
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalselect.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalselect.html
index 0b54be4a4..8b48d9d3f 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalselect.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/tjvalselect.html
@@ -55,7 +55,7 @@ settings</span> check box.</span></li>
<li class="stepexpand"><span>In the list of validators, select the check boxes next to each
validator you want to use at the global level.</span> Each validator has
-a check box to specify whether it is used on manual validation or on a build.<div class="note"><span class="notetitle">Note: </span>If
+a check box to specify whether it is used on manual validation or on a build.<div class="note"><span class="notetitle">Note:</span> If
you deselect any validator that is currently selected, any messages associated
with the deselected validator will be removed from the task list.</div>

Back to the top