1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
coverage.path=${web/core.dir}/modules/org-netbeans-modules-web-core.jar;${web/jspdebug.dir}/modules/org-netbeans-modules-web-debug.jar;${web/examples.dir}/modules/org-netbeans-modules-web-examples.jar;${web/freeform.dir}/modules/org-netbeans-modules-web-freeform.jar;${web/jsf.dir}/modules/org-netbeans-modules-web-jsf.jar;${web/jspparser.dir}/modules/org-netbeans-modules-web-jspparser.jar;${web/jstl11.dir}/modules/org-netbeans-modules-web-jstl11.jar;${monitor.dir}/modules/org-netbeans-modules-web-monitor.jar;${web/project.dir}/modules/org-netbeans-modules-web-project.jar;${web/struts.dir}/modules/org-netbeans-modules-web-struts.jar;${web/ddapi.dir}/modules/org-netbeans-api-web-dd.jar;${web/webapi.dir}/modules/org-netbeans-api-web-webmodule.jar;${tomcatint/tomcat5.dir}/modules/org-netbeans-modules-tomcat5.jar
coverage.source.path=../core/src;../ddapi/src;../examples/src;../freeform/src;../jsf/src;../jspdebug/src;../jspparser/src;../jstl11/src;../project/src;../servletapi24/src;../struts/src;../strutssupport/src;../webapi/src;../../tomcatint/tomcat5/src
|