Author: hboutemy
Date: Sat Sep  3 14:34:15 2011
New Revision: 1164869

URL: http://svn.apache.org/viewvc?rev=1164869&view=rev
Log:
some updates

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=1164869&r1=1164868&r2=1164869&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT Sat Sep  3 14:34:15 
2011
@@ -1,20 +1,29 @@
 Eclipse plugin for Apache Maven Doxia
 
-Build with Maven:
-Tycho (http://tycho.sonatype.org) won't resolve through the reactor for the 
bundle, so you need to build firstly 
org.apache.maven.doxia.eclipse.dependencies project:
+Building (with Maven)
+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
-|_ Make an OSGi bundle of doxia.
+|_ Makes an OSGi bundle of doxia.
+
 mvn clean install
-|_ Create a feature and a P2 repository
-|_ Eclipse plugins
+|_ Creates a feature and a P2 repository
+|_ Builds Eclipse plugins
+
+TODO: how to make Eclipse install from the previous build?
+
+
+Developing with Eclipse
+File > Import > Existing Projects in Workspace
+To test modifications, open plugin.xml and launch
+
+TODO: what modules to import?
 
-Using Eclipse IDE:
-File/import/Existing projects in workspace/${basedir}
 
 Other comments:
 1162393 is the rev which demos m-e-p editing MANIFEST.MF (!)
   
+
 TO BE REVIEWED:
 
 Required Prerequisites:
@@ -35,8 +44,7 @@ Improvements:
 * review POM groupId
 * fixed icons and label
 * add more actions like add list, comment/uncomment in Apt...
-* add Maven documentation to build a build site
+* add Maven documentation to build an update site
 
 References:
-* DOXIA-233: Create an Eclipse plugin to edit Doxia files
-* DOXIA-228: Create a new tool to handle module conversion
\ No newline at end of file
+* DOXIATOOLS-8: Create an Eclipse plugin to edit Doxia files


Reply via email to