From: dion g. <dio...@us...> - 2004-08-26 23:29:20
|
diongillard 04/08/26 16:29:13 Modified: was40 .project Log: Add structure builder Revision Changes Path 1.2 +14 -10 maven-plugins/was40/.project Index: .project =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 5 Aug 2004 01:21:14 -0000 1.1 +++ .project 26 Aug 2004 23:29:13 -0000 1.2 @@ -1,12 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> - <name>maven-was40-plugin</name> - <comment>A plugin to manage a WebSphere AppServer 4 installation</comment> - <projects> - </projects> - <buildSpec> - </buildSpec> - <natures> - </natures> -</projectDescription> \ No newline at end of file + <name>maven-was40-plugin</name> + <comment>A plugin to manage a WebSphere AppServer 4 installation</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.ibm.sse.model.structuredbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + </natures> +</projectDescription> |