You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/06/16 18:31:42 UTC

svn commit: r547946 - in /tapestry/tapestry5/trunk/tapestry-upload: .classpath .project

Author: hlship
Date: Sat Jun 16 09:31:42 2007
New Revision: 547946

URL: http://svn.apache.org/viewvc?view=rev&rev=547946
Log:
TAPESTRY-1354: Implement a file upload component

Added:
    tapestry/tapestry5/trunk/tapestry-upload/.classpath
    tapestry/tapestry5/trunk/tapestry-upload/.project

Added: tapestry/tapestry5/trunk/tapestry-upload/.classpath
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/.classpath?view=auto&rev=547946
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/.classpath (added)
+++ tapestry/tapestry5/trunk/tapestry-upload/.classpath Sat Jun 16 09:31:42 2007
@@ -0,0 +1,10 @@
+<?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="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="lib" path="src/main/resources"/>
+	<classpathentry kind="lib" path="src/test/conf"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: tapestry/tapestry5/trunk/tapestry-upload/.project
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/.project?view=auto&rev=547946
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/.project (added)
+++ tapestry/tapestry5/trunk/tapestry-upload/.project Sat Jun 16 09:31:42 2007
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>tapestry-upload</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>