You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2008/03/24 03:35:51 UTC

svn commit: r640295 - /continuum/sandbox/continuum-eclipse-plugin/README.txt

Author: rinku
Date: Sun Mar 23 19:35:50 2008
New Revision: 640295

URL: http://svn.apache.org/viewvc?rev=640295&view=rev
Log:
o  updated setup notes.

Modified:
    continuum/sandbox/continuum-eclipse-plugin/README.txt

Modified: continuum/sandbox/continuum-eclipse-plugin/README.txt
URL: http://svn.apache.org/viewvc/continuum/sandbox/continuum-eclipse-plugin/README.txt?rev=640295&r1=640294&r2=640295&view=diff
==============================================================================
--- continuum/sandbox/continuum-eclipse-plugin/README.txt (original)
+++ continuum/sandbox/continuum-eclipse-plugin/README.txt Sun Mar 23 19:35:50 2008
@@ -8,25 +8,6 @@
 1)  Setup
 ---------
 
-1-1)  Run 'mvn eclipse:clean eclipse:eclipse osgi:osgi-bundle' on the checked 
-      out Continuum-Eclipse-Plugin project. 
-
-1-2)  Extract the 'continuum-eclipse-plugin-XXX.jar' created by the 
-      'osgi:osgi-bundle' goal to a tmp directory.
-
-1-3)  Manually copy the JARs that are extracted in the root folder to the 
-      '<continuum-eclipse-plugin-project-root>/lib' folder. 
-
-
-The required libs should now be available to Eclipse launcher. 
-
-
-TODO: 
-Hack the Eclipse plugin to be able to do the above steps automatically.
-
-
-NOTE: 
-Felix's Maven-OSGi plugin writes out 'Bundle-Classpath' header but this seems 
-to be different in Eclipse, it is spelt as 'Bundle-ClassPath' (note how 
-ClassPath is spelt)
+1-1) Run 'mvn clean eclipse:eclipse -Declipse.pde' on the checked 
+      out Continuum-Eclipse-Plugin project.