Skip to main content
summaryrefslogtreecommitdiffstats
blob: 44455a788f6a623be5b06c2199703b575a7d6702 (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
<?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>
<context id="com.ibm.wtp.generic.Delete">
    <!-- function scheduled for WTP 1.0 -->
<description>Use this dialog box to specify the deletion options for the enterprise bean:

-  <b>Delete deployed code:</b> Select to delete the generated deployment code for the enterprise bean.
-  <b>Delete generated AccessBean:</b> Select to delete the access beans associated with the enterprise bean.
-  <b>Delete Bean from Deployment Descriptor:</b> Select to delete the bean entry from the deployment descriptor, but do not delete the bean.
-  <b>Delete Bean Classes:</b> Select to delete the classes associated with this bean.
</description>
</context>
</contexts>

Back to the top