From: dion g. <dio...@us...> - 2004-08-01 11:16:26
|
diongillard 04/08/01 04:16:19 Added: dbunit .project Log: Add eclipse project defn Revision Changes Path 1.1 maven-plugins/dbunit/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-dbunit-plugin</name> <comment>A plugin to automate Dbunit tasks</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> |