Fix location of common.ent

There's no common.ent in v2.0 directory, reference the one
from the parent directory.

Change-Id: I33638e9f797d9289e3839ee14ad1b8c10713e9d1
This commit is contained in:
Andreas Jaeger 2013-12-26 18:45:02 +01:00
parent 42b5116e5c
commit 03ad2a6201
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
<!-- xmllint -noent os-networks-provider-ext.wadl --> <!-- xmllint -noent os-networks-provider-ext.wadl -->
<!--*******************************************************--> <!--*******************************************************-->
<!DOCTYPE application [<!ENTITY % common SYSTEM "common.ent"> <!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]> %common;]>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"

View File

@ -9,7 +9,7 @@
<!-- --> <!-- -->
<!-- xmllint -noent os-networks.wadl --> <!-- xmllint -noent os-networks.wadl -->
<!--*******************************************************--> <!--*******************************************************-->
<!DOCTYPE application [<!ENTITY % common SYSTEM "common.ent"> <!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]> %common;]>
<application xmlns="http://wadl.dev.java.net/2009/02" <application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0" xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"

View File

@ -10,7 +10,7 @@
<!-- xmllint -noent os-ports-binding-ext.wadl --> <!-- xmllint -noent os-ports-binding-ext.wadl -->
<!--*******************************************************--> <!--*******************************************************-->
<!DOCTYPE application [<!ENTITY % common SYSTEM "common.ent"> <!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]> %common;]>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"

View File

@ -10,7 +10,7 @@
<!-- xmllint -noent os-ports.wadl --> <!-- xmllint -noent os-ports.wadl -->
<!--*******************************************************--> <!--*******************************************************-->
<!DOCTYPE application [<!ENTITY % common SYSTEM "common.ent"> <!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]> %common;]>
<application xmlns="http://wadl.dev.java.net/2009/02" <application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"

View File

@ -7,7 +7,7 @@
<!-- --> <!-- -->
<!-- xmllint -noent os-subnets.wadl --> <!-- xmllint -noent os-subnets.wadl -->
<!--*******************************************************--> <!--*******************************************************-->
<!DOCTYPE application [<!ENTITY % common SYSTEM "common.ent"> <!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]> %common;]>
<application xmlns="http://wadl.dev.java.net/2009/02" <application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"