Author: grobmeier
Date: Wed Aug 17 16:28:18 2011
New Revision: 1158807
URL: http://svn.apache.org/viewvc?rev=1158807&view=rev
Log:
created multimodule assembly for component, receivers, extras
Added:
logging/log4j/companions/parent/trunk/src/assembly/
logging/log4j/companions/parent/trunk/src/assembly/bin.xml (with props)
Added: logging/log4j/companions/parent/trunk/src/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/parent/trunk/src/assembly/bin.xml?rev=1158807&view=auto
==============================================================================
--- logging/log4j/companions/parent/trunk/src/assembly/bin.xml (added)
+++ logging/log4j/companions/parent/trunk/src/assembly/bin.xml Wed Aug 17
16:28:18 2011
@@ -0,0 +1,41 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+<assembly>
+ <id>bin</id>
+ <formats>
+ <format>zip</format>
+ <format>tar.gz</format>
+ </formats>
+ <baseDirectory>apache-log4j-parent-${project.version}</baseDirectory>
+ <includeSiteDirectory>true</includeSiteDirectory>
+ <moduleSets>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <!-- Now, select which projects to include in this
module-set. -->
+ <includes>
+ <include>log4j:apache-log4j-component</include>
+ <include>log4j:apache-log4j-extras</include>
+ <include>log4j:apache-log4j-receivers</include>
+ </includes>
+ <binaries>
+ <outputDirectory>modules/${artifactId}</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
+</assembly>
Propchange: logging/log4j/companions/parent/trunk/src/assembly/bin.xml
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]