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 2009/05/11 17:48:05 UTC

svn commit: r773609 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml

Author: tabish
Date: Mon May 11 15:48:04 2009
New Revision: 773609

URL: http://svn.apache.org/viewvc?rev=773609&view=rev
Log:
Add a source.xml file for use by the Assembly plugin.

Added:
    activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml   (with props)

Added: activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml?rev=773609&view=auto
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml (added)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml Mon May 11 15:48:04 2009
@@ -0,0 +1,48 @@
+<assembly>
+  <id>src</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>tar.bz2</format>
+    <format>zip</format>
+  </formats>
+  <files>
+    <file>
+      <source>autogen.sh</source>
+      <outputDirectory>/</outputDirectory>
+      <filtered>false</filtered>
+      <fileMode>0755</fileMode>
+      <lineEnding>keep</lineEnding>
+    </file>
+  </files>
+  <fileSets>
+    <fileSet>
+      <includes>
+        <include>KEYS</include>
+        <include>doxygen.cfg</include>
+        <include>activemq-cpp.pc.in</include>
+        <include>activemqcpp-config.in</include>
+        <include>*.txt</include>
+        <include>*.win</include>
+        <include>*.ac</include>
+        <include>*.am</include>
+      </includes>
+      <lineEnding>keep</lineEnding>
+    </fileSet>
+    <fileSet>
+      <directory>src</directory>
+      <lineEnding>keep</lineEnding>
+    </fileSet>
+    <fileSet>
+      <directory>doc</directory>
+      <lineEnding>keep</lineEnding>
+    </fileSet>
+    <fileSet>
+      <directory>m4</directory>
+      <lineEnding>keep</lineEnding>
+    </fileSet>
+    <fileSet>
+      <directory>vs2005-build</directory>
+      <lineEnding>keep</lineEnding>
+    </fileSet>
+  </fileSets>
+</assembly>

Propchange: activemq/activemq-cpp/branches/activemq-cpp-2.x/source.xml
------------------------------------------------------------------------------
    svn:eol-style = native