remove jetty templates to admin project

This commit is contained in:
Jesse McConnell 2012-10-17 17:43:54 -05:00
parent 7a676b1c85
commit 376303d02c
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<templates>
<template autoinsert="true" context="java" deleted="false" description="Create Jetty Logger constant" enabled="true" name="logjetty">${:import(
org.eclipse.jetty.util.log.Log,
org.eclipse.jetty.util.log.Logger)
}private static final Logger LOG = Log.getLogger(${enclosing_type}.class);
</template>
</templates>