diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-05-19 09:02:11 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-05-19 09:02:11 +0000 |
commit | 23b0718e0c88ae519fd03bf4707189b78a1aff00 (patch) | |
tree | f191cf448f5fbfb6e47fc001e1cc592006287154 /eclipse | |
parent | 10231abfa38d5a6e6bb87e20161bb6a5055fa3f3 (diff) | |
download | vaadin-framework-23b0718e0c88ae519fd03bf4707189b78a1aff00.tar.gz vaadin-framework-23b0718e0c88ae519fd03bf4707189b78a1aff00.zip |
#2904 Renamed cleanup and java conventions (ITMillToolkit* to Vaadin*)
svn changeset:7876/svn branch:6.0
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/VaadinCleanup.xml (renamed from eclipse/ITMillToolkitCleanup.xml) | 2 | ||||
-rw-r--r-- | eclipse/VaadinJavaConventions.xml (renamed from eclipse/ITMillToolkitJavaConventions.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/ITMillToolkitCleanup.xml b/eclipse/VaadinCleanup.xml index fbbf7ceac2..22bb761c3e 100644 --- a/eclipse/ITMillToolkitCleanup.xml +++ b/eclipse/VaadinCleanup.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="2">
-<profile kind="CleanUpProfile" name="IT Mill Toolkit Cleanup 20080201" version="2">
+<profile kind="CleanUpProfile" name="Vaadin Cleanup 20080201" version="2">
<setting id="cleanup.remove_unused_private_fields" value="true"/>
<setting id="cleanup.always_use_parentheses_in_expressions" value="false"/>
<setting id="cleanup.never_use_blocks" value="false"/>
diff --git a/eclipse/ITMillToolkitJavaConventions.xml b/eclipse/VaadinJavaConventions.xml index 46e06788e7..3ddaec5a4c 100644 --- a/eclipse/ITMillToolkitJavaConventions.xml +++ b/eclipse/VaadinJavaConventions.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="11">
-<profile kind="CodeFormatterProfile" name="IT Mill Toolkit Java Conventions 20071114" version="11">
+<profile kind="CodeFormatterProfile" name="Vaadin Java Conventions 20071114" version="11">
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/>
|