Author: ggregory
Date: Thu Mar 31 03:54:51 2011
New Revision: 1087178
URL: http://svn.apache.org/viewvc?rev=1087178&view=rev
Log:
Ignore eclipse project files.
Added:
commons/proper/commons-skin/trunk/.classpath
Modified:
commons/proper/commons-skin/trunk/ (props changed)
Propchange: commons/proper/commons-skin/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Mar 31 03:54:51 2011
@@ -1,2 +1,3 @@
target
.project
+.settings
Added: commons/proper/commons-skin/trunk/.classpath
URL:
http://svn.apache.org/viewvc/commons/proper/commons-skin/trunk/.classpath?rev=1087178&view=auto
==============================================================================
--- commons/proper/commons-skin/trunk/.classpath (added)
+++ commons/proper/commons-skin/trunk/.classpath Thu Mar 31 03:54:51 2011
@@ -0,0 +1,5 @@
+<classpath>
+ <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
+ <classpathentry kind="output" path="target/classes"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+</classpath>
\ No newline at end of file