瀏覽代碼

Fix jdbc-jc to work with tomcat gradle plugin

It is necessary to ensure that src/main/webapp exists to ensure the
application starts with the Tomcat Gradle Plugin.

This commit adds a Manifest file to src/main/webapp/META-INF to ensure
that git contains the otherwise empty directory.
Rob Winch 11 年之前
父節點
當前提交
44fbf678bb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF

+ 2 - 0
samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF

@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+