Modify to go to 2016.

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/sharepoint-2016/trunk@1784808 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 28edb46..88393ba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/DEPENDENCIES.txt b/DEPENDENCIES.txt
index b3d8795..f62a8c7 100644
--- a/DEPENDENCIES.txt
+++ b/DEPENDENCIES.txt
@@ -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

diff --git a/NOTICE.txt b/NOTICE.txt
index 093e68b..09e7ee1 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -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/).
diff --git a/README.txt b/README.txt
index e70a480..6361e04 100644
--- a/README.txt
+++ b/README.txt
@@ -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 @@
    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 @@
 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.
   
diff --git a/build.xml b/build.xml
index 268f210..d6030e6 100644
--- a/build.xml
+++ b/build.xml
@@ -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:
diff --git a/dist-license/DEPENDENCIES.txt b/dist-license/DEPENDENCIES.txt
index dccd058..cce1b0f 100644
--- a/dist-license/DEPENDENCIES.txt
+++ b/dist-license/DEPENDENCIES.txt
@@ -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
diff --git a/dist-license/NOTICE.txt b/dist-license/NOTICE.txt
index 33332e4..3625e23 100644
--- a/dist-license/NOTICE.txt
+++ b/dist-license/NOTICE.txt
@@ -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/).
diff --git a/dist-license/README.txt b/dist-license/README.txt
index 9d691f2..b10e984 100644
--- a/dist-license/README.txt
+++ b/dist-license/README.txt
@@ -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 @@
    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 @@
 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.