jeffjensen 06/08/08 20:22:45
Modified: sourceforge .project
Log:
Add project file.
Revision Changes Path
1.3 +15 -16 maven-plugins/sourceforge/.project
Index: .project
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/sourceforge/.project,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .project 26 Aug 2004 21:11:34 -0000 1.2
+++ .project 9 Aug 2006 03:22:45 -0000 1.3
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<projectDescription>
- <name>maven-sourceforge-plugin</name>
- <comment>Plugin to deploy distributions to Sourceforge</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-sourceforge-plugin</name>
+ <comment>Plugin to deploy distributions to Sourceforge</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>
|