You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2003/12/05 04:49:59 UTC

svn commit: rev 1356 - incubator/directory/ldap/trunk/snacc-provider

Author: akarasulu
Date: Thu Dec  4 19:49:58 2003
New Revision: 1356

Modified:
   incubator/directory/ldap/trunk/snacc-provider/build.xml
Log:
Fixed maven ant build generation to also consider secondary repository
at sf.net for the soon to be removed snacc jar.


Modified: incubator/directory/ldap/trunk/snacc-provider/build.xml
==============================================================================
--- incubator/directory/ldap/trunk/snacc-provider/build.xml	(original)
+++ incubator/directory/ldap/trunk/snacc-provider/build.xml	Thu Dec  4 19:49:58 2003
@@ -99,7 +99,7 @@
   <target name="get-deps" unless="noget" depends="init">
     <get dest="${libdir}/ldap-common-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//directory/jars/ldap-common-SNAPSHOT.jar">
     </get>
-    <get dest="${libdir}/snacc-2.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//snacc4j/jars/snacc-2.3.jar">
+    <get dest="${libdir}/snacc-2.3.jar" usetimestamp="true" ignoreerrors="true" src="http://ldapd.sourceforge.net/maven/repository/snacc4j/jars/snacc-2.3.jar">
     </get>
     <get dest="${libdir}/commons-collections-2.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//commons-collections/jars/commons-collections-2.1.jar">
     </get>