minor formatting for openbooks pom.xml

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-11-30 15:26:25 +00:00
parent 2ef2640092
commit 9377aa5ce5
1 changed files with 4 additions and 8 deletions

View File

@ -170,12 +170,9 @@
<target name="generate-source" />
</ant>
<copy todir="${basedir}/target">
<fileset dir="${basedir}"
includes="index.html"/>
<fileset dir="${basedir}"
includes="*.txt"/>
<fileset dir="${basedir}"
includes="run.*"/>
<fileset dir="${basedir}" includes="index.html"/>
<fileset dir="${basedir}" includes="*.txt"/>
<fileset dir="${basedir}" includes="run.*"/>
</copy>
</tasks>
</configuration>
@ -224,8 +221,7 @@
<echo>Launching OpenBooks</echo>
<property name="openjpa.version" value="${project.version}" />
<property name="maven.repos" value="${settings.localRepository}" />
<ant antfile="run.xml"
dir="${basedir}/target">
<ant antfile="run.xml" dir="${basedir}/target">
<target name="run" />
</ant>
</tasks>