Changeset 4600


Ignore:
Timestamp:
Sep 22, 2012, 1:51:43 AM (13 years ago)
Author:
Christian Schulte
Message:

o Updated the schema location of the 'http://jomc.org/tools/model' namespace from 'http://jomc.sourceforge.net/tools/model/jomc-tools-1.2.xsd' to 'http://xml.jomc.org/tools/model/jomc-tools-1.2.xsd'.
o Updated the schema location of the 'http://jomc.org/model' namespace from 'http://jomc.sourceforge.net/model/jomc-model-1.2.xsd' to 'http://xml.jomc.org/model/jomc-model-1.2.xsd'.

Closes #10.
See #3 #5.

Location:
jomc/trunk/jomc-cli/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified jomc/trunk/jomc-cli/src/main/resources/META-INF/jomc.xml

    r4526 r4600  
    3333<module xmlns="http://jomc.org/model"
    3434        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    35         xsi:schemaLocation="http://jomc.org/model http://jomc.sourceforge.net/model/jomc-1.2.xsd
    36                             http://jomc.org/tools/model http://jomc.sourceforge.net/tools/model/jomc-tools-1.2.xsd"
     35        xsi:schemaLocation="http://jomc.org/model http://xml.jomc.org/model/jomc-1.2.xsd
     36                            http://jomc.org/tools/model http://xml.jomc.org/tools/model/jomc-tools-1.2.xsd"
    3737        name="${project.name}" version="${project.version}" vendor="${project.organization.name}" modelVersion="1.2">
    3838
  • TabularUnified jomc/trunk/jomc-cli/src/test/resources/META-INF/jomc.xml

    r4165 r4600  
    3333<module xmlns="http://jomc.org/model"
    3434        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    35         xsi:schemaLocation="http://jomc.org/model http://jomc.sourceforge.net/model/jomc-1.2.xsd"
     35        xsi:schemaLocation="http://jomc.org/model http://xml.jomc.org/model/jomc-1.2.xsd"
    3636        name="${project.name} Tests" version="${project.version}" vendor="${project.organization.name}" modelVersion="1.2">
    3737
  • TabularUnified jomc/trunk/jomc-cli/src/test/resources/org/jomc/cli/test/illegal-module-document.xml

    r3838 r4600  
    3333<module xmlns="http://jomc.org/model"
    3434        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    35         xsi:schemaLocation="http://jomc.org/model http://jomc.sourceforge.net/model/jomc-1.2.xsd
    36                             http://jomc.org/tools/model http://jomc.sourceforge.net/tools/model/jomc-tools-1.2.xsd"
     35        xsi:schemaLocation="http://jomc.org/model http://xml.jomc.org/model/jomc-1.2.xsd
     36                            http://jomc.org/tools/model http://xml.jomc.org/tools/model/jomc-tools-1.2.xsd"
    3737        name="${project.name}" version="${project.version}" vendor="${project.organization.name}" modelVersion="1.2"
    3838        unsupported-attribute="TEST">
  • TabularUnified jomc/trunk/jomc-cli/src/test/resources/org/jomc/cli/test/illegal-module.xml

    r4152 r4600  
    3333<module xmlns="http://jomc.org/model"
    3434        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    35         xsi:schemaLocation="http://jomc.org/model http://jomc.sourceforge.net/model/jomc-1.2.xsd"
     35        xsi:schemaLocation="http://jomc.org/model http://xml.jomc.org/model/jomc-1.2.xsd"
    3636        name="${project.name}"
    3737        version="${project.version}"
  • TabularUnified jomc/trunk/jomc-cli/src/test/resources/org/jomc/cli/test/module-nonexistent-classes.xml

    r3838 r4600  
    3333<module xmlns="http://jomc.org/model"
    3434        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    35         xsi:schemaLocation="http://jomc.org/model http://jomc.sourceforge.net/model/jomc-1.2.xsd"
     35        xsi:schemaLocation="http://jomc.org/model http://xml.jomc.org/model/jomc-1.2.xsd"
    3636        name="${project.name} Tests" version="${project.version}" vendor="${project.organization.name}"
    3737        modelVersion="1.2">
Note: See TracChangeset for help on using the changeset viewer.