|
What this is
Other links
The source code############################################################################### # 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 ############################################################################### 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=META-INF/,advanced/,basic/,WEB-INF/,*.html,*.jar,*.jsp,plugin.properties,plugin.xml,.options 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.osgi/bin,\ ../org.eclipse.osgi,\ ../org.eclipse.osgi/@dot,\ ../org.eclipse.core.runtime/bin,\ ../org.eclipse.core.runtime,\ ../org.eclipse.core.runtime/@dot,\ ../org.eclipse.help/bin,\ ../org.eclipse.help,\ ../org.eclipse.help/@dot,\ ../org.eclipse.help.base/bin,\ ../org.eclipse.help.base,\ ../org.eclipse.help.base/@dot,\ ../org.eclipse.help.appserver/bin,\ ../org.eclipse.help.appserver,\ ../org.eclipse.help.appserver/@dot,\ ../org.eclipse.tomcat/servlet.jar,\ ../org.eclipse.tomcat/jasper-runtime.jar |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.