Repository: incubator-juneau Updated Branches: refs/heads/master 6087b1120 -> f16ba3830
Remove trailing blank lines that prevent microservice build script from working. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/f16ba383 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/f16ba383 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/f16ba383 Branch: refs/heads/master Commit: f16ba3830afe141793b89deed6a5600ffb11caf9 Parents: 6087b11 Author: jamesbognar <[email protected]> Authored: Wed Aug 3 15:02:33 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Wed Aug 3 15:02:33 2016 -0400 ---------------------------------------------------------------------- org.apache.juneau.microservice.template/META-INF/MANIFEST.MF | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/f16ba383/org.apache.juneau.microservice.template/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/org.apache.juneau.microservice.template/META-INF/MANIFEST.MF b/org.apache.juneau.microservice.template/META-INF/MANIFEST.MF index 30add53..f9c282e 100755 --- a/org.apache.juneau.microservice.template/META-INF/MANIFEST.MF +++ b/org.apache.juneau.microservice.template/META-INF/MANIFEST.MF @@ -13,6 +13,4 @@ Class-Path: lib/javax.servlet-api-3.0.jar lib/jetty-all-8.1.0.jar lib/juneau-all-5.2.jar - lib/org.apache.commons.fileupload_1.3.1.jar - - \ No newline at end of file + lib/org.apache.commons.fileupload_1.3.1.jar \ No newline at end of file
