This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from f1341bc  Merge pull request #335 from jlahoda/NETBEANS-224
     add bd26970  Readd removed DTDs/XSDs from netbeans donation
     new 1dd608f  Merge pull request #336 from 
matthiasblaesing/readd_removed_xsds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../format/checkstyle/config/avalon_checks.xml     |  208 ++++
 .../format/checkstyle/config/configuration_1_0.dtd |   18 +
 .../format/checkstyle/config/configuration_1_1.dtd |   37 +
 .../format/checkstyle/config/configuration_1_2.dtd |   38 +
 .../format/checkstyle/config/configuration_1_3.dtd |   56 +
 .../format/checkstyle/config/maven_checks.xml      |  189 ++++
 .../maven/format/checkstyle/config/sun_checks.xml  |  192 ++++
 .../format/checkstyle/config/turbine_checks.xml    |  203 ++++
 .../modules/maven/coverage/coverage-04.dtd         |   60 +
 .../netbeans/modules/maven/coverage/jacoco-1.0.dtd |   84 ++
 .../netbeans/modules/maven/grammar/nbm-1.0.0.xsd   |  222 ++++
 nbbuild/build.xml                                  |   27 +-
 .../beans/catalog/resources/spring-aop-2.0.xsd     |  420 +++++++
 .../beans/catalog/resources/spring-aop-2.1.xsd     |  417 +++++++
 .../beans/catalog/resources/spring-aop-2.5.xsd     |  404 +++++++
 .../beans/catalog/resources/spring-beans-2.0.dtd   |  698 ++++++++++++
 .../beans/catalog/resources/spring-beans-2.0.xsd   | 1096 +++++++++++++++++++
 .../beans/catalog/resources/spring-beans-2.5.xsd   | 1144 ++++++++++++++++++++
 .../beans/catalog/resources/spring-beans.dtd       |  607 +++++++++++
 .../beans/catalog/resources/spring-context-2.5.xsd |  274 +++++
 .../beans/catalog/resources/spring-jee-2.0.xsd     |  219 ++++
 .../beans/catalog/resources/spring-jee-2.5.xsd     |  240 ++++
 .../beans/catalog/resources/spring-jms-2.5.xsd     |  404 +++++++
 .../beans/catalog/resources/spring-lang-2.0.xsd    |  162 +++
 .../beans/catalog/resources/spring-lang-2.5.xsd    |  210 ++++
 .../spring/beans/catalog/resources/spring-osgi.xsd |  265 +++++
 .../beans/catalog/resources/spring-tool-2.0.xsd    |   76 ++
 .../beans/catalog/resources/spring-tool-2.5.xsd    |   89 ++
 .../beans/catalog/resources/spring-tx-2.0.xsd      |  212 ++++
 .../beans/catalog/resources/spring-tx-2.1.xsd      |  229 ++++
 .../beans/catalog/resources/spring-tx-2.5.xsd      |  248 +++++
 .../beans/catalog/resources/spring-util-2.0.xsd    |  217 ++++
 .../beans/catalog/resources/spring-util-2.5.xsd    |  226 ++++
 .../resources/spring-webflow-config-1.0.xsd        |  360 ++++++
 .../xml/jaxb/resources/eclipselink_oxm_2_3.xsd     |  589 ++++++++++
 35 files changed, 10139 insertions(+), 1 deletion(-)
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/avalon_checks.xml
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configuration_1_0.dtd
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configuration_1_1.dtd
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configuration_1_2.dtd
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configuration_1_3.dtd
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/maven_checks.xml
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/sun_checks.xml
 create mode 100644 
maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/turbine_checks.xml
 create mode 100644 
maven.coverage/src/org/netbeans/modules/maven/coverage/coverage-04.dtd
 create mode 100644 
maven.coverage/src/org/netbeans/modules/maven/coverage/jacoco-1.0.dtd
 create mode 100644 
maven.grammar/src/org/netbeans/modules/maven/grammar/nbm-1.0.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-aop-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-aop-2.1.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-aop-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-beans-2.0.dtd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-beans-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-beans-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-beans.dtd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-context-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-jee-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-jee-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-jms-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-lang-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-lang-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-osgi.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-tool-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-tool-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-tx-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-tx-2.1.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-tx-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-util-2.0.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-util-2.5.xsd
 create mode 100644 
spring.beans/src/org/netbeans/modules/spring/beans/catalog/resources/spring-webflow-config-1.0.xsd
 create mode 100644 
xml.jaxb/src/org/netbeans/modules/xml/jaxb/resources/eclipselink_oxm_2_3.xsd

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

---------------------------------------------------------------------
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

Reply via email to