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 ih...@apache.org on 2011/06/02 23:50:03 UTC

svn commit: r1130836 - /logging/log4php/trunk/src/assembly/src.xml

Author: ihabunek
Date: Thu Jun  2 21:50:03 2011
New Revision: 1130836

URL: http://svn.apache.org/viewvc?rev=1130836&view=rev
Log:
Fixed formatting of the assembly src.xml file.

Modified:
    logging/log4php/trunk/src/assembly/src.xml

Modified: logging/log4php/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/assembly/src.xml?rev=1130836&r1=1130835&r2=1130836&view=diff
==============================================================================
--- logging/log4php/trunk/src/assembly/src.xml (original)
+++ logging/log4php/trunk/src/assembly/src.xml Thu Jun  2 21:50:03 2011
@@ -14,36 +14,35 @@
  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 
     xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
-        <id>src</id>
-        <formats>
-                <format>zip</format>
-                <format>tar.gz</format>
-        </formats>
-        <baseDirectory>apache-log4php-${project.version}</baseDirectory>
-        <includeSiteDirectory>false</includeSiteDirectory>
-        <fileSets>
-                <fileSet>
-                        <includes>
-                                <include>LICENSE</include>
-                                <include>NOTICE</include>
-                                <include>README</include>
-                                <include>INSTALL</include>
-                                <include>CHANGELOG</include>
-                                <include>pom.xml</include>
-                                <include>package-config.php</include>
-                                <include>package.php</include>
-                                <include>src/**</include>
-                        </includes>
-                </fileSet>
-                <fileSet>
-                	<directory>target/site/apidocs</directory>
-                	<outputDirectory>docs</outputDirectory>
-                </fileSet>
-        </fileSets>
+	<id>src</id>
+	<formats>
+		<format>zip</format>
+		<format>tar.gz</format>
+	</formats>
+	<baseDirectory>apache-log4php-${project.version}</baseDirectory>
+	<includeSiteDirectory>false</includeSiteDirectory>
+	<fileSets>
+		<fileSet>
+			<includes>
+				<include>LICENSE</include>
+				<include>NOTICE</include>
+				<include>README</include>
+				<include>INSTALL</include>
+				<include>CHANGELOG</include>
+				<include>pom.xml</include>
+				<include>package-config.php</include>
+				<include>package.php</include>
+				<include>src/**</include>
+			</includes>
+		</fileSet>
+		<fileSet>
+			<directory>target/site/apidocs</directory>
+			<outputDirectory>docs</outputDirectory>
+		</fileSet>
+	</fileSets>
 </assembly>