mirror of https://github.com/apache/lucene.git
- Switched from 'jakarta-site2' to 'site'. This requires 'site' to be
checked out 3 levels higher. For example: /home/otis/dev/repos/lucene/java/trunk /home/otis/dev/repos/site git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@157220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
510e6b2c45
commit
178eb28900
|
@ -33,7 +33,7 @@
|
|||
|
||||
<property name="javacc.home" location="."/>
|
||||
|
||||
<property name="jakarta.site2.home" location="../jakarta-site2"/>
|
||||
<property name="asf.site.home" location="../../../site"/>
|
||||
|
||||
<property name="junit.output.dir" location="${build.dir}/test"/>
|
||||
<property name="junit.reports" location="${build.dir}/test/reports"/>
|
||||
|
@ -84,7 +84,7 @@
|
|||
</path>
|
||||
|
||||
<path id="anakia.classpath">
|
||||
<fileset dir="${jakarta.site2.home}/lib">
|
||||
<fileset dir="${asf.site.home}/lib">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</path>
|
||||
|
@ -380,7 +380,7 @@
|
|||
<target name="prepare-error" depends="docs-prepare" unless="AnakiaTask.present">
|
||||
<echo>
|
||||
AnakiaTask is not present! Please check to make sure that
|
||||
you have jakarta.site2.home set correctly.
|
||||
you have asf.site.home set correctly.
|
||||
</echo>
|
||||
</target>
|
||||
|
||||
|
@ -400,7 +400,7 @@
|
|||
excludes="**/stylesheets/** empty.xml"
|
||||
includes="**/*.xml"
|
||||
lastModifiedCheck="true"
|
||||
templatePath="${jakarta.site2.home}/xdocs/stylesheets"
|
||||
templatePath="${asf.site.home}/xdocs/stylesheets"
|
||||
/>
|
||||
|
||||
<copy todir="docs/images" filtering="no">
|
||||
|
|
Loading…
Reference in New Issue