You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by dr...@apache.org on 2010/06/09 19:41:23 UTC

svn commit: r953094 - in /tapestry/tapestry5/trunk/tapestry-jmx: .classpath .project test-output/

Author: drobiazko
Date: Wed Jun  9 17:41:22 2010
New Revision: 953094

URL: http://svn.apache.org/viewvc?rev=953094&view=rev
Log:
Remove unintentionally committed files.

Added:
    tapestry/tapestry5/trunk/tapestry-jmx/.classpath   (with props)
    tapestry/tapestry5/trunk/tapestry-jmx/.project   (with props)
Removed:
    tapestry/tapestry5/trunk/tapestry-jmx/test-output/

Added: tapestry/tapestry5/trunk/tapestry-jmx/.classpath
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-jmx/.classpath?rev=953094&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-jmx/.classpath (added)
+++ tapestry/tapestry5/trunk/tapestry-jmx/.classpath Wed Jun  9 17:41:22 2010
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.iam.jdt.core.mavenClasspathContainer"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Propchange: tapestry/tapestry5/trunk/tapestry-jmx/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tapestry/tapestry5/trunk/tapestry-jmx/.classpath
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tapestry/tapestry5/trunk/tapestry-jmx/.project
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-jmx/.project?rev=953094&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-jmx/.project (added)
+++ tapestry/tapestry5/trunk/tapestry-jmx/.project Wed Jun  9 17:41:22 2010
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>tapestry-jmx</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.iam.jdt.core.mavenIncrementalBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.iam.jdt.core.mavenNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: tapestry/tapestry5/trunk/tapestry-jmx/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tapestry/tapestry5/trunk/tapestry-jmx/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain