Skip to content

Commit

Permalink
Fix typos in pom.xml
Browse files Browse the repository at this point in the history
Change-Id: Ic5b0e870f7fc72689b87fe14897ee0a471d88d75
  • Loading branch information
ajaeger authored and dian4554 committed May 1, 2014
1 parent 1525267 commit 878f67e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openstack-compute-api-1.0/pom.xml
Expand Up @@ -109,7 +109,7 @@
file="${basedir}/target/docbkx/pdf/openstack-compute-api-1.0/cs-devguide.pdf"
tofile="${basedir}/target/docbkx/webhelp/trunk/openstack-compute/developer/openstack-compute-api-1.0/cs-devguide-trunk.pdf"/>

<!--Deletes leftover uneeded directories -->
<!--Deletes leftover unneeded directories -->
<delete
dir="${basedir}/target/docbkx/webhelp/openstack-compute-api-1.0"/>
</postProcess>
Expand Down
2 changes: 1 addition & 1 deletion openstack-compute-api-2/pom.xml
Expand Up @@ -123,7 +123,7 @@
<include name="**/*.wadl"/>
</fileset>
</copy>
<!--Deletes leftover uneeded directories -->
<!--Deletes leftover unneeded directories -->
<delete
dir="${basedir}/target/docbkx/webhelp/os-compute-devguide"/>
</postProcess>
Expand Down
6 changes: 3 additions & 3 deletions openstack-compute-api-2/src/os-compute-devguide.xml
Expand Up @@ -1293,17 +1293,17 @@ Host: servers.api.openstack.org/v2/</literallayout>
<programlisting language="xml"><?db-font-size 90%?><xi:include href="samples/ext-action.xml" parse="text"/></programlisting>
</example>
<example xml:id="CBSAJ">
<title>Extended action: JSON respone</title>
<title>Extended action: JSON response</title>
<programlisting language="json"><?db-font-size 90%?><xi:include href="samples/ext-action.json" parse="text"/></programlisting>
</example>
<wadl:resources
<!--<wadl:resources
xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/compute-api/src/v2/wadl/os-compute-2.wadl#extensions">
<wadl:method href="#listExtensions"/>
<wadl:method href="#getExtension"/>
</wadl:resource>
</wadl:resources>
</wadl:resources>-->
</section>
<?hard-pagebreak?>
<section xml:id="Faults-d1e1724">
Expand Down

0 comments on commit 878f67e

Please sign in to comment.