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 2017/02/28 20:39:47 UTC

svn commit: r1784808 - in /manifoldcf/integration/sharepoint-2016/trunk: CHANGES.txt DEPENDENCIES.txt NOTICE.txt README.txt build.xml dist-license/DEPENDENCIES.txt dist-license/NOTICE.txt dist-license/README.txt

Author: kwright
Date: Tue Feb 28 20:39:47 2017
New Revision: 1784808

URL: http://svn.apache.org/viewvc?rev=1784808&view=rev
Log:
Modify to go to 2016.

Modified:
    manifoldcf/integration/sharepoint-2016/trunk/CHANGES.txt
    manifoldcf/integration/sharepoint-2016/trunk/DEPENDENCIES.txt
    manifoldcf/integration/sharepoint-2016/trunk/NOTICE.txt
    manifoldcf/integration/sharepoint-2016/trunk/README.txt
    manifoldcf/integration/sharepoint-2016/trunk/build.xml
    manifoldcf/integration/sharepoint-2016/trunk/dist-license/DEPENDENCIES.txt
    manifoldcf/integration/sharepoint-2016/trunk/dist-license/NOTICE.txt
    manifoldcf/integration/sharepoint-2016/trunk/dist-license/README.txt

Modified: manifoldcf/integration/sharepoint-2016/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/CHANGES.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/CHANGES.txt Tue Feb 28 20:39:47 2017
@@ -1,9 +1,7 @@
-Apache ManifoldCF Plugin for SharePoint 2013 change Log
+Apache ManifoldCF Plugin for SharePoint 2016 change Log
 $Id$
 
-======================= 0.2-dev =====================
-
-======================= 0.1 =====================
+======================= 0.1-dev =====================
 
 Initial commit.
 (Karl Wright)

Modified: manifoldcf/integration/sharepoint-2016/trunk/DEPENDENCIES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/DEPENDENCIES.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/DEPENDENCIES.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/DEPENDENCIES.txt Tue Feb 28 20:39:47 2017
@@ -1,10 +1,10 @@
-Apache ManifoldCF Plugin for SharePoint 2013 requires
+Apache ManifoldCF Plugin for SharePoint 2016 requires
 ----------------------------------------------------
-* JRE 1.5 or above
+* JRE 1.7 or above
 * .NET Framework 1.0, .NET Framework 3.0, and .NET Framework 4.5
-* Microsoft.SharePoint.dll for SharePoint version 5.0 (2013)
+* Microsoft.SharePoint.dll for SharePoint version 6.0 (2016)
 
-For building Apache ManifoldCF SharePoint 2013 Plugin:
+For building Apache ManifoldCF SharePoint 2016 Plugin:
 ----------------------------------------------------
 
 * See README.txt

Modified: manifoldcf/integration/sharepoint-2016/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/NOTICE.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/NOTICE.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/NOTICE.txt Tue Feb 28 20:39:47 2017
@@ -1,5 +1,5 @@
-Apache ManifoldCF Plugin for SharePoint 2013 
-Copyright 2013-2014 The Apache Software Foundation
+Apache ManifoldCF Plugin for SharePoint 2016 
+Copyright 2016-2017 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: manifoldcf/integration/sharepoint-2016/trunk/README.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/README.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/README.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/README.txt Tue Feb 28 20:39:47 2017
@@ -14,23 +14,23 @@
 # limitations under the License.
 
 
-Instructions for Building Apache ManifoldCF Plugin for SharePoint 2013 from Source
+Instructions for Building Apache ManifoldCF Plugin for SharePoint 2016 from Source
 -------------------------------------------------------------------------------
 
 This source MUST be built on a Windows system.
 
 1. Make sure you have .NET Framework 1.0, .NET Framework 3.0, and .NET Framework 4.5 installed.
 
-2. Place the Microsoft SharePoint 2013 dll in the right place.  You can take this file
+2. Place the Microsoft SharePoint 2016 dll in the right place.  You can take this file
    from C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\UserCode\assemblies.
    There are several places that will work.  The preferred place is:
    
    C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.SharePoint.dll
    
-3. Download the Java SE 5 JDK (Java Development Kit), or greater, from http://www.oracle.com/technetwork/java/index.html.
+3. Download the Java SE 7 JDK (Java Development Kit), or greater, from http://www.oracle.com/technetwork/java/index.html.
    You will need the JDK installed, and the %JAVA_HOME%\bin directory included
    on your command path.  To test this, issue a "java -version" command from your
-   shell and verify that the Java version is 1.5 or greater.
+   shell and verify that the Java version is 1.7 or greater.
 
 4. Download the Apache Ant binary distribution (1.7.0 or greater) from http://ant.apache.org.
    You will need Ant installed and the %ANT_HOME%\bin directory included on your
@@ -41,16 +41,16 @@ This source MUST be built on a Windows s
    build.xml file), and type "ant" for directions.
 
 
