|
|
-
Re: svn commit: r1304521 - /lucene/dev/trunk/dev-tools/eclipse/dot.settings/org.eclipse.jdt.ui.prefsRobert Muir 2012-03-23, 17:43
+1!
On Fri, Mar 23, 2012 at 1:32 PM, <[EMAIL PROTECTED]> wrote: > Author: dweiss > Date: Fri Mar 23 17:32:07 2012 > New Revision: 1304521 > > URL: http://svn.apache.org/viewvc?rev=1304521&view=rev > Log: > Added Apache (c) header to new type template. > > Modified: > lucene/dev/trunk/dev-tools/eclipse/dot.settings/org.eclipse.jdt.ui.prefs > > Modified: lucene/dev/trunk/dev-tools/eclipse/dot.settings/org.eclipse.jdt.ui.prefs > URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.settings/org.eclipse.jdt.ui.prefs?rev=1304521&r1=1304520&r2=1304521&view=diff > =============================================================================> --- lucene/dev/trunk/dev-tools/eclipse/dot.settings/org.eclipse.jdt.ui.prefs (original) > +++ lucene/dev/trunk/dev-tools/eclipse/dot.settings/org.eclipse.jdt.ui.prefs Fri Mar 23 17:32:07 2012 > @@ -1,4 +1,5 @@ > -#Thu Jan 26 09:50:07 CET 2012 > -eclipse.preferences.version=1 > -formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile > -formatter_settings_version=12 > +#Fri Mar 23 18:29:39 CET 2012 > +eclipse.preferences.version=1 > +formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile > +formatter_settings_version=12 > +org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * \r\n */</template><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created J > ava files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * \r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n *\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods > " enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* \r\n *\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n/**\r\n * Licensed to the Apache Software Foundation (ASF) under one or more\r\n * contributor license agreements. See the NOTICE file distributed with\r\n * this work for additional information regarding copyright ownership.\r\n * The ASF licenses this file to You under the Apache License, Version 2.0\r\n * (the "License"); you may lucidimagination.com |