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
blob: 8bd3a03bd1128e14518b3e9f509e9cd87693a569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<?NLS type="org.eclipse.help.contexts"?>
<!-- /*******************************************************************************
 * Copyright (c) 2000, 2005 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
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/ -->
<contexts>
<!-- project preferences -->

<context id="JARdep">
		<!-- JAR dependencies preferences-->
<description>Use this page to specify dependent JAR files for modules within the associated project.

Select <b>Use EJB JARs</b>, <b>Use EJB client JARs</b>, or <b>Allow both</b> to control which JAR files are listed.  Then, select the JAR files from the list. This will update the run-time class path and Java project build path with the appropriate JAR files.

The <b>Manifest Class-Path</b> field displays the manifest class-path changes based on the JAR files selected. This field is display only and shows you the class path for your module file.
</description>
<!-- need links to EJB base info, EJB Client info, project class paths-->
<!--topic label="" href=""/-->
<!--topic label="" href=""/-->
</context>

<context id="EARmod">
	<!-- EAR modules preferences-->
<description><!-- page is blank at the time of this writing -->
</description>
<!--topic label="" href=""/-->
<!--topic label="" href=""/-->
</context>



</contexts>

Back to the top