Author: tabish
Date: Mon Sep 14 18:23:36 2009
New Revision: 814768
URL: http://svn.apache.org/viewvc?rev=814768&view=rev
Log:
Add excludes for windows platform specific source files.
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=814768&r1=814767&r2=814768&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Mon Sep 14 18:23:36 2009
@@ -137,6 +137,7 @@
<excludes>
<exclude>**/decaf/security/**\*.cpp</exclude>
<exclude>**/decaf/security_provider/**\*.cpp</exclude>
+ <exclude>**/decaf/internal/**/windows/**\*.cpp</exclude>
</excludes>
</sources>
<headers>