Author: carnold
Date: Wed Jul 11 16:07:26 2007
New Revision: 555432
URL: http://svn.apache.org/viewvc?view=rev&rev=555432
Log:
Jumpstart of Maven build/site from log4j-component
Added:
incubator/log4php/trunk/pom.xml
- copied, changed from r553370,
logging/log4j/companions/component/trunk/pom.xml
incubator/log4php/trunk/src/assembly/
- copied from r553368,
logging/log4j/companions/component/trunk/src/assembly/
incubator/log4php/trunk/src/changes/
- copied from r553368,
logging/log4j/companions/component/trunk/src/changes/
incubator/log4php/trunk/src/site/
- copied from r553368, logging/log4j/companions/component/trunk/src/site/
Modified:
incubator/log4php/trunk/src/changes/changes.xml
incubator/log4php/trunk/src/site/site.xml
Copied: incubator/log4php/trunk/pom.xml (from r553370,
logging/log4j/companions/component/trunk/pom.xml)
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?view=diff&rev=555432&p1=logging/log4j/companions/component/trunk/pom.xml&r1=553370&p2=incubator/log4php/trunk/pom.xml&r2=555432
==============================================================================
--- logging/log4j/companions/component/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Wed Jul 11 16:07:26 2007
@@ -18,45 +18,34 @@
<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>log4j</groupId>
- <artifactId>apache-log4j-component</artifactId>
+ <artifactId>apache-log4php</artifactId>
<packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>Apache Component Companion for log4j 1.2.</name>
- <description>This companion emulates the log4j 1.3 Component Framework to
- simplify the back-porting of code that made use of its services. It does
- not provide any immediately useful functionality to log4j by itself,
- but is used by Receivers and Chainsaw.</description>
- <url>http://logging.apache.org:80/log4j/companions/component</url>
+ <version>2.0-SNAPSHOT</version>
+ <name>Apache for log4php.</name>
+ <description>Logging framework for PHP.</description>
+ <url>http://incubator.apache.org:80/log4php</url>
<issueManagement>
- <system>Bugzilla</system>
- <url>http://issues.apache.org/bugzilla/</url>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/</url>
</issueManagement>
<ciManagement>
<system>Gump</system>
-
<url>http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html</url>
+
<url>http://vmgump.apache.org/gump/public/logging-log4php/logging-log4php/index.html</url>
</ciManagement>
<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-user/</archive>
- <otherArchives>
-
<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&r=1&w=2</otherArchive>
-
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
- </otherArchives>
+ <name>log4php-user</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[EMAIL PROTECTED]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4php-user/</archive>
</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.theaimsgroup.com/?l=log4j-dev&r=1&w=2</otherArchive>
-
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
- </otherArchives>
+ <name>log4php-dev</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4php-dev/</archive>
</mailingList>
</mailingLists>
<licenses>
@@ -67,9 +56,9 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/component/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/log4php</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/log4php</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/incubator/log4php</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
@@ -84,30 +73,6 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.2</source>
- <target>1.1</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestSections>
- <manifestSection>
- <name>org.apache.log4j</name>
- <manifestEntries>
-
<Implementation-Title>${project.name}</Implementation-Title>
-
<Implementation-Version>${project.version}</Implementation-Version>
- <Implementation-Vendor>Apache Software
Foundation</Implementation-Vendor>
- </manifestEntries>
- </manifestSection>
- </manifestSections>
- </archive>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
@@ -149,17 +114,6 @@
</executions>
</plugin>
<plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- <goal>javadoc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
@@ -172,17 +126,6 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.9</version>
- </dependency>
</dependencies>
<reporting>
<excludeDefaults>true</excludeDefaults>
@@ -203,10 +146,6 @@
</reportSets>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin>
- <plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<goals>site-deploy</goals>
@@ -222,25 +161,9 @@
</reportSet>
</reportSets>
<configuration>
-
<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+ <issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
</plugins>
</reporting>
- <distributionManagement>
- <repository>
- <id>logging.repo</id>
-
<url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
- </repository>
- <site>
- <id>logging.site</id>
-
<url>scp://people.apache.org/www/logging.apache.org/log4j/companions/component</url>
- </site>
- </distributionManagement>
</project>
Modified: incubator/log4php/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/changes/changes.xml?view=diff&rev=555432&r1=553368&r2=555432
==============================================================================
--- incubator/log4php/trunk/src/changes/changes.xml (original)
+++ incubator/log4php/trunk/src/changes/changes.xml Wed Jul 11 16:07:26 2007
@@ -17,12 +17,12 @@
-->
<document>
<properties>
- <title>Apache Component Companion for log4j 1.2.</title>
+ <title>Apache log4php.</title>
</properties>
<body>
- <release version="1.0" date="2007-06-27" description="Initial release">
- <action issue="42094" type="add">
- Initial release of Component framework backported from log4j 1.3.
+ <release version="2.0" date="2007-12-31" description="Initial release">
+ <action issue="LOG4PHP-1" type="add">
+Some sample bug report.
</action>
</release>
</body>
Modified: incubator/log4php/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/site/site.xml?view=diff&rev=555432&r1=553368&r2=555432
==============================================================================
--- incubator/log4php/trunk/src/site/site.xml (original)
+++ incubator/log4php/trunk/src/site/site.xml Wed Jul 11 16:07:26 2007
@@ -15,36 +15,28 @@
limitations under the License.
-->
-<project name="Component">
+<project name="log4php">
<bannerLeft>
<name>Logging Services</name>
<src>images/ls-logo.jpg</src>
<href>http://logging.apache.org/</href>
</bannerLeft>
- <bannerRight>
- <name>Apache log4j</name>
- <src>images/logo.jpg</src>
- <href>http://logging.apache.org/log4j</href>
- </bannerRight>
<body>
<breadcrumbs>
<item name="Apache" href="http://www.apache.org/"/>
- <item name="Logging Services" href="http://logging.apache.org/"/>
- <item name="log4j" href="http://logging.apache.org/log4j/"/>
- <item name="Companions"
href="http://logging.apache.org/log4j/companions/"/>
- <item name="component"
href="http://logging.apache.org:80/log4j/companions/component/"/>
+ <item name="Incubator" href="http://incubator.apache.org/"/>
+ <item name="log4php" href="http://incubator.apache.org:80/log4php/"/>
</breadcrumbs>
- <menu name="Get component">
+ <menu name="Get log4php">
<item name="Download" href="/download.html"/>
<item name="Changes" href="/changes-report.html"/>
<item name="License" href="/license.html"/>
</menu>
- <menu name="About component">
+ <menu name="About log4php">
<item name="What is it?" href="/index.html"/>
<item name="Roadmap" href="/roadmap.html"/>
- <item name="JavaDoc" href="/apidocs/index.html"/>
</menu>
<menu name="Community">
@@ -54,11 +46,7 @@
<menu name="Development">
<item name="Repository" href="/source-repository.html"/>
- <item name="Cross Reference" href="/jxr.html"/>
- <item name="Dependencies" href="/dependencies.html"/>
<item name="Continuous Integration" href="/integration.html"/>
- <item name="Duplication" href="/cpd.html"/>
- <item name="PMD" href="/pmd.html"/>
</menu>
</body>
</project>