You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by pi...@apache.org on 2013/03/27 13:05:35 UTC

svn commit: r1461543 - in /manifoldcf/trunk: CHANGES.txt build.xml

Author: piergiorgio
Date: Wed Mar 27 12:05:35 2013
New Revision: 1461543

URL: http://svn.apache.org/r1461543
Log:
updated the URL for retrieving xmlsec, opensaml and wss4j (CONNECTORS-666)

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1461543&r1=1461542&r2=1461543&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Mar 27 12:05:35 2013
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 1.2-dev =====================
 
+CONNECTORS-666: Ant build broken
+(Piergiorgio Lucidi)
+
 CONNECTORS-644: Add support for Livelink SSL connections via LAPI.
 (David Morana, Karl Wright)
 

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1461543&r1=1461542&r2=1461543&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Wed Mar 27 12:05:35 2013
@@ -3397,7 +3397,7 @@ Use Apache Forrest version forrest-0.9-d
     <target name="download-opensaml">
         <!-- http://maven.alfresco.com/nexus/content/groups/public/opensaml/opensaml/1.1b/opensaml-1.1b.jar -->
         <!-- This dependency is for alfresco, so we use the jar alfresco has -->
-        <get src="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.2c/root/projects/3rd-party/lib/opensaml-1.0.1.jar" dest="lib/opensaml.jar"/>
+        <get src="http://mirrors.ibiblio.org/maven2/xfire/opensaml/1.0.1/opensaml-1.0.1.jar" dest="lib/opensaml.jar"/>
     </target>
     
     <target name="download-osgi">
@@ -3468,7 +3468,7 @@ Use Apache Forrest version forrest-0.9-d
     
     <target name="download-wss4j">
         <!-- This dependency is for alfresco, so download their patched jar from their svn -->
-        <get src="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.2c/root/projects/3rd-party/lib/wss4j-1.5.4-patched.jar" dest="lib/wss4j.jar"/>
+        <get src="https://maven.alfresco.com/nexus/content/groups/public/org/apache/ws/security/wss4j/1.5.4-patched/wss4j-1.5.4-patched.jar" dest="lib/wss4j.jar"/>
     </target>
     
     <target name="download-xmlgraphics-commons">
@@ -3493,7 +3493,7 @@ Use Apache Forrest version forrest-0.9-d
     
     <target name="download-xmlsec">
         <!-- Alfresco dependency, so resolve it from alfresco svn -->
-        <get src="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.2c/root/projects/3rd-party/lib/xmlsec-1.4.1.jar" dest="lib/xmlsec.jar"/>
+        <get src="http://repo1.maven.org/maven2/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.jar" dest="lib/xmlsec.jar"/>
     </target>
     
     <target name="download-xml-apis">