Author: jbonofre
Date: Sat Dec 22 19:54:03 2012
New Revision: 1425337

URL: http://svn.apache.org/viewvc?rev=1425337&view=rev
Log:
Update EIK documentation (dev component section)

Added:
    karaf/eik/trunk/manual/src/main/webapp/images/devcomponent_9.png
Modified:
    karaf/eik/trunk/manual/src/main/webapp/images/devexample_1.png
    karaf/eik/trunk/manual/src/main/webapp/images/devexample_4.png
    karaf/eik/trunk/manual/src/main/webapp/images/devexample_5.png
    karaf/eik/trunk/manual/src/main/webapp/images/devexample_6.png
    karaf/eik/trunk/manual/src/main/webapp/user-guide/devcomponent.conf

Added: karaf/eik/trunk/manual/src/main/webapp/images/devcomponent_9.png
URL: 
http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/images/devcomponent_9.png?rev=1425337&view=auto
==============================================================================
Files karaf/eik/trunk/manual/src/main/webapp/images/devcomponent_9.png (added) 
and karaf/eik/trunk/manual/src/main/webapp/images/devcomponent_9.png Sat Dec 22 
19:54:03 2012 differ

Modified: karaf/eik/trunk/manual/src/main/webapp/images/devexample_1.png
URL: 
http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/images/devexample_1.png?rev=1425337&r1=1425336&r2=1425337&view=diff
==============================================================================
Files karaf/eik/trunk/manual/src/main/webapp/images/devexample_1.png (original) 
and karaf/eik/trunk/manual/src/main/webapp/images/devexample_1.png Sat Dec 22 
19:54:03 2012 differ

Modified: karaf/eik/trunk/manual/src/main/webapp/images/devexample_4.png
URL: 
http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/images/devexample_4.png?rev=1425337&r1=1425336&r2=1425337&view=diff
==============================================================================
Files karaf/eik/trunk/manual/src/main/webapp/images/devexample_4.png (original) 
and karaf/eik/trunk/manual/src/main/webapp/images/devexample_4.png Sat Dec 22 
19:54:03 2012 differ

Modified: karaf/eik/trunk/manual/src/main/webapp/images/devexample_5.png
URL: 
http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/images/devexample_5.png?rev=1425337&r1=1425336&r2=1425337&view=diff
==============================================================================
Files karaf/eik/trunk/manual/src/main/webapp/images/devexample_5.png (original) 
and karaf/eik/trunk/manual/src/main/webapp/images/devexample_5.png Sat Dec 22 
19:54:03 2012 differ

Modified: karaf/eik/trunk/manual/src/main/webapp/images/devexample_6.png
URL: 
http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/images/devexample_6.png?rev=1425337&r1=1425336&r2=1425337&view=diff
==============================================================================
Files karaf/eik/trunk/manual/src/main/webapp/images/devexample_6.png (original) 
and karaf/eik/trunk/manual/src/main/webapp/images/devexample_6.png Sat Dec 22 
19:54:03 2012 differ

Modified: karaf/eik/trunk/manual/src/main/webapp/user-guide/devcomponent.conf
URL: 
http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/user-guide/devcomponent.conf?rev=1425337&r1=1425336&r2=1425337&view=diff
==============================================================================
--- karaf/eik/trunk/manual/src/main/webapp/user-guide/devcomponent.conf 
(original)
+++ karaf/eik/trunk/manual/src/main/webapp/user-guide/devcomponent.conf Sat Dec 
22 19:54:03 2012
@@ -84,11 +84,15 @@ slf4j-version: 1.6.1
 
 *Import project in eclipse*
 
-To import project Using command line
-mvn clean install -DskipTests=true 
-then inport project in eclipse and add in MANIFEST  and save
+To compile and import project in Eclipse, type:
 
-* Bundle ID : 
+mvn clean install -DskipTests=true eclipse:eclipse
+
+then import the project in Eclipse and add to MANIFEST
+
+then inport project in eclipse and add in MANIFEST
+
+* Bundle ID
 * Name
 
 !/images/devcomponent_1.png!
@@ -97,7 +101,11 @@ then inport project in eclipse and add i
 Using Eclipse IDE we can import package for our needs in the project, the 
package available are those present in target platform.
 To do that we need do double click on the MANIFEST.MF >  Dependencies you can 
use UI to import package
 
-Eik feature allows Automatic deployment of workspace plugin projects.
+EIK feature allows Automatic deployment of workspace plugin projects.
 If you check Run configurations or in Debug configurations. You will see your 
project
 
 !/images/devcomponent_2.png!
+
+To run your application, select Debug button, wait few seconds for container 
startup and you will see
+
+!/images/devcomponent_9.png!


Reply via email to