You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/03/03 00:06:50 UTC

svn commit: r514006 - in /tapestry/tapestry5/tapestry-spring-integration/trunk: .classpath .project pom.xml src/ src/main/ src/main/java/

Author: hlship
Date: Fri Mar  2 15:06:49 2007
New Revision: 514006

URL: http://svn.apache.org/viewvc?view=rev&rev=514006
Log: (empty)

Added:
    tapestry/tapestry5/tapestry-spring-integration/trunk/.classpath
    tapestry/tapestry5/tapestry-spring-integration/trunk/.project
    tapestry/tapestry5/tapestry-spring-integration/trunk/pom.xml
    tapestry/tapestry5/tapestry-spring-integration/trunk/src/
    tapestry/tapestry5/tapestry-spring-integration/trunk/src/main/
    tapestry/tapestry5/tapestry-spring-integration/trunk/src/main/java/

Added: tapestry/tapestry5/tapestry-spring-integration/trunk/.classpath
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring-integration/trunk/.classpath?view=auto&rev=514006
==============================================================================
--- tapestry/tapestry5/tapestry-spring-integration/trunk/.classpath (added)
+++ tapestry/tapestry5/tapestry-spring-integration/trunk/.classpath Fri Mar  2 15:06:49 2007
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: tapestry/tapestry5/tapestry-spring-integration/trunk/.project
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring-integration/trunk/.project?view=auto&rev=514006
==============================================================================
--- tapestry/tapestry5/tapestry-spring-integration/trunk/.project (added)
+++ tapestry/tapestry5/tapestry-spring-integration/trunk/.project Fri Mar  2 15:06:49 2007
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>tapestry-spring-integration</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>

Added: tapestry/tapestry5/tapestry-spring-integration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring-integration/trunk/pom.xml?view=auto&rev=514006
==============================================================================
--- tapestry/tapestry5/tapestry-spring-integration/trunk/pom.xml (added)
+++ tapestry/tapestry5/tapestry-spring-integration/trunk/pom.xml Fri Mar  2 15:06:49 2007
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>org.apache.tapestry</groupId>
+  <artifactId>tapestry-spring-integration</artifactId>
+  <version>5.0.3-SNAPSHOT</version>
+  <description>Provides integration of Tapestry with the Spring IoC container</description>
+</project>
\ No newline at end of file