From 44fbf678bb17ab9438b14d09102ca3e57d41d073 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 13 Jun 2014 12:23:26 -0500 Subject: [PATCH] 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. --- samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF diff --git a/samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF b/samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..58630c02ef --- /dev/null +++ b/samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 +