diongillard 04/08/04 18:19:49
Modified: was5 .cvsignore
Added: was5 .project
Log:
Remove .project from cvsignore and add it back in
Revision Changes Path
1.2 +0 -1 maven-plugins/was5/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/was5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 9 Mar 2004 11:36:23 -0000 1.1
+++ .cvsignore 5 Aug 2004 01:19:49 -0000 1.2
@@ -1,4 +1,3 @@
target
velocity.log
maven.log
-.project
\ No newline at end of file
1.1 maven-plugins/was5/.project
Index: .project
===================================================================
<?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>
|