blob: 4a383d49658a488ab3d8bdd27960281f8b048999 [file] [log] [blame]
<!--
* Copyright 2001-2009 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/ -->
<assembly>
<id>docs</id>
<formats>
<format>tar.gz</format>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${basedir}/devguide/target/docbook/publish/en-US</directory>
<outputDirectory>devguide</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/userguide/target/docbook/publish/en-US</directory>
<outputDirectory>userguide</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/db</directory>
<outputDirectory>db</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/uddi3-specification</directory>
<includes>
<include>*.pdf</include>
<include>*.txt</include>
</includes>
<outputDirectory>uddi3-specification</outputDirectory>
</fileSet>
</fileSets>
</assembly>