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:
Sebastian Bazley 2007-03-08 01:11:39 +00:00
parent 7099f70d9a
commit a2d0da041d
3 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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