jeffjensen 06/08/15 05:58:45
Modified: word2html .project
Added: word2html .classpath
Log:
Add Eclipse files to rest of plugins.
Revision Changes Path
1.2 +15 -10 maven-plugins/word2html/.project
Index: .project
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/.project,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .project 5 Aug 2004 01:32:29 -0000 1.1
+++ .project 15 Aug 2006 12:58:43 -0000 1.2
@@ -1,12 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<projectDescription>
- <name>maven-word2html-plugin</name>
- <comment>A Maven plugin to convert word docs into html for project usage</comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
\ No newline at end of file
+ <name>maven-word2html-plugin</name>
+ <comment>A Maven plugin to convert word docs into html for project usage</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>
1.1 maven-plugins/word2html/.classpath
Index: .classpath
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target"/>
</classpath>
|