Author: kwright
Date: Tue Apr 30 23:35:06 2013
New Revision: 1477875
URL: http://svn.apache.org/r1477875
Log:
Get the new plugin version working
Modified:
manifoldcf/branches/CONNECTORS-586/connectors/activedirectory/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/alfresco/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/cmis/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/elasticsearch/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/filesystem/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/gts/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/jcifs/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/jdbc/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/ldap/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/nullauthority/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/nulloutput/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/opensearchserver/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/rss/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/sharepoint/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/solr/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/webcrawler/pom.xml
manifoldcf/branches/CONNECTORS-586/connectors/wiki/pom.xml
manifoldcf/branches/CONNECTORS-586/framework/combined-service/ (props
changed)
manifoldcf/branches/CONNECTORS-586/framework/ui-core/pom.xml
Modified: manifoldcf/branches/CONNECTORS-586/connectors/activedirectory/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/activedirectory/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/activedirectory/pom.xml
(original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/activedirectory/pom.xml Tue
Apr 30 23:35:06 2013
@@ -62,7 +62,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/alfresco/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/alfresco/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/alfresco/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/alfresco/pom.xml Tue Apr 30
23:35:06 2013
@@ -102,7 +102,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/cmis/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/cmis/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/cmis/pom.xml Tue Apr 30
23:35:06 2013
@@ -71,7 +71,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/elasticsearch/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/elasticsearch/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/elasticsearch/pom.xml
(original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/elasticsearch/pom.xml Tue Apr
30 23:35:06 2013
@@ -71,7 +71,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/filesystem/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/filesystem/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/filesystem/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/gts/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/gts/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/gts/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/jcifs/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/jcifs/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/jcifs/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/jdbc/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/jdbc/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/ldap/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/ldap/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/ldap/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/ldap/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/nullauthority/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/nullauthority/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/nullauthority/pom.xml
(original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/nullauthority/pom.xml Tue Apr
30 23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/nulloutput/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/nulloutput/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/nulloutput/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/opensearchserver/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/opensearchserver/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/opensearchserver/pom.xml
(original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/opensearchserver/pom.xml Tue
Apr 30 23:35:06 2013
@@ -71,7 +71,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/rss/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/rss/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/rss/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/sharepoint/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/sharepoint/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/sharepoint/pom.xml Tue Apr 30
23:35:06 2013
@@ -62,7 +62,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/solr/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/solr/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/solr/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/webcrawler/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/webcrawler/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/webcrawler/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Modified: manifoldcf/branches/CONNECTORS-586/connectors/wiki/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/connectors/wiki/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/connectors/wiki/pom.xml Tue Apr 30
23:35:06 2013
@@ -55,7 +55,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>
Propchange: manifoldcf/branches/CONNECTORS-586/framework/combined-service/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Apr 30 23:35:06 2013
@@ -0,0 +1 @@
+target
Propchange: manifoldcf/branches/CONNECTORS-586/framework/combined-service/
------------------------------------------------------------------------------
--- svn:ignores (added)
+++ svn:ignores Tue Apr 30 23:35:06 2013
@@ -0,0 +1 @@
+target
Modified: manifoldcf/branches/CONNECTORS-586/framework/ui-core/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-586/framework/ui-core/pom.xml?rev=1477875&r1=1477874&r2=1477875&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-586/framework/ui-core/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-586/framework/ui-core/pom.xml Tue Apr 30
23:35:06 2013
@@ -50,7 +50,9 @@
</goals>
<configuration>
<encoding>UTF8</encoding>
- <includes>**/*.properties</includes>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
</configuration>
</execution>
</executions>