Changing pom file again to copy wadl to a different directory

Change-Id: I9926568ede2d8a664ab67c671549babc56cfa6b9
This commit is contained in:
annegentle 2012-02-14 09:34:54 -06:00
parent 243f25b30c
commit 582f1f1fec

View File

@ -138,7 +138,7 @@
</copy>
<!-- Copies wadl to a folder -->
<copy todir="${basedir}/target/docbkx/webhelp/api/openstack-compute/1.1/wadl/">
<copy todir="${basedir}/target/docbkx/webhelp/api/openstack-compute/1.1/">
<fileset dir="${basedir}/src/">
<include name="**/*.wadl" />
</fileset>