Skip to main content
summaryrefslogblamecommitdiffstats
blob: 665d7c4554f71a7588cc382f5a1b0879f3a12137 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               

           

                                                                                                                                              

                                                       
                        
                                                                                 


                                                                                               
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
custom=true

# properties for building a plugin; create project source folder - temp.folder/jsp.jar.src source before using pde to generate skeleton script
#source.webapp.jar=src/
#source.WEB-INF/lib/servlets.jar=src_servlets/
#source.WEB-INF/lib/jsp.jar=${temp.folder}/jsp.jar.src/
#src.includes=about.html
#bin.includes=advanced/,basic/,WEB-INF/,*.html,*.jsp,plugin.properties,plugin.xml
#bin.excludes=WEB-INF/classes/
#jars.compile.order=webapp.jar,WEB-INF/lib/servlets.jar,WEB-INF/lib/jsp.jar
#jars.extra.classpath=../org.eclipse.tomcat/servlet.jar,../org.eclipse.tomcat/jasper-runtime.jar

Back to the top