Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9180d490f04769bf758e72ab6a868b1b9aabdfcf (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
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource 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:
#     EclipseSource - initial API and implementation
###############################################################################
bin.includes = feature.xml,feature.properties

generate.plugin@javax.servlet.jsp.source=javax.servlet.jsp
generate.plugin@javax.servlet.source=javax.servlet
generate.plugin@org.eclipse.equinox.http.jetty.source=org.eclipse.equinox.http.jetty
generate.plugin@org.eclipse.equinox.http.registry.source=org.eclipse.equinox.http.registry
generate.plugin@org.eclipse.equinox.http.servlet.source=org.eclipse.equinox.http.servlet
generate.plugin@org.eclipse.equinox.http.servletbridge.source=org.eclipse.equinox.http.servletbridge
generate.plugin@org.eclipse.equinox.servletbridge.source=org.eclipse.equinox.servletbridge
generate.plugin@org.eclipse.equinox.jsp.jasper.source=org.eclipse.equinox.jsp.jasper
generate.plugin@org.eclipse.equinox.jsp.jasper.registry.source=org.eclipse.equinox.jsp.jasper.registry


Back to the top