You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by bo...@apache.org on 2011/08/17 09:03:49 UTC

svn commit: r1158545 - in /logging/log4net/trunk: log4net.snk.readme pom.xml

Author: bodewig
Date: Wed Aug 17 07:03:49 2011
New Revision: 1158545

URL: http://svn.apache.org/viewvc?rev=1158545&view=rev
Log:
formatting changes only

Modified:
    logging/log4net/trunk/log4net.snk.readme   (props changed)
    logging/log4net/trunk/pom.xml

Propchange: logging/log4net/trunk/log4net.snk.readme
------------------------------------------------------------------------------
    svn:line-ends = native

Modified: logging/log4net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1158545&r1=1158544&r2=1158545&view=diff
==============================================================================
--- logging/log4net/trunk/pom.xml (original)
+++ logging/log4net/trunk/pom.xml Wed Aug 17 07:03:49 2011
@@ -33,46 +33,46 @@
     <url>http://vmgump.apache.org/gump/public/logging-log4net/logging-log4net/index.html</url>
   </ciManagement>
   <mailingLists>
-  <mailingList>
-    <name>log4net-user : log4net usage</name>
-    <subscribe>log4net-user-subscribe@logging.apache.org</subscribe>
-    <unsubscribe>log4net-user-unsubscribe@logging.apache.org</unsubscribe>
-    <post>log4net-user@logging.apache.org</post>
-    <archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-user/</archive>
-    <otherArchives>
-      <otherArchive>http://marc.info/?l=log4net-user</otherArchive>
-      <otherArchive>http://dir.gmane.org/gmane.comp.log.log4net.user</otherArchive>
-    </otherArchives>
-  </mailingList>
-  <mailingList>
-    <name>log4net-dev : log4net development</name>
-    <subscribe>log4net-dev-subscribe@logging.apache.org</subscribe>
-    <unsubscribe>log4net-dev-unsubscribe@logging.apache.org</unsubscribe>
-    <post>log4net-dev@logging.apache.org</post>
-    <archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-dev/</archive>
-    <otherArchives>
-      <otherArchive>http://marc.info/?l=log4net-dev</otherArchive>
-      <otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4net.devel</otherArchive>
-    </otherArchives>
-  </mailingList>
-</mailingLists>
-<licenses>
-        <license>
-                <name>Apache License, Version 2.0</name>
-                <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-                <distribution>repo</distribution>
-        </license>
-</licenses>
-<scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4net/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4net/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/logging/log4net/trunk</url>
-</scm>
-<organization>
+    <mailingList>
+      <name>log4net-user : log4net usage</name>
+      <subscribe>log4net-user-subscribe@logging.apache.org</subscribe>
+      <unsubscribe>log4net-user-unsubscribe@logging.apache.org</unsubscribe>
+      <post>log4net-user@logging.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-user/</archive>
+      <otherArchives>
+        <otherArchive>http://marc.info/?l=log4net-user</otherArchive>
+        <otherArchive>http://dir.gmane.org/gmane.comp.log.log4net.user</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>log4net-dev : log4net development</name>
+      <subscribe>log4net-dev-subscribe@logging.apache.org</subscribe>
+      <unsubscribe>log4net-dev-unsubscribe@logging.apache.org</unsubscribe>
+      <post>log4net-dev@logging.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://marc.info/?l=log4net-dev</otherArchive>
+        <otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4net.devel</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4net/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4net/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/logging/log4net/trunk</url>
+  </scm>
+  <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org</url>
-</organization>
-<build>
+  </organization>
+  <build>
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -81,9 +81,9 @@
             <phase>compile</phase>
             <id>compile</id>
             <configuration>
-                <tasks>
-                  <exec executable="nant"/>
-                </tasks>
+              <tasks>
+                <exec executable="nant"/>
+              </tasks>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -93,11 +93,11 @@
             <phase>test-compile</phase>
             <id>test-compile</id>
             <configuration>
