Author: andyhot
Date: Sun Nov 22 21:41:30 2009
New Revision: 883152

URL: http://svn.apache.org/viewvc?rev=883152&view=rev
Log:
TAP5-819: remove ide specific file in 5.0 branch

Removed:
    tapestry/tapestry5/branches/5.0/quickstart/.project
    tapestry/tapestry5/branches/5.0/tapestry-component-report/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-component-report/.project
    
tapestry/tapestry5/branches/5.0/tapestry-component-report/tapestry-component-report.iml
    tapestry/tapestry5/branches/5.0/tapestry-core/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-core/.project
    tapestry/tapestry5/branches/5.0/tapestry-core/.settings/
    tapestry/tapestry5/branches/5.0/tapestry-core/tapestry-core.iml
    tapestry/tapestry5/branches/5.0/tapestry-hibernate/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-hibernate/.project
    tapestry/tapestry5/branches/5.0/tapestry-ioc/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-ioc/.project
    tapestry/tapestry5/branches/5.0/tapestry-ioc/.settings/
    tapestry/tapestry5/branches/5.0/tapestry-spring/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-spring/.project
    tapestry/tapestry5/branches/5.0/tapestry-tutorial1/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-tutorial1/.project
    tapestry/tapestry5/branches/5.0/tapestry-tutorial1/.settings/
    tapestry/tapestry5/branches/5.0/tapestry-upload/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-upload/.project
Modified:
    tapestry/tapestry5/branches/5.0/quickstart/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-annotations/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-annotations/.project
    tapestry/tapestry5/branches/5.0/tapestry-component-report/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-core/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-hibernate/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-ioc/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-spring/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-test/.classpath
    tapestry/tapestry5/branches/5.0/tapestry-tutorial1/   (props changed)
    tapestry/tapestry5/branches/5.0/tapestry-upload/   (props changed)

Propchange: tapestry/tapestry5/branches/5.0/quickstart/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -1 +1,4 @@
 target
+.classpath
+.project
+.settings

Modified: tapestry/tapestry5/branches/5.0/tapestry-annotations/.classpath
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-annotations/.classpath?rev=883152&r1=883151&r2=883152&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-annotations/.classpath (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-annotations/.classpath Sun Nov 22 
21:41:30 2009
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" output="bin" 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/noworkspace"/>
-    <classpathentry kind="output" path="bin"/>
+       <classpathentry kind="src" output="target/classes" 
path="src/main/java"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+       <classpathentry kind="con" 
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+       <classpathentry kind="con" 
path="org.eclipse.jst.j2ee.internal.module.container"/>
+       <classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: tapestry/tapestry5/branches/5.0/tapestry-annotations/.project
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-annotations/.project?rev=883152&r1=883151&r2=883152&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-annotations/.project (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-annotations/.project Sun Nov 22 
21:41:30 2009
@@ -1,22 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-    <name>tapestry-annotations</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>
+       <name>tapestry5-annotations-5.0.19-SNAPSHOT</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       
<name>org.eclipse.wst.common.project.facet.core.builder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.maven.ide.eclipse.maven2Builder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       
<name>org.eclipse.wst.validation.validationbuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+               
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>
+               
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+       </natures>
 </projectDescription>

Propchange: tapestry/tapestry5/branches/5.0/tapestry-component-report/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -1,2 +1,6 @@
 target
 bin
+*.iml
+.classpath
+.project
+.settings

Propchange: tapestry/tapestry5/branches/5.0/tapestry-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -8,3 +8,7 @@
 testng.xml
 null
 bin-test
+.classpath
+.project
+.settings
+*.iml

Propchange: tapestry/tapestry5/branches/5.0/tapestry-hibernate/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -4,3 +4,6 @@
 cobertura.ser
 null
 test-output
+.classpath
+.project
+.settings

Propchange: tapestry/tapestry5/branches/5.0/tapestry-ioc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -5,3 +5,6 @@
 test-output
 null
 bin-test
+.classpath
+.project
+.settings

Propchange: tapestry/tapestry5/branches/5.0/tapestry-spring/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -4,3 +4,6 @@
 cobertura.ser
 null
 bin-test
+.classpath
+.project
+.settings

Modified: tapestry/tapestry5/branches/5.0/tapestry-test/.classpath
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-test/.classpath?rev=883152&r1=883151&r2=883152&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-test/.classpath (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-test/.classpath Sun Nov 22 
21:41:30 2009
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" output="bin" path="src/main/java"/>
-    <classpathentry kind="lib" path="src/main/resources"/>
-    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-    <classpathentry kind="con" 
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/noworkspace"/>
-    <classpathentry kind="output" path="bin"/>
+       <classpathentry kind="src" output="target/classes" 
path="src/main/java"/>
+       <classpathentry excluding="**" kind="src" output="target/classes" 
path="src/main/resources"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+       <classpathentry kind="con" 
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
 </classpath>

Propchange: tapestry/tapestry5/branches/5.0/tapestry-tutorial1/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -1,2 +1,5 @@
 bin
 target
+.classpath
+.project
+.settings

Propchange: tapestry/tapestry5/branches/5.0/tapestry-upload/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 22 21:41:30 2009
@@ -3,3 +3,6 @@
 bin
 cobertura.ser
 temp-testng-customsuite.xml
+.classpath
+.project
+.settings


Reply via email to