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