You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/05/19 22:37:26 UTC

svn commit: r946381 - in /activemq/activemq-cpp/trunk/activemq-cpp: pom.xml src/main/decaf/security_provider/

Author: tabish
Date: Wed May 19 20:37:26 2010
New Revision: 946381

URL: http://svn.apache.org/viewvc?rev=946381&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-140

Remove the unused security-provider package.

Removed:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/security_provider/
Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=946381&r1=946380&r2=946381&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Wed May 19 20:37:26 2010
@@ -136,7 +136,6 @@
                   <includes>**\*.c</includes>
                 </includes>
                 <excludes>
-                  <exclude>**/decaf/security_provider/**\*.cpp</exclude>
                   <exclude>**/decaf/internal/**/windows/**\*.cpp</exclude>
                 </excludes>
               </sources>
@@ -145,9 +144,6 @@
                 <includes>
                   <includes>**\*.h</includes>
                 </includes>
-                <excludes>
-                  <exclude>**/decaf/security_provider/**\*.h</exclude>
-                </excludes>
               </headers>
             </configuration>
             <phase>generate-resources</phase>