Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'devel/codetemplates.xml')
-rw-r--r--devel/codetemplates.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/codetemplates.xml b/devel/codetemplates.xml
new file mode 100644
index 000000000..7f55bd69d
--- /dev/null
+++ b/devel/codetemplates.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="filecomment_context" deleted="false" description="Comment for created Java files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.filecomment" name="filecomment">/*******************************************************************************
+ * Copyright (c) ${year} __COMPANY/CONTRIBUTOR__ and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * ${user}&lt;__EMAIL__&gt; - initial API and implementation
+ *******************************************************************************/</template></templates> \ No newline at end of file

Back to the top