Browse Source

#2904 Renamed cleanup and java conventions (ITMillToolkit* to Vaadin*)

svn changeset:7876/svn branch:6.0
tags/6.7.0.beta1
Artur Signell 15 years ago
parent
commit
23b0718e0c
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      eclipse/VaadinCleanup.xml
  2. 1
    1
      eclipse/VaadinJavaConventions.xml

eclipse/ITMillToolkitCleanup.xml → eclipse/VaadinCleanup.xml View File

@@ -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"/>

eclipse/ITMillToolkitJavaConventions.xml → eclipse/VaadinJavaConventions.xml View File

@@ -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"/>

Loading…
Cancel
Save