Author: vsiveton
Date: Mon Sep  5 02:29:02 2011
New Revision: 1165150

URL: http://svn.apache.org/viewvc?rev=1165150&view=rev
Log:
o update readme

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT?rev=1165150&r1=1165149&r2=1165150&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT Mon Sep  5 02:29:02 
2011
@@ -1,6 +1,10 @@
 Eclipse plugin for Apache Maven Doxia
 
-Building (with Maven)
+Requirements:
+* Maven 3 (!)
+* Eclipse Helios
+
+Building (with Maven 3):
 Tycho (http://tycho.sonatype.org) won't resolve through the reactor for the 
bundle, so you need to build org.apache.maven.doxia.eclipse.dependencies 
project first:
 
 mvn clean install -f 
doxia-osgi/org.apache.maven.doxia.eclipse.dependencies/pom.xml
@@ -12,17 +16,25 @@ mvn clean install
 
 TODO: how to make Eclipse install from the previous build?
 
-
-Developing with Eclipse
+Developing this plugin with Eclipse:
 File > Import > Existing Projects in Workspace
 To test modifications, open plugin.xml and launch
 
 TODO: what modules to import?
 
-
 Other comments:
 1162393 is the rev which demos m-e-p editing MANIFEST.MF (!)
-  
+
+Improvements:
+* review POM groupId
+* fixed icons and label
+* add more actions like add list, comment/uncomment in Apt...
+* add Maven documentation for the plugin and how to build an update site.
+* test it with other Eclipse distributions
+
+References:
+* DOXIATOOLS-8: Create an Eclipse plugin to edit Doxia files
+
 
 TO BE REVIEWED:
 
@@ -39,12 +51,3 @@ Known Limitations:
 * Needs to bump to WSTP M6 due to:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=212330
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=224040
-
-Improvements:
-* review POM groupId
-* fixed icons and label
-* add more actions like add list, comment/uncomment in Apt...
-* add Maven documentation to build an update site
-
-References:
-* DOXIATOOLS-8: Create an Eclipse plugin to edit Doxia files


Reply via email to