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: 4959a565956face50ceb1d99df4ca6b8bdf643ed (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
##################################################################################################
# Copyright (c) 2005 Eteration A.S. and Gorkem Ercan. 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: Gorkem Ercan - initial API and implementation
#               
###################################################################################################
pluginName= Generic server PDE Template
providerName=Eclipse.org
template.genericServer.name=Generic Server Plugin Wizard
template.genericServer.description=\
<p>This wizard creates a simple generic server plug-in. \
The .serverdef file and the build.xml file for ANT based publishing are created. \
Created files are the same files used for JBoss 3.2.3 in Generic Examples. \
</p>\
<p><b>Extension Used</b></p>\
<li>org.eclipse.jst.server.generic.core.serverdefinition</li> \
<li>org.eclipse.wst.server.core.runtimeTargetHandlers</li> \
<li>org.eclipse.wst.server.ui.serverImages</li> \
<li>org.eclipse.wst.server.ui.wizardFragments</li> \
<li>org.eclipse.wst.server.core.serverTypes</li> \
<li>org.eclipse.wst.server.core.runtimeTypes</li>

Back to the top