From: dion g. <dio...@us...> - 2004-08-26 23:31:57
|
diongillard 04/08/26 16:31:50 Modified: dbunit .project Log: Add structure builder Revision Changes Path 1.2 +20 -16 maven-plugins/dbunit/.project Index: .project =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 1 Aug 2004 11:16:19 -0000 1.1 +++ .project 26 Aug 2004 23:31:50 -0000 1.2 @@ -1,18 +1,22 @@ <?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> \ No newline at end of file + <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> + <buildCommand> + <name>com.ibm.sse.model.structuredbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |