mirror of https://github.com/apache/jmeter.git
Move documentation jars to lib/doc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@515874 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 68763a0607
This commit is contained in:
parent
7099f70d9a
commit
a2d0da041d
|
|
@ -35,5 +35,7 @@ xalan.jar = ${lib.dir}/xalan.jar
|
|||
xerces.jar = ${lib.dir}/xercesImpl.jar
|
||||
xml-apis.jar = ${lib.dir}/xml-apis.jar
|
||||
|
||||
# The following jar is only needed for source distributions
|
||||
velocity.jar = ${lib.dir}/velocity-1.4.jar
|
||||
# The following jars are only needed for source distributions
|
||||
# They are used for building the documentation
|
||||
jdom-b9.jar = ${lib.doc}/jdom-b9.jar
|
||||
velocity.jar = ${lib.doc}/velocity-1.4.jar
|
||||
14
build.xml
14
build.xml
|
|
@ -250,13 +250,13 @@
|
|||
<property name="dest.docs" value="docs"/>
|
||||
<property name="dest.printable_docs" value="printable_docs"/>
|
||||
|
||||
<!-- Directory where these 3rd party libraries will live -->
|
||||
<!-- Directory where jars needed for creating documentation live -->
|
||||
<property name="lib.doc" value="lib/doc"/>
|
||||
|
||||
<!-- Directory where these 3rd party libraries live -->
|
||||
<property name="lib.dir" value="lib"/>
|
||||
|
||||
<!-- Currently just for old version of jdom needed for Anakia -->
|
||||
<property name="legacy.dir" value="legacy"/>
|
||||
|
||||
<!-- Directory where Optional 3rd party libraries will live -->
|
||||
<!-- Directory where Optional 3rd party libraries live -->
|
||||
<property name="lib.opt" value="lib/opt"/>
|
||||
|
||||
<!-- Other stuff -->
|
||||
|
|
@ -372,7 +372,7 @@
|
|||
<!-- Anakia classpath -->
|
||||
<path id="anakia.classpath">
|
||||
<pathelement location="${velocity.jar}"/>
|
||||
<fileset dir="${legacy.dir}" includes="jdom-b9.jar"/>
|
||||
<pathelement location="${jdom-b9.jar}"/>
|
||||
<pathelement location="${commons-collections.jar}"/>
|
||||
<pathelement location="${logkit.jar}"/>
|
||||
</path>
|
||||
|
|
@ -1111,7 +1111,7 @@ some of its classes - at present JMeter can only run from jar files.
|
|||
<patternset refid="dist.sources"/>
|
||||
<include name="${dest.docs}/api/**"/>
|
||||
<include name="${velocity.jar}"/>
|
||||
<include name="${legacy.dir}/"/>
|
||||
<include name="${jdom-b9.jar}/"/>
|
||||
</patternset>
|
||||
|
||||
<!-- Invoke with -Djmeter.version=m.n
|
||||
|
|
|
|||
Loading…
Reference in New Issue