소스 검색

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 년 전
부모
커밋
0e9999e429
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
+