Author: kwright
Date: Wed Jun 10 05:58:40 2020
New Revision: 1878699
URL: http://svn.apache.org/viewvc?rev=1878699&view=rev
Log:
First attempt at setting up Sharepoint-2019 plugin
Modified:
manifoldcf/integration/sharepoint-2019/trunk/CHANGES.txt
manifoldcf/integration/sharepoint-2019/trunk/DEPENDENCIES.txt
manifoldcf/integration/sharepoint-2019/trunk/NOTICE.txt
manifoldcf/integration/sharepoint-2019/trunk/README.txt
manifoldcf/integration/sharepoint-2019/trunk/build.xml
Modified: manifoldcf/integration/sharepoint-2019/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2019/trunk/CHANGES.txt?rev=1878699&r1=1878698&r2=1878699&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2019/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/sharepoint-2019/trunk/CHANGES.txt Wed Jun 10
05:58:40 2020
@@ -1,4 +1,4 @@
-Apache ManifoldCF Plugin for SharePoint 2016 change Log
+Apache ManifoldCF Plugin for SharePoint 2019 change Log
$Id$
======================= 0.2-dev =====================
Modified: manifoldcf/integration/sharepoint-2019/trunk/DEPENDENCIES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2019/trunk/DEPENDENCIES.txt?rev=1878699&r1=1878698&r2=1878699&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2019/trunk/DEPENDENCIES.txt (original)
+++ manifoldcf/integration/sharepoint-2019/trunk/DEPENDENCIES.txt Wed Jun 10
05:58:40 2020
@@ -1,10 +1,10 @@
-Apache ManifoldCF Plugin for SharePoint 2016 requires
+Apache ManifoldCF Plugin for SharePoint 2019 requires
----------------------------------------------------
* JRE 1.7 or above
* .NET Framework 1.0, .NET Framework 3.0, and .NET Framework 4.5
-* Microsoft.SharePoint.dll for SharePoint version 6.0 (2016)
+* Microsoft.SharePoint.dll for SharePoint version 6.0 (2019)
-For building Apache ManifoldCF SharePoint 2016 Plugin:
+For building Apache ManifoldCF SharePoint 2019 Plugin:
----------------------------------------------------
* See README.txt
Modified: manifoldcf/integration/sharepoint-2019/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2019/trunk/NOTICE.txt?rev=1878699&r1=1878698&r2=1878699&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2019/trunk/NOTICE.txt (original)
+++ manifoldcf/integration/sharepoint-2019/trunk/NOTICE.txt Wed Jun 10 05:58:40
2020
@@ -1,5 +1,5 @@
-Apache ManifoldCF Plugin for SharePoint 2016
-Copyright 2016-2017 The Apache Software Foundation
+Apache ManifoldCF Plugin for SharePoint 2019
+Copyright 2016-2020 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: manifoldcf/integration/sharepoint-2019/trunk/README.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2019/trunk/README.txt?rev=1878699&r1=1878698&r2=1878699&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2019/trunk/README.txt (original)
+++ manifoldcf/integration/sharepoint-2019/trunk/README.txt Wed Jun 10 05:58:40
2020
@@ -14,14 +14,14 @@
# limitations under the License.
-Instructions for Building Apache ManifoldCF Plugin for SharePoint 2016 from
Source
+Instructions for Building Apache ManifoldCF Plugin for SharePoint 2019 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 2016 dll in the right place. You can take
this file
+2. Place the Microsoft SharePoint 2019 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:
@@ -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 2016
Distributions
+Some Files Included In Apache ManifoldCF Plugin for SharePoint 2019
Distributions
------------------------------------------------------------------------------
dist/MetaCarta.SharePoint.MCPermissionsService.wsp
- The Apache ManifoldCF Plugin for SharePoint 2016 assembly.
+ The Apache ManifoldCF Plugin for SharePoint 2019 assembly.
Licensing
---------
-Apache ManifoldCF SharePoint 2016 Plugin is licensed under the
+Apache ManifoldCF SharePoint 2019 Plugin is licensed under the
Apache License 2.0. See the files called LICENSE.txt and NOTICE.txt
for more information.
Modified: manifoldcf/integration/sharepoint-2019/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2019/trunk/build.xml?rev=1878699&r1=1878698&r2=1878699&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2019/trunk/build.xml (original)
+++ manifoldcf/integration/sharepoint-2019/trunk/build.xml Wed Jun 10 05:58:40
2020
@@ -15,11 +15,11 @@
limitations under the License.
-->
-<project name="mcf-sharepoint-2016-plugin" default="help">
+<project name="mcf-sharepoint-2019-plugin" default="help">
<target name="clean">
<delete>
- <fileset dir="." includes="apache-manifoldcf-sharepoint-2016-plugin-*"/>
+ <fileset dir="." includes="apache-manifoldcf-sharepoint-2019-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-2016-plugin-${release-version}-src.zip"
update="false">
- <zipfileset dir="."
prefix="apache-manifoldcf-sharepoint-2016-plugin-${release-version}">
+ <zip
destfile="apache-manifoldcf-sharepoint-2019-plugin-${release-version}-src.zip"
update="false">
+ <zipfileset dir="."
prefix="apache-manifoldcf-sharepoint-2019-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-2016-plugin-*"/>
+ <exclude name="/apache-manifoldcf-sharepoint-2019-plugin-*"/>
</zipfileset>
</zip>
</target>
<target name="create-source-tar" depends="set-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}">
+ <tar
destfile="apache-manifoldcf-sharepoint-2019-plugin-${release-version}-src.tar.gz"
compression="gzip" longfile="gnu">
+ <tarfileset dir="."
prefix="apache-manifoldcf-sharepoint-2019-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-2016-plugin-*"/>
+ <exclude name="/apache-manifoldcf-sharepoint-2019-plugin-*"/>
</tarfileset>
</tar>
</target>
<target name="create-bin-zip" depends="build,set-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}">
+ <zip
destfile="apache-manifoldcf-sharepoint-2019-plugin-${release-version}-bin.zip"
update="false">
+ <zipfileset dir="dist"
prefix="apache-manifoldcf-sharepoint-2019-plugin-${release-version}">
</zipfileset>
</zip>
</target>
<target name="create-bin-tar" depends="build,set-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}">
+ <tar
destfile="apache-manifoldcf-sharepoint-2019-plugin-${release-version}-bin.tar.gz"
compression="gzip" longfile="gnu">
+ <tarfileset dir="dist"
prefix="apache-manifoldcf-sharepoint-2019-plugin-${release-version}">
</tarfileset>
</tar>
</target>
@@ -106,7 +106,7 @@
<target name="help">
<echo level="info">
-Apache ManifoldCF SharePoint 2016 Plugin build file. Use this
+Apache ManifoldCF SharePoint 2019 Plugin build file. Use this
file to build the plugin distributables.
Useful targets are: