This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new ed31425 [NETBEANS-2126] Use correct grammar for
javaee-endorsed-api-7.0.xml
new db5e802 Merge pull request #1155 from matthiasblaesing/netbeans-2126
ed31425 is described below
commit ed3142561b1ab713346a75dc74e7d90bcae9d88f
Author: Matthias Bläsing <[email protected]>
AuthorDate: Wed Mar 6 19:45:45 2019 +0100
[NETBEANS-2126] Use correct grammar for javaee-endorsed-api-7.0.xml
Version 1 of the library grammar did not support properties. The addition
of the information about maven dependencies broke loading of the library
definition.
---
.../src/org/netbeans/modules/javaee7/api/javaee-endorsed-api-7.0.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/enterprise/javaee7.api/src/org/netbeans/modules/javaee7/api/javaee-endorsed-api-7.0.xml
b/enterprise/javaee7.api/src/org/netbeans/modules/javaee7/api/javaee-endorsed-api-7.0.xml
index 4bc3edf..ee7ec37 100644
---
a/enterprise/javaee7.api/src/org/netbeans/modules/javaee7/api/javaee-endorsed-api-7.0.xml
+++
b/enterprise/javaee7.api/src/org/netbeans/modules/javaee7/api/javaee-endorsed-api-7.0.xml
@@ -20,8 +20,7 @@
under the License.
-->
-<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN"
"http://www.netbeans.org/dtds/library-declaration-1_0.dtd">
-<library version="1.0">
+<library version="3.0"
xmlns="http://www.netbeans.org/ns/library-declaration/3">
<name>javaee-endorsed-api-7.0</name>
<type>j2se</type>
<localizing-bundle>org/netbeans/modules/javaee7/api/Bundle</localizing-bundle>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists