Author: linus Date: 2008-03-24 01:09:06-0700 New Revision: 14223 Modified: trunk/tools/eclipse/eclipse-argo-codetemplates.xml
Log: Removed rest of old Id-field. Modified: trunk/tools/eclipse/eclipse-argo-codetemplates.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/eclipse/eclipse-argo-codetemplates.xml?view=diff&rev=14223&p1=trunk/tools/eclipse/eclipse-argo-codetemplates.xml&p2=trunk/tools/eclipse/eclipse-argo-codetemplates.xml&r1=14222&r2=14223 ============================================================================== --- trunk/tools/eclipse/eclipse-argo-codetemplates.xml (original) +++ trunk/tools/eclipse/eclipse-argo-codetemplates.xml 2008-03-24 01:09:06-0700 @@ -20,7 +20,7 @@ */</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">/** * ${tags} * ${see_to_target} - */</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">// $$Id: eclipse-argo-codetemplates.xml 11347 2006-10-26 22:37:44Z linus $$ + */</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">// $$Id$$ // Copyright (c) ${year} The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
