This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from 4d8167e Merge pull request #193 from
matthiasblaesing/build-java-patching
new 7e6fdbd [NETBEANS-54] Module Review j2ee.persistence
new 9600d03 [NETBEANS-54] Module Review j2ee.persistence
The 2 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:
.gitignore | 6 -
j2ee.persistence/build.xml | 5 -
j2ee.persistence/external/binaries-list | 17 -
j2ee.persistence/l10n.list | 2 +-
.../j2ee/persistence/dd/common/Bundle.properties | 59 +-
.../j2ee/persistence/dd/resources/orm_1_0.xsd | 1564 +++++++++++++
.../j2ee/persistence/dd/resources/orm_2_0.xsd | 1939 ++++++++++++++++
.../j2ee/persistence/dd/resources/orm_2_1.xsd | 2336 ++++++++++++++++++++
.../persistence/dd/resources/persistence_1_0.xsd | 308 +++
.../persistence/dd/resources/persistence_2_0.xsd | 355 +++
.../persistence/dd/resources/persistence_2_1.xsd | 354 +++
.../jpqleditor/JPQLEditorController.java | 53 +-
.../persistence/ui/resources/persistence-1.0.xml | 3 +-
.../persistence/ui/resources/persistence-2.0.xml | 3 +-
.../persistence/ui/resources/persistence-2.1.xml | 5 +-
.../testGenWithExistingEM.pass | 2 +-
.../action/AppMgdResTxInjEJBTest/testGenerate.pass | 2 +-
.../testGenWithExistingEMF.pass | 2 +-
.../action/AppMgdResTxInjWebTest/testGenerate.pass | 2 +-
.../testGenWithExistingEMF.pass | 2 +-
.../action/AppMgdResTxJ2SETest/testGenerate.pass | 2 +-
.../test/unit/data/invalid_persistence.xml | 21 +-
j2ee.persistence/test/unit/data/persistence.xml | 20 +
.../entitygenerator/Issue92031.dbschema | 19 +
.../persistence/wizard/fromdb/sampledb.dbschema | 19 +
nbbuild/build.xml | 3 +
26 files changed, 6979 insertions(+), 124 deletions(-)
delete mode 100644 j2ee.persistence/external/binaries-list
create mode 100644
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_1_0.xsd
create mode 100644
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_2_0.xsd
create mode 100644
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_2_1.xsd
create mode 100644
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_1_0.xsd
create mode 100644
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_0.xsd
create mode 100644
j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_1.xsd
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].