- changed build to use version 4.3.29 of the C Berkeley DB Java API

- updated copyright notice year ranges to include 2005


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@350095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Vajda 2005-12-01 01:43:07 +00:00
parent 3ba5a1d9e5
commit fa24e67d6d
7 changed files with 12 additions and 12 deletions

View File

@ -5,25 +5,25 @@
Lucene DB integration
</description>
<path id="db-4.3.27">
<pathelement location="lib/db-4.3.27.jar"/>
<path id="db-4.3.29">
<pathelement location="lib/db-4.3.29.jar"/>
</path>
<available classname="com.sleepycat.db.internal.Db" property="db.jar.exists">
<classpath refid="db-4.3.27"/>
<classpath refid="db-4.3.29"/>
</available>
<pathconvert property="project.classpath"
targetos="unix"
refid="db-4.3.27"
refid="db-4.3.29"
/>
<import file="../contrib-build.xml"/>
<target name="get-db-jar" unless="db.jar.exists">
<mkdir dir="lib"/>
<get src="http://downloads.osafoundation.org/db/db-4.3.27.jar"
dest="lib/db-4.3.27.jar"
<get src="http://downloads.osafoundation.org/db/db-4.3.29.jar"
dest="lib/db-4.3.29.jar"
/>
</target>

View File

@ -1,7 +1,7 @@
package org.apache.lucene.store.db;
/**
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,7 +1,7 @@
package org.apache.lucene.store.db;
/**
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,7 +1,7 @@
package org.apache.lucene.store.db;
/**
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,7 +1,7 @@
package org.apache.lucene.store.db;
/**
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,7 +1,7 @@
package org.apache.lucene.store.db;
/**
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,7 +1,7 @@
package org.apache.lucene.store.db;
/**
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.