Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25A37EE8D for ; Sun, 10 Feb 2013 22:55:55 +0000 (UTC) Received: (qmail 99747 invoked by uid 500); 10 Feb 2013 22:55:55 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 99688 invoked by uid 500); 10 Feb 2013 22:55:55 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 99630 invoked by uid 99); 10 Feb 2013 22:55:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2013 22:55:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2013 22:55:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F41F62388ADA; Sun, 10 Feb 2013 22:55:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1444628 [2/2] - in /manifoldcf/trunk: ./ connectors/rss/ connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler... Date: Sun, 10 Feb 2013 22:55:31 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130210225531.F41F62388ADA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java?rev=1444628&r1=1444627&r2=1444628&view=diff ============================================================================== --- manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java (original) +++ manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java Sun Feb 10 22:55:30 2013 @@ -389,7 +389,7 @@ public class WikiConnector extends org.a // sessionid="17ab96bd8ffbe8ca58a78657a918558e" // /> // - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiLoginAPIContext c = new WikiLoginAPIContext(x,result); x.setContext(c); try { @@ -541,7 +541,7 @@ public class WikiConnector extends org.a // sessionid="17ab96bd8ffbe8ca58a78657a918558e" // /> // - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiTokenLoginAPIContext c = new WikiTokenLoginAPIContext(x,result); x.setContext(c); try { @@ -1890,7 +1890,7 @@ public class WikiConnector extends org.a throws ManifoldCFException, ServiceInterruption { // Parse the document. This will cause various things to occur, within the instantiated XMLContext class. - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiCheckAPIContext c = new WikiCheckAPIContext(x); x.setContext(c); try @@ -2268,7 +2268,7 @@ public class WikiConnector extends org.a throws ManifoldCFException, ServiceInterruption { // Parse the document. This will cause various things to occur, within the instantiated XMLContext class. - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiListPagesAPIContext c = new WikiListPagesAPIContext(x,buffer,startPageTitle); x.setContext(c); try @@ -2635,7 +2635,7 @@ public class WikiConnector extends org.a throws ManifoldCFException, ServiceInterruption { // Parse the document. This will cause various things to occur, within the instantiated XMLContext class. - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiGetDocURLsAPIContext c = new WikiGetDocURLsAPIContext(x,urls); x.setContext(c); try @@ -2957,7 +2957,7 @@ public class WikiConnector extends org.a throws ManifoldCFException, ServiceInterruption { // Parse the document. This will cause various things to occur, within the instantiated XMLContext class. - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiGetTimestampAPIContext c = new WikiGetTimestampAPIContext(x,versions); x.setContext(c); try @@ -3290,7 +3290,7 @@ public class WikiConnector extends org.a // // // - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiGetNamespacesAPIContext c = new WikiGetNamespacesAPIContext(x,namespaces); x.setContext(c); try @@ -3710,7 +3710,7 @@ public class WikiConnector extends org.a // // - XMLStream x = new XMLStream(); + XMLStream x = new XMLStream(false); WikiGetDocInfoAPIContext c = new WikiGetDocInfoAPIContext(x); x.setContext(c); try Modified: manifoldcf/trunk/mvn-bootstrap.bat URL: http://svn.apache.org/viewvc/manifoldcf/trunk/mvn-bootstrap.bat?rev=1444628&r1=1444627&r2=1444628&view=diff ============================================================================== --- manifoldcf/trunk/mvn-bootstrap.bat (original) +++ manifoldcf/trunk/mvn-bootstrap.bat Sun Feb 10 22:55:30 2013 @@ -14,8 +14,6 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF rem See the License for the specific language governing permissions and rem limitations under the License. -cmd /c mvn install:install-file -Dfile=lib/xercesImpl.jar -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1-mcf-1 -Dpackaging=jar - cmd /c mvn install:install-file -Dfile=lib/opensaml.jar -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar cmd /c mvn install:install-file -Dfile=lib/xmlsec.jar -DgroupId=xml-security -DartifactId=xmlsec -Dversion=1.4.1 -Dpackaging=jar Modified: manifoldcf/trunk/mvn-bootstrap.sh URL: http://svn.apache.org/viewvc/manifoldcf/trunk/mvn-bootstrap.sh?rev=1444628&r1=1444627&r2=1444628&view=diff ============================================================================== --- manifoldcf/trunk/mvn-bootstrap.sh (original) +++ manifoldcf/trunk/mvn-bootstrap.sh Sun Feb 10 22:55:30 2013 @@ -21,8 +21,6 @@ # Created: Wednesday, September 21 2011 by Alex Ott # -mvn install:install-file -Dfile=lib/xercesImpl.jar -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1-mcf-1 -Dpackaging=jar - mvn install:install-file -Dfile=lib/opensaml.jar -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar mvn install:install-file -Dfile=lib/xmlsec.jar -DgroupId=xml-security -DartifactId=xmlsec -Dversion=1.4.1 -Dpackaging=jar Modified: manifoldcf/trunk/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1444628&r1=1444627&r2=1444628&view=diff ============================================================================== --- manifoldcf/trunk/pom.xml (original) +++ manifoldcf/trunk/pom.xml Sun Feb 10 22:55:30 2013 @@ -53,7 +53,7 @@ 1.0 2.6 2.7.1 - 2.9.1-mcf-1 + 2.10.0 1.2.4 2.5 1.2