Skip to content

Commit

Permalink
updating examples with new schema location
Browse files Browse the repository at this point in the history
reported at #86.
  • Loading branch information
stoicflame committed Jun 10, 2015
1 parent b4ec0cf commit 7fbd78f
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion c/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<namespaces>
<namespace id="draw" uri="http://c.enunciate.codehaus.org/draw"/>
<namespace id="structures" uri="http://c.enunciate.codehaus.org/structures"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0"?>
<enunciate label="${artifactId}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
<enunciate label="${artifactId}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<namespaces>
<namespace id="api" uri="http://api.example.com/" />
<namespace id="link" uri="http://api.example.com/link" />
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/addressbook/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<csharp disableCompile="false"/>
<gwt gwtHome="${gwt.home}" rpcModuleName="net.java.ws.addressbook.AddressBookGWT"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/contract-first/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<amf disabled="true"/>
<c forceEnable="true"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/cxf-rest/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate label="full" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<namespaces>
<namespace id="data" uri="http://enunciate.codehaus.org/samples/genealogy/data"/>
<namespace id="cite" uri="http://enunciate.codehaus.org/samples/genealogy/cite"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jaxws-ri-rest-spring/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate label="full" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<disable-rule id="as3.conflicting.names"/>
<namespaces>
<namespace id="data" uri="http://enunciate.codehaus.org/samples/genealogy/data"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jaxws-ri-rest/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate label="full" generatedCodeLicenseFile="customlicense.txt" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<disable-rule id="as3.conflicting.names"/>
<facets>
<exclude name="http://enunciate.codehaus.org/samples/full#admin"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jboss-storage/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate label="full" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<csharp disableCompile="false"/>
<gwt disabled="true"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jboss-ws-rest/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate label="full" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<namespaces>
<namespace id="data" uri="http://enunciate.codehaus.org/samples/genealogy/data"/>
<namespace id="cite" uri="http://enunciate.codehaus.org/samples/genealogy/cite"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jersey-storage-spring/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<csharp disableCompile="false"/>
<gwt disabled="true"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jersey-storage/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate label="full" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<csharp disableCompile="false"/>
<gwt disabled="true"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/petclinic/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<services>
<rest>
<content-types>
Expand Down
2 changes: 1 addition & 1 deletion java-client/src/main/samples/schema/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<enunciate label="shapes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<deployment context="net.java.ws.addressbook_addressbook_war_1.0-SNAPSHOT"/>
<modules>
<java-client disabled="false" generateJsonJar="true">
Expand Down
2 changes: 1 addition & 1 deletion obj-c/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<namespaces>
<namespace id="animals" uri="http://c.enunciate.codehaus.org/animals"/>
<namespace id="draw" uri="http://c.enunciate.codehaus.org/draw"/>
Expand Down
2 changes: 1 addition & 1 deletion php/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<php forceEnable="true"/>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion ruby/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Enunciate configuration for the integration tests. -->
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<modules>
<ruby forceEnable="true"/>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/basic/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<enunciate label="basic" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<namespaces>
<namespace id="pets" uri="http://org.codehaus.enunciate/samples/petclinic/pets"/>
<namespace id="owners" uri="http://org.codehaus.enunciate/samples/petclinic/owners"/>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/bookstore/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.8.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.8.xsd">

<api-classes>
<!-- Enunciate the BookStore Domain layer -->
Expand Down
2 changes: 1 addition & 1 deletion src/samples/wannabecool/step4/enunciate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<enunciate label="ifyouwannabecool"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.30.xsd">
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-1.30.xsd">
<deployment host="www.ifyouwannabecool.com" context="api"/>
<namespaces>
<namespace id="api" uri="http://api.ifyouwannabecool.com/"/>
Expand Down

0 comments on commit 7fbd78f

Please sign in to comment.