moved docs, javadocs, and downloads output to openjpa-project, since it looks like trunk isn't including the top-level target/site dir anymore

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@679594 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2008-07-24 22:41:36 +00:00
parent 1111ee16ff
commit 0ed72e477a
2 changed files with 13 additions and 13 deletions

View File

@ -65,7 +65,7 @@
<outputDirectory>docs/manual</outputDirectory> <outputDirectory>docs/manual</outputDirectory>
</fileSet> </fileSet>
<fileSet> <fileSet>
<directory>../target/site/apidocs</directory> <directory>target/site/apidocs</directory>
<outputDirectory>docs/javadoc</outputDirectory> <outputDirectory>docs/javadoc</outputDirectory>
</fileSet> </fileSet>
<fileSet> <fileSet>

View File

@ -52,7 +52,7 @@
<openjpa.assembly.finalName> <openjpa.assembly.finalName>
${artifactId}-${version}</openjpa.assembly.finalName> ${artifactId}-${version}</openjpa.assembly.finalName>
<openjpa.assembly.outputDirectory> <openjpa.assembly.outputDirectory>
${project.basedir}/../target/site/downloads ${project.basedir}/target/site/downloads
</openjpa.assembly.outputDirectory> </openjpa.assembly.outputDirectory>
<openjpa.assembly.binarySuffix>binary</openjpa.assembly.binarySuffix> <openjpa.assembly.binarySuffix>binary</openjpa.assembly.binarySuffix>
@ -72,7 +72,7 @@
</openjpa.assembly.sourceFile> </openjpa.assembly.sourceFile>
<parent.site.docs> <parent.site.docs>
${project.basedir}/../target/site/docs ${project.basedir}/target/site/docs
</parent.site.docs> </parent.site.docs>
<docbook.source>${project.basedir}/src/doc/manual</docbook.source> <docbook.source>${project.basedir}/src/doc/manual</docbook.source>