Some cleaning.
authorBruno Sinou <bsinou@argeo.org>
Wed, 10 Dec 2014 18:44:59 +0000 (18:44 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 10 Dec 2014 18:44:59 +0000 (18:44 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7562 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.eclipse.ui/.project
org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/AbstractTreeContentProvider.java
org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/JcrUiUtils.java
org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/lists/ColumnDefinition.java

index 53e9b324c5657fd5c74b6bbe97c504ac7bbdaf9c..3140a5c35d0e02a516226f962cc9f31fdd5de2e3 100644 (file)
@@ -2,27 +2,23 @@
 <projectDescription>
        <name>org.argeo.eclipse.ui</name>
        <comment></comment>
-       <projects>
-       </projects>
+       <projects></projects>
        <buildSpec>
                <buildCommand>
                        <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
+                       <arguments />
                </buildCommand>
                <buildCommand>
                        <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
+                       <arguments />
                </buildCommand>
                <buildCommand>
                        <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
+                       <arguments />
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.pde.PluginNature</nature>
                <nature>org.eclipse.jdt.core.javanature</nature>
        </natures>
-</projectDescription>
+</projectDescription>
\ No newline at end of file
index 6b86676b4eebe80b5dfcc533919480eaf5704f9d..9174b51bcb03a88bbe73f7598c559afb6f8ab927 100644 (file)
@@ -54,5 +54,4 @@ public abstract class AbstractTreeContentProvider implements
                }
                return false;
        }
-
-}
+}
\ No newline at end of file
index 97930319205e3692a4ebc462e5897f9d4e1ea625..32ae1a7005ecd0d3e488c568abf6e77eef6c80a7 100644 (file)
@@ -15,7 +15,7 @@ import org.eclipse.swt.events.SelectionAdapter;
 import org.eclipse.swt.events.SelectionEvent;
 import org.eclipse.swt.widgets.Table;
 
-/** Utility methods to simplify UI development using eclipse and JCR. */
+/** Utility methods to simplify UI development using SWT (or RWT), jface  and JCR. */
 public class JcrUiUtils {
 
        /**
index 9e338276a5af9bbf5a45deda56436a05be5c244a..6dd92d122060ca097ef353f7108e408ef6a4476c 100644 (file)
@@ -85,4 +85,4 @@ public class ColumnDefinition {
        public void setColumnSize(int columnSize) {
                this.columnSize = columnSize;
        }
-}
+}
\ No newline at end of file