You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2013/10/14 09:44:41 UTC

svn commit: r1531807 - in /logging/log4j/companions/extras/trunk: pom.xml src/assembly/ src/main/assembly/ src/main/assembly/bin.xml

Author: grobmeier
Date: Mon Oct 14 07:44:41 2013
New Revision: 1531807

URL: http://svn.apache.org/r1531807
Log:
moved assembly files to standard location, reduced bin.xml to only use include binary files

Added:
    logging/log4j/companions/extras/trunk/src/main/assembly/
      - copied from r1531797, logging/log4j/companions/extras/trunk/src/assembly/
Removed:
    logging/log4j/companions/extras/trunk/src/assembly/
Modified:
    logging/log4j/companions/extras/trunk/pom.xml
    logging/log4j/companions/extras/trunk/src/main/assembly/bin.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1531807&r1=1531806&r2=1531807&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Mon Oct 14 07:44:41 2013
@@ -244,6 +244,14 @@
             </instructions>
         </configuration>
       </plugin>
+
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <descriptor>src/main/assembly/bin.xml</descriptor>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>

Modified: logging/log4j/companions/extras/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/main/assembly/bin.xml?rev=1531807&r1=1531797&r2=1531807&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/src/main/assembly/bin.xml (original)
+++ logging/log4j/companions/extras/trunk/src/main/assembly/bin.xml Mon Oct 14 07:44:41 2013
@@ -22,15 +22,11 @@
 		<format>tar.gz</format>
 	</formats>
 	<baseDirectory>apache-log4j-extras-${project.version}</baseDirectory>
-	<includeSiteDirectory>true</includeSiteDirectory>
 	<fileSets>
 		<fileSet>
 			<includes>
 				<include>LICENSE</include>
 				<include>NOTICE</include>
-				<include>build.xml</include>
-				<include>pom.xml</include>
-				<include>src/**</include>
 			</includes>
 		</fileSet>
 		<fileSet>
@@ -41,5 +37,4 @@
 			</includes>
 		</fileSet>
 	</fileSets>
-	
 </assembly>