Apply Abe-san's second patch.

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1050@1628778 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 820626a..97d826a 100644
--- a/build.xml
+++ b/build.xml
@@ -92,7 +92,8 @@
     <property name="google-http-client.version" value="1.19.0"/>
     <property name="jackson-core.version" value="2.1.3"/>
     <property name="jetty-jsp-jdt.version" value="2.3.3"/>
-    
+    <property name="jetty-schemas.version" value="3.1.M0"/>
+ 
     <target name="downloaded-condition">
         <!-- Spot check a few of the dependent jars; no point including ALL of them here... -->
         <available file="lib/hsqldb-${hsqldb.version}.jar" property="hsqldb-found"/>
@@ -954,6 +955,10 @@
             <param name="artifact-name" value="jetty-jsp-jdt"/>
             <param name="artifact-type" value="jar"/>
         </antcall>
+        <antcall target="download-via-maven"><param name="project-path" value="${jetty-package}/toolchain"/><param name="artifact-version" value="${jetty-schemas.version}"/><param name="target" value="lib"/>
+            <param name="artifact-name" value="jetty-schemas"/>
+            <param name="artifact-type" value="jar"/>
+        </antcall>
     </target>
     
     <target name="download-xerces">
diff --git a/connectors/alfresco/pom.xml b/connectors/alfresco/pom.xml
index 9d1363a..2308772 100644
--- a/connectors/alfresco/pom.xml
+++ b/connectors/alfresco/pom.xml
@@ -451,6 +451,11 @@
       <artifactId>jetty-xml</artifactId>
       <version>${jetty.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.toolchain</groupId>
+      <artifactId>jetty-schemas</artifactId>
+      <version>3.1.M0</version>
+    </dependency>
 
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
@@ -504,4 +509,4 @@
     </dependency>
 
   </dependencies>
-</project>
\ No newline at end of file
+</project>