Some contrib build.xml didn't import contrib-build.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shai Erera 2010-07-30 12:42:19 +00:00
parent f4919e14b8
commit 4b4ecb7528
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
- bdb-je: using Berkeley DB Java Edition - bdb-je: using Berkeley DB Java Edition
</description> </description>
<import file="../contrib-build.xml"/>
<target name="bdb"> <target name="bdb">
<ant dir="bdb" /> <ant dir="bdb" />
</target> </target>