Fix broken build
Update paths to resources on github Update pom to use 1.0.6-SNAPSHOT of doctools Add .gitignore file to ignore target directory. Change-Id: I2be23f604d74b9011e617b3bda026f99d89a14dd
This commit is contained in:
parent
0b9f92cbfa
commit
ff5921f623
1
openstack-identity-api/.gitignore
vendored
Normal file
1
openstack-identity-api/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
target
|
@ -33,7 +33,7 @@
|
||||
</profiles>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<doctools.version>1.0.5-SNAPSHOT</doctools.version>
|
||||
<doctools.version>1.0.6-SNAPSHOT</doctools.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -34,13 +34,13 @@ format="SVG" scale="60"/>
|
||||
</tr>
|
||||
</thead>'>
|
||||
<!ENTITY NAMESPACE "http://docs.openstack.org/identity/api/ext/OS-KSEC2/v1.0">
|
||||
<!ENTITY CURRENTGUIDE "/home/yogi/keystone/keystone/content/admin/OS-KSEC2-admin-devguide.pdf">
|
||||
<!ENTITY CURRENTWADL "/home/yogi/keystone/keystone/content/admin/OS-KSEC2-admin.wadl">
|
||||
<!ENTITY EXTENSIONXSD "/home/yogi/keystone/keystone/content/common/xsd/OS-KSEC2-credentials.xsd">
|
||||
<!ENTITY EC2CREDENTIALSEXAMPLEXML "/home/yogi/keystone/keystone/content/common/samples/ec2Credentials.xml">
|
||||
<!ENTITY EC2CREDENTIALSEXAMPLEJSON "/home/yogi/keystone/keystone/content/common/samples/ec2Credentials.json">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEXML "/home/yogi/keystone/keystone/contrib/extensions/admin/osec2/extension.xml">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEJSON "/home/yogi/keystone/keystone/contrib/extensions/admin/osec2/extension.json">
|
||||
<!ENTITY CURRENTGUIDE "https://raw.github.com/openstack/keystone/master/keystone/content/admin/OS-KSEC2-admin-devguide.pdf">
|
||||
<!ENTITY CURRENTWADL "https://raw.github.com/openstack/keystone/master/keystone/content/admin/OS-KSEC2-admin.wadl">
|
||||
<!ENTITY EXTENSIONXSD "https://raw.github.com/openstack/keystone/master/keystone/content/common/xsd/OS-KSEC2-credentials.xsd">
|
||||
<!ENTITY EC2CREDENTIALSEXAMPLEXML "https://raw.github.com/openstack/keystone/master/keystone/content/common/samples/ec2Credentials.xml">
|
||||
<!ENTITY EC2CREDENTIALSEXAMPLEJSON "https://raw.github.com/openstack/keystone/master/keystone/content/common/samples/ec2Credentials.json">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEXML "https://raw.github.com/openstack/keystone/master/keystone/contrib/extensions/admin/osec2/extension.xml">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEJSON "https://raw.github.com/openstack/keystone/master/keystone/contrib/extensions/admin/osec2/extension.json">
|
||||
|
||||
]>
|
||||
<book xmlns="http://docbook.org/ns/docbook"
|
||||
|
@ -36,13 +36,13 @@
|
||||
<!ENTITY NAMESPACE "http://docs.rackspace.com/identity/api/ext/RAX-KSKEY/v1.0">
|
||||
<!ENTITY CURRENTGUIDE "/home/yogi/keystone/content/admin/RAX-KSKEY-admin-devguide.pdf">
|
||||
<!ENTITY EXTENSIONXSD "/home/yogi/keystone/content/service/xsd/RAX-KSKEY-credentials.xsd">
|
||||
<!ENTITY CURRENTWADL "/home/yogi/keystone/keystone/content/admin/RAX-KSKEY-admin.wadl">
|
||||
<!ENTITY APIKEYCREDENTIALSREQUESTXML "/home/yogi/keystone/keystone/content/common/samples/apikeyCredentials.xml">
|
||||
<!ENTITY APIKEYCREDENTIALSREQUESTJSON "/home/yogi/keystone/keystone/content/common/samples/apikeyCredentials.json">
|
||||
<!ENTITY APIKEYCREDENTIALSRESPONSEXML "/home/yogi/keystone/keystone/content/common/samples/auth.xml">
|
||||
<!ENTITY APIKEYCREDENTIALSRESPONSEJSON "/home/yogi/keystone/keystone/content/common/samples/auth.json">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEXML "/home/yogi/keystone/keystone/contrib/extensions/admin/raxkey/extension.xml">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEJSON "/home/yogi/keystone/keystone/contrib/extensions/admin/raxkey/extension.json">
|
||||
<!ENTITY CURRENTWADL "https://raw.github.com/openstack/keystone/master/keystone/content/admin/RAX-KSKEY-admin.wadl">
|
||||
<!ENTITY APIKEYCREDENTIALSREQUESTXML "https://raw.github.com/openstack/keystone/master/keystone/content/common/samples/apikeyCredentials.xml">
|
||||
<!ENTITY APIKEYCREDENTIALSREQUESTJSON "https://raw.github.com/openstack/keystone/master/keystone/content/common/samples/apikeyCredentials.json">
|
||||
<!ENTITY APIKEYCREDENTIALSRESPONSEXML "https://raw.github.com/openstack/keystone/master/keystone/content/common/samples/auth.xml">
|
||||
<!ENTITY APIKEYCREDENTIALSRESPONSEJSON "https://raw.github.com/openstack/keystone/master/keystone/content/common/samples/auth.json">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEXML "https://raw.github.com/openstack/keystone/master/keystone/contrib/extensions/admin/raxkey/extension.xml">
|
||||
<!ENTITY EXTENSIONQUERYRESPONSEJSON "https://raw.github.com/openstack/keystone/master/keystone/contrib/extensions/admin/raxkey/extension.json">
|
||||
|
||||
|
||||
]>
|
||||
|
Loading…
x
Reference in New Issue
Block a user