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 2012/02/09 06:33:46 UTC

svn commit: r1242221 - /incubator/lcf/branches/CONNECTORS-402/build.xml

Author: kwright
Date: Thu Feb  9 05:33:45 2012
New Revision: 1242221

URL: http://svn.apache.org/viewvc?rev=1242221&view=rev
Log:
Excluded proprietary components from release targets.

Modified:
    incubator/lcf/branches/CONNECTORS-402/build.xml

Modified: incubator/lcf/branches/CONNECTORS-402/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-402/build.xml?rev=1242221&r1=1242220&r2=1242221&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-402/build.xml (original)
+++ incubator/lcf/branches/CONNECTORS-402/build.xml Thu Feb  9 05:33:45 2012
@@ -2187,6 +2187,9 @@
           <exclude name="/legacy-*/"/>
           <exclude name="**/*.pdf"/>
           <exclude name="dist/connector-lib-proprietary/*"/>
+          <exclude name="dist/connectors-proprietary.xml"/>
+          <exclude name="dist/example-proprietary/"/>
+          <exclude name="dist/multiprocess-example-proprietary/"/>
           <exclude name="/apache-manifoldcf-*"/>
         </zipfileset>
       </zip>
@@ -2219,6 +2222,9 @@
           <exclude name="/legacy-*/"/>
           <exclude name="**/*.pdf"/>
           <exclude name="dist/connector-lib-proprietary/*"/>
+          <exclude name="dist/connectors-proprietary.xml"/>
+          <exclude name="dist/example-proprietary/"/>
+          <exclude name="dist/multiprocess-example-proprietary/"/>
           <exclude name="/apache-manifoldcf-*"/>
         </tarfileset>
       </tar>