You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/10/31 19:50:07 UTC

svn commit: r831582 - /incubator/log4php/trunk/src/assembly/bin.xml

Author: chammers
Date: Sat Oct 31 18:50:06 2009
New Revision: 831582

URL: http://svn.apache.org/viewvc?rev=831582&view=rev
Log:
* Added the two pear package files so that the enduser is abled to use maven to
  build everything.
* Disabled the general inclusion of target/site as e.g. the test coverage report
  is of little interest to the enduser
* But explicitly included target/site/apidocs as this may be usefull

Modified:
    incubator/log4php/trunk/src/assembly/bin.xml

Modified: incubator/log4php/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/assembly/bin.xml?rev=831582&r1=831581&r2=831582&view=diff
==============================================================================
--- incubator/log4php/trunk/src/assembly/bin.xml (original)
+++ incubator/log4php/trunk/src/assembly/bin.xml Sat Oct 31 18:50:06 2009
@@ -26,7 +26,7 @@
                 <format>tar.gz</format>
         </formats>
         <baseDirectory>apache-log4php-${project.version}</baseDirectory>
-        <includeSiteDirectory>true</includeSiteDirectory>
+        <includeSiteDirectory>false</includeSiteDirectory>
         <fileSets>
                 <fileSet>
                         <includes>
@@ -36,7 +36,10 @@
                                 <include>INSTALL</include>
                                 <include>CHANGELOG</include>
                                 <include>pom.xml</include>
+                                <include>package-config.php</include>
+                                <include>package.php</include>
                                 <include>src/**</include>
+                                <include>target/site/apidocs/**</include>
                         </includes>
                 </fileSet>
         </fileSets>