Author: carnold Date: Tue Jan 29 09:28:00 2008 New Revision: 616455 URL: http://svn.apache.org/viewvc?rev=616455&view=rev Log: LOGCXX-62: Move log4cxx baseline tests to sandbox
Added: logging/sandbox/log4cxx/baseline/pom.xml logging/sandbox/log4cxx/baseline/src/test/java/org/apache/log4j/helpers/ - copied from r616425, logging/log4cxx/trunk/src/test/java/org/apache/log4j/helpers/ logging/sandbox/log4cxx/baseline/src/test/java/org/apache/logging/log4cxx/ - copied from r616425, logging/log4cxx/trunk/src/test/java/org/apache/logging/log4cxx/ Added: logging/sandbox/log4cxx/baseline/pom.xml URL: http://svn.apache.org/viewvc/logging/sandbox/log4cxx/baseline/pom.xml?rev=616455&view=auto ============================================================================== --- logging/sandbox/log4cxx/baseline/pom.xml (added) +++ logging/sandbox/log4cxx/baseline/pom.xml Tue Jan 29 09:28:00 2008 @@ -0,0 +1,89 @@ +<!-- + 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>log4cxx</groupId> + <artifactId>apache-log4cxx-baseline</artifactId> + <packaging>pom</packaging> + <version>0.10.0-SNAPSHOT</version> + <name>Apache log4cxx baseline tests</name> + <description>Java tests used to establish baseline of log4j or runtime library behavior to support log4cxx development.</description> + <url>http://logging.apache.org:80/log4cxx</url> + <issueManagement> + <system>JIRA</system> + <url>http://issues.apache.org/jira/</url> + </issueManagement> +<mailingLists> + <mailingList> + <name>log4cxx-user : log4cxx usage</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <post>[EMAIL PROTECTED]</post> + <archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user/</archive> + <otherArchives> + <otherArchive>http://marc.info/?l=log4cxx-user</otherArchive> + <otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>log4cxx-dev : log4cxx development</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <post>[EMAIL PROTECTED]</post> + <archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/</archive> + <otherArchives> + <otherArchive>http://marc.info/?l=log4cxx-dev</otherArchive> + <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.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/sandbox/log4cxx/baseline</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/sandbox/log4cxx/baseline</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4cxx/baseline/</url> +</scm> +<organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org</url> +</organization> +<build> + <plugins> + </plugins> +</build> + <dependencies> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.15</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]