|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<!-- |
| 4 | +
|
| 5 | + Licensed to the Apache Software Foundation (ASF) under one |
| 6 | + or more contributor license agreements. See the NOTICE file |
| 7 | + distributed with this work for additional information |
| 8 | + regarding copyright ownership. The ASF licenses this file |
| 9 | + to you under the Apache License, Version 2.0 (the |
| 10 | + "License"); you may not use this file except in compliance |
| 11 | + with the License. You may obtain a copy of the License at |
| 12 | +
|
| 13 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | +
|
| 15 | + Unless required by applicable law or agreed to in writing, |
| 16 | + software distributed under the License is distributed on an |
| 17 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 18 | + KIND, either express or implied. See the License for the |
| 19 | + specific language governing permissions and limitations |
| 20 | + under the License. |
| 21 | +
|
| 22 | +--> |
| 23 | +<library version="3.0" xmlns="http://www.netbeans.org/ns/library-declaration/3"> |
| 24 | + <name>jstl-jakarta</name> |
| 25 | + <type>j2se</type> |
| 26 | + <localizing-bundle>org/netbeans/libs/jstl/Bundle</localizing-bundle> |
| 27 | + <volume> |
| 28 | + <type>classpath</type> |
| 29 | + <resource>jar:nbinst://org.netbeans.libs.jstl/modules/ext/jstl-jakarta-impl.jar!/</resource> |
| 30 | + <resource>jar:nbinst://org.netbeans.libs.jstl/modules/ext/jstl-jakarta-api.jar!/</resource> |
| 31 | + </volume> |
| 32 | + <volume> |
| 33 | + <type>javadoc</type> |
| 34 | + <resource>jar:nbinst://org.netbeans.modules.j2ee.platform/docs/javaee-doc-api.jar!/</resource> |
| 35 | + </volume> |
| 36 | + <properties> |
| 37 | + <!-- please check with [email protected] before/after updating this or "classpath" section --> |
| 38 | + <property> |
| 39 | + <name>maven-dependencies</name> |
| 40 | + <value> |
| 41 | + jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.2:jar |
| 42 | + org.glassfish.web:jakarta.servlet.jsp.jstl:3.0.1:jar |
| 43 | + </value> |
| 44 | + </property> |
| 45 | + </properties> |
| 46 | +</library> |
0 commit comments