Repository: aries-jax-rs-whiteboard Updated Branches: refs/heads/master e4785d017 -> 5e7d56a99
Use gitignored file to add local properties Thanks @rotty3000! 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/72ea289f Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/72ea289f Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/72ea289f Branch: refs/heads/master Commit: 72ea289f1a9a7cc963e4fc8836d48019aea79e4f Parents: e4785d0 Author: Carlos Sierra <[email protected]> Authored: Fri Aug 25 17:41:56 2017 +0200 Committer: Carlos Sierra <[email protected]> Committed: Fri Aug 25 17:41:56 2017 +0200 ---------------------------------------------------------------------- .gitignore | 1 + jax-rs.itests/itest.bndrun | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/72ea289f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f84903e..7081da0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ */bin/ **/build/ **/generated/ +**/personal.bnd **/target/ */*.jar */cnf/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/72ea289f/jax-rs.itests/itest.bndrun ---------------------------------------------------------------------- diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun index c74b820..6ec43a0 100644 --- a/jax-rs.itests/itest.bndrun +++ b/jax-rs.itests/itest.bndrun @@ -43,4 +43,4 @@ org.osgi.service.http;version='[1.2.1,1.2.2)',\ org.osgi.service.http.whiteboard;version='[1.0.0,1.0.1)' -#-runvm: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" +-include: -personal.bnd
