OPENJPA-2081 Upload the schema files to be viewed from our documentation web page and from the manual. Web page and manual changes to come later.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1208503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dianne E. Richards 2011-11-30 16:41:08 +00:00
parent 76cd9dfe91
commit 76b5be1691
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,14 @@
<include name="**/manual/**" />
</patternset>
</unzip>
<!-- copy schema files -->
<mkdir dir="target/site/tempDocs/apache-openjpa-${project.version}/schema"/>
<copy file="../openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/extendable-orm.xsd"
todir="target/site/tempDocs/apache-openjpa-${project.version}/schema"/>
<copy file="../openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/openjpa-orm.xsd"
todir="target/site/tempDocs/apache-openjpa-${project.version}/schema"/>
<zip destfile="target/site/tempDocs/docs.zip">
<fileset dir="target/site/tempDocs">
<include name="**/javadoc/**"/>