You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/04/07 15:32:11 UTC

svn commit: r645518 - /maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT

Author: vsiveton
Date: Mon Apr  7 06:32:10 2008
New Revision: 645518

URL: http://svn.apache.org/viewvc?rev=645518&view=rev
Log:
DOXIA-233: Create an Eclipse plugin to edit Doxia files

o added README

Added:
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT

Added: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT?rev=645518&view=auto
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT (added)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT Mon Apr  7 06:32:10 2008
@@ -0,0 +1,27 @@
+Eclipse plugin for Apache Maven Doxia
+
+Required Prerequisites:
+* Eclipse SDK Platform (http://download.eclipse.org/eclipse/downloads/)
+* Web Tools Platform (http://download.eclipse.org/webtools/downloads/)
+  - EMF
+  - EMF XSD
+  - GEF
+  - DTP
+  - WTP Tool Developers
+* doxia-converter (https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-converter)
+  - Need to build it 
+  - Put apache-doxia-1.0-SNAPSHOT-jar-with-dependencies.jar in ./plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib
+
+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
+
+TODO:
+* mavenize the plugins
+* Add more PatternRule for text plugin (Apt, confluence, twiki)
+* Review editor colors
+
+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