Author: hlship
Date: Mon Nov 20 15:29:57 2006
New Revision: 477403

URL: http://svn.apache.org/viewvc?view=rev&rev=477403
Log:
Initial checkin of tapestry-ioc.

Added:
    tapestry/tapestry5/tapestry-ioc/trunk/.classpath
    tapestry/tapestry5/tapestry-ioc/trunk/.project
    tapestry/tapestry5/tapestry-ioc/trunk/src/
    tapestry/tapestry5/tapestry-ioc/trunk/src/main/
    tapestry/tapestry5/tapestry-ioc/trunk/src/main/java/
    tapestry/tapestry5/tapestry-ioc/trunk/src/test/
    tapestry/tapestry5/tapestry-ioc/trunk/src/test/java/

Added: tapestry/tapestry5/tapestry-ioc/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-ioc/trunk/.classpath?view=auto&rev=477403
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/.classpath (added)
+++ tapestry/tapestry5/tapestry-ioc/trunk/.classpath Mon Nov 20 15:29:57 2006
@@ -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>

Added: tapestry/tapestry5/tapestry-ioc/trunk/.project
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-ioc/trunk/.project?view=auto&rev=477403
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/.project (added)
+++ tapestry/tapestry5/tapestry-ioc/trunk/.project Mon Nov 20 15:29:57 2006
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>tapestry-ioc</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>


Reply via email to