mirror of https://github.com/apache/activemq.git
Fixing build.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efef86d392
commit
e413887ee0
|
@ -502,7 +502,7 @@
|
|||
<echo>Running the XSDDoc task</echo>
|
||||
<taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" />
|
||||
<mkdir dir="${basedir}/target/site/xsddoc" />
|
||||
<xsddoc file="${basedir}/target/xbean/activemq.xsd" out="${basedir}/target/site/xsddoc" doctitle="Apache ActiveMQ XML Schema Reference" header="<a href='http://activemq.apache.org/'>Apache ActiveMQ</a>" footer="Copyright 2007 (c) the <a href='http://www.apache.org/'>Apache Software Foundation</a>" verbose="false" />
|
||||
<xsddoc file="${basedir}/src/main/resources/activemq.xsd" out="${basedir}/target/site/xsddoc" doctitle="Apache ActiveMQ XML Schema Reference" header="<a href='http://activemq.apache.org/'>Apache ActiveMQ</a>" footer="Copyright 2007 (c) the <a href='http://www.apache.org/'>Apache Software Foundation</a>" verbose="false" />
|
||||
<!--
|
||||
css="${basedir}/../etc/css/stylesheet.css"
|
||||
-->
|
||||
|
@ -588,11 +588,11 @@
|
|||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>${basedir}/target/xbean/activemq.xsd</file>
|
||||
<file>${basedir}/src/main/resources/activemq.xsd</file>
|
||||
<type>xsd</type>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>${basedir}/target/xbean/activemq.xsd.html</file>
|
||||
<file>${basedir}/src/main/resources/activemq.xsd.html</file>
|
||||
<type>xsd.html</type>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
|
|
Loading…
Reference in New Issue