You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/06 03:46:26 UTC

svn commit: r1165476 - in /maven/sandbox/trunk/doxia/doxia-ide/eclipse: README.TXT src/site/apt/index.apt

Author: hboutemy
Date: Tue Sep  6 01:46:26 2011
New Revision: 1165476

URL: http://svn.apache.org/viewvc?rev=1165476&view=rev
Log:
updated documentation

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/src/site/apt/index.apt

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=1165476&r1=1165475&r2=1165476&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT Tue Sep  6 01:46:26 2011
@@ -7,10 +7,10 @@ Requirements:
 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
+mvn clean install -f doxia-osgi/pom.xml
 |_ Makes an OSGi bundle of doxia.
 
-mvn clean install -f eclipse-plugins
+mvn clean install -f eclipse-plugins/pom.xml
 |_ Creates a feature and a P2 repository
 |_ Builds Eclipse plugins
 

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/src/site/apt/index.apt?rev=1165476&r1=1165475&r2=1165476&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/src/site/apt/index.apt (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/src/site/apt/index.apt Tue Sep  6 01:46:26 2011
@@ -3,7 +3,7 @@
  -----
  Benson Margulies
  -----
- 25 August 2011
+ 2011-08-25
  -----
 
 Overview
@@ -25,6 +25,8 @@ Overview
 
   * XHTML
 
+  []
+
   These are made up of an OSGi bundle containing Doxia itself, plus a
   series of Eclipse plugins that provide the editors.
 
@@ -38,6 +40,18 @@ Tree Structure
 
 Build Process
 
+  The build is done in 2 phases:
+
++----+
+mvn clean install -f doxia-osgi/pom.xml
+mvn clean install -f eclipse-plugins/pom.xml
++----+
+
+  The result Eclipse Update Site is available in
+  <<<eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site>>>.
+
+* Explanations
+
   The goal here is to permit both a relatively normal Maven build
   process and active development inside Eclipse. Due to the unsettled
   state of the technologies that can connect Maven and Eclipse, what