Author: kwright
Date: Sun Nov 17 19:59:15 2013
New Revision: 1542801
URL: http://svn.apache.org/r1542801
Log:
Fix the build
Added:
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt
(with props)
Modified:
manifoldcf/branches/CONNECTORS-553/connectors/email/build.xml
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/
(props changed)
Modified: manifoldcf/branches/CONNECTORS-553/connectors/email/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-553/connectors/email/build.xml?rev=1542801&r1=1542800&r2=1542801&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-553/connectors/email/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-553/connectors/email/build.xml Sun Nov 17
19:59:15 2013
@@ -39,7 +39,7 @@ limitations under the License.
</copy>
</target>
- <target name="download-jcifs">
+ <target name="download-libs">
<property name="libs-version" value="1.4.7"/>
<antcall target="download-via-maven">
<param name="project-path" value="com/sun/mail"/>
@@ -57,4 +57,15 @@ limitations under the License.
</antcall>
</target>
+ <target name="download-dependencies" depends="download-libs"/>
+
+ <target name="download-cleanup">
+ <delete>
+ <fileset dir="lib-proprietary">
+ <exclude name="README.txt"/>
+ <exclude name="*.diffs"/>
+ </fileset>
+ </delete>
+ </target>
+
</project>
\ No newline at end of file
Propchange: manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Nov 17 19:59:15 2013
@@ -0,0 +1,2 @@
+imap.jar
+pop3.jar
Added:
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt?rev=1542801&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt
(added)
+++
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt
Sun Nov 17 19:59:15 2013
@@ -0,0 +1,22 @@
+# 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.
+
+
+
+
+
+
+
+
Propchange:
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
manifoldcf/branches/CONNECTORS-553/connectors/email/lib-proprietary/README.txt
------------------------------------------------------------------------------
svn:keywords = Id