adding eclipse project meta-data, .classpath file is based on dependencies listed in ivy.xml

This commit is contained in:
Scott Andrews
2008-10-24 21:05:25 +00:00
parent 8e85702ff4
commit 731c33f640
27 changed files with 448 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.springframework.agent</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>