fix ignores and remove generated file
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/7694659d Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/7694659d Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/7694659d Branch: refs/heads/master Commit: 7694659dde83927d81333e5db48a095bbcaeec49 Parents: f16ef4a Author: Raymond Auge <[email protected]> Authored: Tue Oct 11 13:27:28 2016 -0400 Committer: Raymond Auge <[email protected]> Committed: Tue Oct 11 13:27:28 2016 -0400 ---------------------------------------------------------------------- .gitignore | 2 +- example-jaxrs-application/build/tmp/jar/bnd.bnd | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/7694659d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0bb5a07..2920297 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ */.project */.settings/ */bin/ -*/build/ +**/build/ /.gradle/ /test-cxf/felix-cache/ /test-cxf/bundle/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/7694659d/example-jaxrs-application/build/tmp/jar/bnd.bnd ---------------------------------------------------------------------- diff --git a/example-jaxrs-application/build/tmp/jar/bnd.bnd b/example-jaxrs-application/build/tmp/jar/bnd.bnd deleted file mode 100644 index 37c72f2..0000000 --- a/example-jaxrs-application/build/tmp/jar/bnd.bnd +++ /dev/null @@ -1,4 +0,0 @@ -#Wed Sep 07 14:15:05 CEST 2016 -Bundle-SymbolicName=com.liferay.portal.rest.example -Bundle-Version=1.0.0 -Bundle-Name=Example OSGi Rest Application
