Author: carnold
Date: Fri Jun 20 19:23:46 2008
New Revision: 670119
URL: http://svn.apache.org/viewvc?rev=670119&view=rev
Log:
LOG4J2-14: log4j 2.0 development initiation
Added:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/pom.xml
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/src/
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/src/site/
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml
Added: logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/pom.xml?rev=670119&view=auto
==============================================================================
--- logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/pom.xml (added)
+++ logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/pom.xml Fri Jun
20 19:23:46 2008
@@ -0,0 +1,27 @@
+<!--
+ 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.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.logging</groupId>
+ <artifactId>log4j2</artifactId>
+ <version>1.99.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>log4j2-doc</artifactId>
+ <packaging>jar</packaging>
+</project>
Added: logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml?rev=670119&view=auto
==============================================================================
--- logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml (added)
+++ logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml Fri Jun 20 19:23:46
2008
@@ -0,0 +1,80 @@
+<!--
+ 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.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.logging</groupId>
+ <artifactId>log4j2</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Log4j 2</name>
+ <version>1.99.0-SNAPSHOT</version>
+ <description>Apache Log4j 2</description>
+ <url>http://logging.apache.org/log4j/2.0/</url>
+ <issueManagement>
+ <system>Jira</system>
+ <url>http://issues.apache.org/jira/browse/LOG4J2</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Gump</system>
+
<url>http://vmgump.apache.org/gump/public/logging-log4j-20/logging-log4j-20/index.html</url>
+ </ciManagement>
+ <inceptionYear>1999</inceptionYear>
+ <mailingLists>
+ <mailingList>
+ <name>log4j-user</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[EMAIL PROTECTED]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+ <otherArchives>
+ <otherArchive>http://marc.info/?l=log4j-user</otherArchive>
+
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>log4j-dev</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+ <otherArchives>
+ <otherArchive>http://marc.info/?l=log4j-dev</otherArchive>
+
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+ </otherArchives>
+ </mailingList>
+ </mailingLists>
+ <licenses>
+ <license>
+ <name>The Apache Software 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/log4j/branches/BRANCH_2_0_EXPERIMENTAL</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL</developerConnection>
+
<url>http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL</url>
+ </scm>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://www.apache.org</url>
+ </organization>
+ <modules>
+ <module>log4j2-core</module>
+ <module>log4j2-doc</module>
+ </modules>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]