You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/03/29 23:03:19 UTC

svn commit: r787724 - /websites/staging/chemistry/trunk/content/java/developing/dev-eclipse.html

Author: buildbot
Date: Tue Mar 29 21:03:19 2011
New Revision: 787724

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/developing/dev-eclipse.html

Modified: websites/staging/chemistry/trunk/content/java/developing/dev-eclipse.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-eclipse.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-eclipse.html Tue Mar 29 21:03:19 2011
@@ -280,7 +280,16 @@ and directly connect from a client to se
 classes within a single JVM and is called the Local
 Binding. This can be convenient is some cases and makes
 debugging very easy. See the example how to 
-<a href="/java/examples/example-create-session.html">create a session</a>.</p></div>
+<a href="/java/examples/example-create-session.html">create a session</a>.</p>
+<h2 id="long_package_names">Long Package Names</h2>
+<p>The opencmis project uses package names that sometimes
+get inconvenient due to their length. Since Helios
+Elipse has a nice feature to abbreviate package names.
+In Window/Preferences go to Java / Appearance and
+select Abbreviate package names. Add a rule:
+   <code>org.apache.chemistry.opencmis={cmis}</code>
+This will display all your packages in a form like
+   <code>{cmis}.commons.api</code></p></div>
              <!-- Content -->
            </td>
           </tr>