Author: vsiveton
Date: Thu Sep  8 10:18:23 2011
New Revision: 1166607

URL: http://svn.apache.org/viewvc?rev=1166607&view=rev
Log:
o improved documentation

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=1166607&r1=1166606&r2=1166607&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT Thu Sep  8 10:18:23 
2011
@@ -2,7 +2,8 @@ Eclipse plugin for Apache Maven Doxia
 
 Requirements:
 * Maven 3 (!)
-* Eclipse Helios
+* Eclipse SDK Helios (http://download.eclipse.org/eclipse/downloads/)
+
 
 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:
@@ -14,19 +15,18 @@ mvn clean install -f eclipse-plugins/pom
 |_ Creates a feature and a P2 repository
 |_ Builds Eclipse plugins
 
-The generated Eclipse Update Site is then available in 
eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/
-
-Update site generated by CI server is at 
https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/
+The generated Eclipse Update Site will be available in:
+eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/
 
+Update site generated by Jenkins CI server:
+https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/
 
-Developing this plugin with Eclipse:
-File > Import > Existing Projects in Workspace
-To test modifications, open plugin.xml and launch
 
-TODO: what modules to import?
+Plugin Development with Eclipse Helios:
+File > Import > Existing Projects in Workspace and use the basedir.
+To test modifications, open for instance 
org.apache.maven.doxia.ide.plugins-apt-ui/plugin.xml and click "Launch an 
Eclipse application"
+Note: if you see Eclipse errors in META-INF/MANIFEST.MF (missing 
org.apache.maven.doxia.ide.dependencies), you need to install firstly 
doxia-osgi 
(doxia-osgi/org.apache.maven.doxia.eclipse.dependencies/target/org.apache.maven.doxia.eclipse.dependencies_1.0.0-SNAPSHOT.jar)
 in ECLIPSE_HOME/plugins and restart Eclipse.
 
-Other comments:
-1162393 is the rev which demos m-e-p editing MANIFEST.MF (!)
 
 Improvements:
 * review POM groupId
@@ -37,20 +37,3 @@ Improvements:
 
 References:
 * DOXIATOOLS-8: Create an Eclipse plugin to edit Doxia files
-
-
-TO BE REVIEWED:
-
-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
-
-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


Reply via email to