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

svn commit: r1086744 - /chemistry/site/trunk/content/java/developing/dev-eclipse.mdtext

Author: jens
Date: Tue Mar 29 21:03:10 2011
New Revision: 1086744

URL: http://svn.apache.org/viewvc?rev=1086744&view=rev
Log:
add abbreviate package names

Modified:
    chemistry/site/trunk/content/java/developing/dev-eclipse.mdtext

Modified: chemistry/site/trunk/content/java/developing/dev-eclipse.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/dev-eclipse.mdtext?rev=1086744&r1=1086743&r2=1086744&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/dev-eclipse.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/dev-eclipse.mdtext Tue Mar 29 21:03:10 2011
@@ -110,6 +110,18 @@ Binding. This can be convenient is some 
 debugging very easy. See the example how to 
 [create a session][2].
 
+## Long Package Names
+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:
+   `org.apache.chemistry.opencmis={cmis}`
+This will display all your packages in a form like
+   `{cmis}.commons.api`
+
+
+
 
   [1]: http://wiki.apache.org/tomcat/FAQ/Developing#Q1
   [2]: /java/examples/example-create-session.html
\ No newline at end of file