-                <tasks>
-                  <exec executable="nant" dir="tests">
-                    <arg value="compile-all"/>
-                  </exec>
-                </tasks>
+              <tasks>
+                <exec executable="nant" dir="tests">
+                  <arg value="compile-all"/>
+                </exec>
+              </tasks>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -111,27 +111,27 @@
                 <exec executable="nant" dir="tests">
                   <arg value="runtests"/>
                 </exec>
-                </tasks>
+              </tasks>
             </configuration>
             <goals>
               <goal>run</goal>
             </goals>
           </execution>
-                  <execution>
+          <execution>
             <phase>site</phase>
             <id>site</id>
             <configuration>
-                <tasks>
-                   <!-- exec executable="nant">
-                    <arg value="-D:current.sdkdoc.dir=target/site/release/sdkdoc"/>
-                    <arg value="generate-sdkdoc"/>
-                   </exec -->
-                   <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
-                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
-                   <!-- replaceregexp match="Generated on .* for " replace="Generated for " flags="g">
-                      <fileset dir="target/site/apidocs" includes="**/*.html"/>
-		               </replaceregexp -->
-                </tasks>
+              <tasks>
+                <!-- exec executable="nant">
+                     <arg value="-D:current.sdkdoc.dir=target/site/release/sdkdoc"/>
+                     <arg value="generate-sdkdoc"/>
+                     </exec -->
+                <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+                <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
+                <!-- replaceregexp match="Generated on .* for " replace="Generated for " flags="g">
+                     <fileset dir="target/site/apidocs" includes="**/*.html"/>
+                     </replaceregexp -->
+              </tasks>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -141,11 +141,11 @@
             <phase>post-site</phase>
             <id>post-site</id>
             <configuration>
-                <tasks>
-                  <exec executable="nant">
-                    <arg value="post-site"/>
-                  </exec>
-                </tasks>
+              <tasks>
+                <exec executable="nant">
+                  <arg value="post-site"/>
+                </exec>
+              </tasks>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -155,47 +155,47 @@
             <phase>site-deploy</phase>
             <id>site-deploy</id>
             <configuration>
-                <tasks>
-                  <exec executable="nant">
-                    <arg value="site-deploy"/>
-                  </exec>
-                </tasks>
+              <tasks>
+                <exec executable="nant">
+                  <arg value="site-deploy"/>
+                </exec>
+              </tasks>
             </configuration>
             <goals>
               <goal>run</goal>
             </goals>
           </execution>
         </executions>
-       <dependencies>
-         <dependency>
-           <groupId>ant</groupId>
-           <artifactId>ant-nodeps</artifactId>
-           <version>1.6.5</version>
-         </dependency>
-       </dependencies>
-      </plugin>  
-          <plugin>
-         <artifactId>maven-assembly-plugin</artifactId>
-         <configuration>
-           <descriptors>
-              <descriptor>src/assembly/bin.xml</descriptor>
-           </descriptors>
-           <appendAssemblyId>false</appendAssemblyId>
+        <dependencies>
+          <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-nodeps</artifactId>
+            <version>1.6.5</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+          </descriptors>
+          <appendAssemblyId>false</appendAssemblyId>
         </configuration>
         <executions>
-            <execution>
-                <goals>
-                    <goal>assembly</goal>
-                </goals>
-            </execution>
+          <execution>
+            <goals>
+              <goal>assembly</goal>
+            </goals>
+          </execution>
         </executions>
-         </plugin>
+      </plugin>
     </plugins>
-</build>
+  </build>
   <dependencies>
   </dependencies>
   <reporting>
-    <excludeDefaults>true</excludeDefaults>  
+    <excludeDefaults>true</excludeDefaults>
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
@@ -213,10 +213,10 @@
         </reportSets>
       </plugin>
       <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-              <goals>site-deploy</goals>
-          </configuration>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <goals>site-deploy</goals>
+        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-changes-plugin</artifactId>
@@ -228,12 +228,12 @@
           </reportSet>
         </reportSets>
         <configuration>
-                <issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
+          <issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
         </configuration>
-      </plugin>      
+      </plugin>
     </plugins>
   </reporting>
- <distributionManagement>
+  <distributionManagement>
     <site>
       <id>logging.site</id>
       <url>file:///tmp/log4net-deploy</url>