[Yanel-commits] rev 57595 - public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development

michi at wyona.com michi at wyona.com
Thu Mar 31 12:16:55 CEST 2011


Author: michi
Date: 2011-03-31 12:16:55 +0200 (Thu, 31 Mar 2011)
New Revision: 57595

Modified:
   public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html
Log:
import realm improved

Modified: public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html	2011-03-31 09:52:21 UTC (rev 57594)
+++ public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/development/build_setup_eclipse_ide.html	2011-03-31 10:16:55 UTC (rev 57595)
@@ -33,18 +33,23 @@
 
 
 
-<h2>Importing a realm</h2>
-<p>If you want to work on a realm that has a separate directory from the Yanel source, follow these steps to  import it as a project into Eclipse:</p>
+<h2>Importing a (third party) realm/website</h2>
+<p>If you want to work on a realm that has a separate directory from the Yanel source, follow the following steps to import it as a project into Eclipse:</p>
 <ol> <a name="point1"> </a>
-<li>Check out Yanel and the external realm, and <a href="../how-to-add-a-new-realm.html">add the realm to Yanel</a>.</li>
+<li>Make sure Yanel is installed properly and <a href="../how-to-add-a-new-realm.html">add the realm to Yanel</a>.</li>
+
+<!-- TODO: What is this good for?!
 <li>Compile and deploy "yanel-test-1.0-dev-rREVISION.jar":<br />
 <pre>cd {path/to/yanel/root}<br />./build.sh -f {path/to/yanel/root}/src/test/build.xml install-jar<br /></pre>
 <p>This will build the jar file and deploy it automatically to your maven repository.</p>
 </li>
+-->
+
 <a name="point3"> </a>
 <li>Build an Eclipse project using the specific "eclipse" target with the realm's build file:<br />
 <pre>cd {path/to/yanel/root}<br />./build.sh -f {path/to/realm/root}/build.xml eclipse</pre>
 </li>
+
 <li>In Eclipse, select <em>File -> Import</em>, to open the Import  dialog.</li>
 <li>Select <em>General -> Existing Projects into Workspace</em>, then  click on <em>Next</em>.</li>
 <li>Check <em>"Select root directory"</em>, click on <em>Browse</em>, and  select the realm's root directory (i.e. where build.xml is located)</li>



More information about the Yanel-commits mailing list