-Some Files Included In Apache ManifoldCF Plugin for SharePoint 2013 Distributions
+Some Files Included In Apache ManifoldCF Plugin for SharePoint 2016 Distributions
 ------------------------------------------------------------------------------
 
 dist/MetaCarta.SharePoint.MCPermissionsService.wsp
-  The Apache ManifoldCF Plugin for SharePoint 2013 assembly.
+  The Apache ManifoldCF Plugin for SharePoint 2016 assembly.
 
 Licensing
 ---------
 
-Apache ManifoldCF SharePoint 2013 Plugin is licensed under the
+Apache ManifoldCF SharePoint 2016 Plugin is licensed under the
 Apache License 2.0. See the files called LICENSE.txt and NOTICE.txt
 for more information.
 
@@ -79,7 +79,7 @@ code and source code.
 The following provides more details on the included software that
 may be subject to export controls on cryptographic software:
 
-  The Apache ManifoldCF Plugin for SharePoint 2013 
+  The Apache ManifoldCF Plugin for SharePoint 2016 
   does not include any implementation or usage of cryptographic software
   at this time.
   

Modified: manifoldcf/integration/sharepoint-2016/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/build.xml?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/build.xml (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/build.xml Tue Feb 28 20:39:47 2017
@@ -15,11 +15,11 @@
  limitations under the License.
 -->
 
-<project name="mcf-sharepoint-2013-plugin" default="help">
+<project name="mcf-sharepoint-2016-plugin" default="help">
 
     <target name="clean">
         <delete>
-	<fileset dir="." includes="apache-manifoldcf-sharepoint-2013-plugin-*"/>
+	<fileset dir="." includes="apache-manifoldcf-sharepoint-2016-plugin-*"/>
         </delete>
         <delete file="webservice/Package/*.wsp"/>
         <delete file="webservice/setup.inf"/>
@@ -57,8 +57,8 @@
     </target>
       
     <target name="create-source-zip" depends="set-version">
-      <zip destfile="apache-manifoldcf-sharepoint-2013-plugin-${release-version}-src.zip" update="false">
-        <zipfileset dir="." prefix="apache-manifoldcf-sharepoint-2013-plugin-${release-version}">
+      <zip destfile="apache-manifoldcf-sharepoint-2016-plugin-${release-version}-src.zip" update="false">
+        <zipfileset dir="." prefix="apache-manifoldcf-sharepoint-2016-plugin-${release-version}">
           <exclude name="/wsdls/Permissions.wsdl"/>
           <exclude name="/webservice/Web References/SPPermissionsService/Permissions.wsdl"/>
           <exclude name="/webservice/Package/*.wsp"/>
@@ -67,14 +67,14 @@
           <exclude name="/webservice/setup.rpt"/>
           <exclude name="/webservice/obj/"/>
           <exclude name="/dist/"/>
-          <exclude name="/apache-manifoldcf-sharepoint-2013-plugin-*"/>
+          <exclude name="/apache-manifoldcf-sharepoint-2016-plugin-*"/>
         </zipfileset>
       </zip>
     </target>
       
     <target name="create-source-tar" depends="set-version">
-      <tar destfile="apache-manifoldcf-sharepoint-2013-plugin-${release-version}-src.tar.gz" compression="gzip" longfile="gnu">
-        <tarfileset dir="." prefix="apache-manifoldcf-sharepoint-2013-plugin-${release-version}">
+      <tar destfile="apache-manifoldcf-sharepoint-2016-plugin-${release-version}-src.tar.gz" compression="gzip" longfile="gnu">
+        <tarfileset dir="." prefix="apache-manifoldcf-sharepoint-2016-plugin-${release-version}">
           <exclude name="/wsdls/Permissions.wsdl"/>
           <exclude name="/webservice/Web References/SPPermissionsService/Permissions.wsdl"/>
           <exclude name="/webservice/Package/*.wsp"/>
@@ -83,21 +83,21 @@
           <exclude name="/webservice/setup.rpt"/>
           <exclude name="/webservice/obj/"/>
           <exclude name="/dist/"/>
-          <exclude name="/apache-manifoldcf-sharepoint-2013-plugin-*"/>
+          <exclude name="/apache-manifoldcf-sharepoint-2016-plugin-*"/>
         </tarfileset>
       </tar>
     </target>
 
     <target name="create-bin-zip" depends="build,set-version">
-      <zip destfile="apache-manifoldcf-sharepoint-2013-plugin-${release-version}-bin.zip" update="false">
-        <zipfileset dir="dist" prefix="apache-manifoldcf-sharepoint-2013-plugin-${release-version}">
+      <zip destfile="apache-manifoldcf-sharepoint-2016-plugin-${release-version}-bin.zip" update="false">
+        <zipfileset dir="dist" prefix="apache-manifoldcf-sharepoint-2016-plugin-${release-version}">
         </zipfileset>
       </zip>
     </target>
       
     <target name="create-bin-tar" depends="build,set-version">
-      <tar destfile="apache-manifoldcf-sharepoint-2013-plugin-${release-version}-bin.tar.gz" compression="gzip" longfile="gnu">
-        <tarfileset dir="dist" prefix="apache-manifoldcf-sharepoint-2013-plugin-${release-version}">
+      <tar destfile="apache-manifoldcf-sharepoint-2016-plugin-${release-version}-bin.tar.gz" compression="gzip" longfile="gnu">
+        <tarfileset dir="dist" prefix="apache-manifoldcf-sharepoint-2016-plugin-${release-version}">
         </tarfileset>
       </tar>
     </target>
@@ -106,7 +106,7 @@
 
     <target name="help">
         <echo level="info">
-Apache ManifoldCF SharePoint 2013 Plugin build file.  Use this
+Apache ManifoldCF SharePoint 2016 Plugin build file.  Use this
 file to build the plugin distributables.
 
 Useful targets are:

Modified: manifoldcf/integration/sharepoint-2016/trunk/dist-license/DEPENDENCIES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/dist-license/DEPENDENCIES.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/dist-license/DEPENDENCIES.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/dist-license/DEPENDENCIES.txt Tue Feb 28 20:39:47 2017
@@ -1,8 +1,8 @@
-Apache ManifoldCF Plugin for SharePoint 2013 requires
+Apache ManifoldCF Plugin for SharePoint 2016 requires
 ----------------------------------------------------
-* Microsoft SharePoint version 5.0 (2013)
+* Microsoft SharePoint version 6.0 (2016)
 
-For running Apache ManifoldCF Plugin for SharePoint 2013:
+For running Apache ManifoldCF Plugin for SharePoint 2016:
 -------------------------------------------------------
 
 * See README.txt

Modified: manifoldcf/integration/sharepoint-2016/trunk/dist-license/NOTICE.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/dist-license/NOTICE.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/dist-license/NOTICE.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/dist-license/NOTICE.txt Tue Feb 28 20:39:47 2017
@@ -1,5 +1,5 @@
-Apache ManifoldCF Plugin for SharePoint 2013
-Copyright 2013-2014 The Apache Software Foundation
+Apache ManifoldCF Plugin for SharePoint 2016
+Copyright 2016-2017 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: manifoldcf/integration/sharepoint-2016/trunk/dist-license/README.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2016/trunk/dist-license/README.txt?rev=1784808&r1=1784807&r2=1784808&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2016/trunk/dist-license/README.txt (original)
+++ manifoldcf/integration/sharepoint-2016/trunk/dist-license/README.txt Tue Feb 28 20:39:47 2017
@@ -14,13 +14,14 @@
 # limitations under the License.
 
 
-Instructions for running Apache ManifoldCF Plugin for SharePoint 2013
+Instructions for running Apache ManifoldCF Plugin for SharePoint 2016
 ------------------------------------------------------------------
 
 This web service is deployed using the SharePoint stsadm utility.  There are several included batch files: setup.bat (for first-time installation),
 and upgrade.bat (for subsequent installations).  There is also a remove.bat, in case there is a need to uninstall the web service.
 
-Note: This web service is only functional on SharePoint 5.0 (2013) systems.  Do not install on SharePoint 2.0 (2003), 3.0 (2007), or 4.0 (2010) systems.
+Note: This web service is only functional on SharePoint 6.0 (2016) systems.  Do not install on SharePoint 2.0 (2003), 3.0 (2007), 4.0 (2010),
+or 5.0 (2013) systems.
 
 
 First-time installation
@@ -55,16 +56,16 @@ Remove an installation
    modify the remove.bat file first for it to be able to locate stsadm.exe.
 
 
-Some files included in Apache ManifoldCF Plugin for SharePoint 2013 distributions
+Some files included in Apache ManifoldCF Plugin for SharePoint 2016 distributions
 -----------------------------------------------------------------------------
 
 dist/MetaCarta.SharePoint.MCPermissionsService.wsp
-  The Apache ManifoldCF Plugin for SharePoint 2013 assembly.
+  The Apache ManifoldCF Plugin for SharePoint 2016 assembly.
 
 Licensing
 ---------
 
-Apache ManifoldCF Plugin for SharePoint 2013 is licensed under the
+Apache ManifoldCF Plugin for SharePoint 2016 is licensed under the
 Apache License 2.0. See the files called LICENSE.txt and NOTICE.txt
 for more information.
 
@@ -93,7 +94,7 @@ code and source code.
 The following provides more details on the included software that
 may be subject to export controls on cryptographic software:
 
-  The Apache ManifoldCF Plugin for SharePoint 2013
+  The Apache ManifoldCF Plugin for SharePoint 2016
   does not include any implementation or usage of cryptographic software
   at this time.