You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/10/02 18:37:12 UTC

svn commit: r1629013 - in /manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript: ./ build.xml test-materials-proprietary/ test-materials-proprietary/README.txt

Author: kwright
Date: Thu Oct  2 16:37:12 2014
New Revision: 1629013

URL: http://svn.apache.org/r1629013
Log:
Get rid of build.xml stuff that was obviously from the other Alfresco connector

Added:
    manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/
    manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt   (with props)
Modified:
    manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/   (props changed)
    manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml

Propchange: manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Oct  2 16:37:12 2014
@@ -0,0 +1,2 @@
+build
+target

Modified: manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml?rev=1629013&r1=1629012&r2=1629013&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml Thu Oct  2 16:37:12 2014
@@ -41,48 +41,6 @@
         <echo message="Alfresco Connector integration tests cannot be be performed without alfresco.war"/>
     </target>
 
-    <path id="connector-classpath">
-        <path refid="mcf-connector-build.connector-classpath"/>
-        <fileset dir="lib-proprietary" includes="*.jar"/>
-        <fileset dir="../../lib">
-            <include name="axis*.jar"/>	
-            <include name="saaj*.jar"/>	
-            <include name="commons-discovery*.jar"/>
-            <include name="jaxrpc*.jar"/>
-            <include name="mail*.jar"/>
-            <include name="opensaml*.jar"/>
-            <include name="wsdl4j*.jar"/>
-            <include name="wss4j*.jar"/>
-            <!--include name="xalan*.jar"/-->
-            <!--include name="xercesImpl*.jar"/-->
-            <include name="xmlsec*.jar"/>
-        </fileset>
-    </path>
-
-    <path id="connector-test-classpath">
-        <path refid="mcf-connector-build.connector-test-classpath"/>
-        <fileset file="../../lib/h2*.jar"/>
-    </path>
-    
-    <target name="lib" depends="mcf-connector-build.lib,precompile-check" if="canBuild">
-        <mkdir dir="dist/lib"/>
-        <copy todir="dist/lib">
-            <fileset dir="../../lib">
-                <include name="axis*.jar"/>	
-                <include name="saaj*.jar"/>	
-                <include name="commons-discovery*.jar"/>
-                <include name="jaxrpc*.jar"/>
-                <include name="mail*.jar"/>
-                <include name="opensaml*.jar"/>
-                <include name="wsdl4j*.jar"/>
-                <include name="wss4j*.jar"/>
-                <!--include name="xalan*.jar"/-->
-                <!--include name="xercesImpl*.jar"/-->
-                <include name="xmlsec*.jar"/>
-            </fileset>
-        </copy>
-    </target>
-
     <target name="build-test-materials" depends="pretest-check" if="canTest">
         <mkdir dir="build/alfresco-war"/>
         <copy todir="build/alfresco-war">
@@ -92,10 +50,4 @@
         </copy>
     </target>
 
-    <target name="download-cleanup">
-        <delete>
-            <fileset dir="lib-proprietary" excludes="README*.txt"/>
-        </delete>
-    </target>
-
 </project>

Added: manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt?rev=1629013&view=auto
==============================================================================
--- manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt (added)
+++ manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt Thu Oct  2 16:37:12 2014
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+To test this connector, copy the alfresco.war, including h2 support, into this
+directory, and use the "ant test" target for the standard ant build.  You can read more
+about the process on the "how-to-build-and-deploy.html" documentation page.

Propchange: manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/test-materials-proprietary/README.txt
------------------------------------------------------------------------------
    svn:keywords = Id