You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/05/28 18:47:37 UTC

svn commit: r1343315 - in /logging/log4j/log4j2/trunk/flume-og: .classpath .project

Author: ggregory
Date: Mon May 28 16:47:37 2012
New Revision: 1343315

URL: http://svn.apache.org/viewvc?rev=1343315&view=rev
Log:
svn:ignore Eclipse's .classpath, .project, and .settings.

Added:
    logging/log4j/log4j2/trunk/flume-og/.classpath   (with props)
    logging/log4j/log4j2/trunk/flume-og/.project   (with props)

Added: logging/log4j/log4j2/trunk/flume-og/.classpath
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-og/.classpath?rev=1343315&view=auto
==============================================================================
--- logging/log4j/log4j2/trunk/flume-og/.classpath (added)
+++ logging/log4j/log4j2/trunk/flume-og/.classpath Mon May 28 16:47:37 2012
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: logging/log4j/log4j2/trunk/flume-og/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Added: logging/log4j/log4j2/trunk/flume-og/.project
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-og/.project?rev=1343315&view=auto
==============================================================================
--- logging/log4j/log4j2/trunk/flume-og/.project (added)
+++ logging/log4j/log4j2/trunk/flume-og/.project Mon May 28 16:47:37 2012
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>log4j-flume-og</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: logging/log4j/log4j2/trunk/flume-og/.project
------------------------------------------------------------------------------
    svn:eol-style = native