Author: pidster
Date: Thu Jan 6 10:01:35 2011
New Revision: 1055811
URL: http://svn.apache.org/viewvc?rev=1055811&view=rev
Log:
Basic Eclipse config files
Added:
incubator/kitty/trunk/eclipse.classpath (with props)
incubator/kitty/trunk/eclipse.project (with props)
Added: incubator/kitty/trunk/eclipse.classpath
URL:
http://svn.apache.org/viewvc/incubator/kitty/trunk/eclipse.classpath?rev=1055811&view=auto
==============================================================================
--- incubator/kitty/trunk/eclipse.classpath (added)
+++ incubator/kitty/trunk/eclipse.classpath Thu Jan 6 10:01:35 2011
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="test"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+ <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
+ <classpathentry kind="output" path=".settings/bin"/>
+</classpath>
Propchange: incubator/kitty/trunk/eclipse.classpath
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/kitty/trunk/eclipse.classpath
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: incubator/kitty/trunk/eclipse.project
URL:
http://svn.apache.org/viewvc/incubator/kitty/trunk/eclipse.project?rev=1055811&view=auto
==============================================================================
--- incubator/kitty/trunk/eclipse.project (added)
+++ incubator/kitty/trunk/eclipse.project Thu Jan 6 10:01:35 2011
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>kitty-trunk</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Propchange: incubator/kitty/trunk/eclipse.project
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/kitty/trunk/eclipse.project
------------------------------------------------------------------------------
svn:mime-type = text/plain