diff options
Diffstat (limited to '.tomcatplugin')
-rw-r--r-- | .tomcatplugin | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.tomcatplugin b/.tomcatplugin new file mode 100644 index 0000000..d6b257f --- /dev/null +++ b/.tomcatplugin @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tomcatProjectProperties> + <rootDir>/</rootDir> + <exportSource>true</exportSource> + <reloadable>true</reloadable> + <redirectLogger>false</redirectLogger> + <updateXml>true</updateXml> + <warLocation>D:\grid-excel.war</warLocation> + <extraInfo></extraInfo> + <webPath>/grid-excel</webPath> +</tomcatProjectProperties> |