mirror of https://github.com/apache/openjpa.git
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:
parent
76cd9dfe91
commit
76b5be1691
|
@ -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/**"/>
|
||||
|
|
Loading…
Reference in New Issue