Repository: incubator-ranger Updated Branches: refs/heads/master 8f386d15f -> 575fc1b43
RANGER-210 - removing generated file and adding it to gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/575fc1b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/575fc1b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/575fc1b4 Branch: refs/heads/master Commit: 575fc1b43e232849a257e76c4d5597bf1e9be157 Parents: 8f386d1 Author: sneethiraj <[email protected]> Authored: Tue Feb 10 22:36:03 2015 -0500 Committer: sneethiraj <[email protected]> Committed: Tue Feb 10 22:41:51 2015 -0500 ---------------------------------------------------------------------- jisql/.gitignore | 1 + ranger-util/src/.gitignore | 1 + .../org/apache/ranger/common/package-info.java | 26 -------------------- 3 files changed, 2 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/575fc1b4/jisql/.gitignore ---------------------------------------------------------------------- diff --git a/jisql/.gitignore b/jisql/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/jisql/.gitignore @@ -0,0 +1 @@ +/target/ http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/575fc1b4/ranger-util/src/.gitignore ---------------------------------------------------------------------- diff --git a/ranger-util/src/.gitignore b/ranger-util/src/.gitignore new file mode 100644 index 0000000..e8e450b --- /dev/null +++ b/ranger-util/src/.gitignore @@ -0,0 +1 @@ +gen/ http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/575fc1b4/ranger-util/src/gen/org/apache/ranger/common/package-info.java ---------------------------------------------------------------------- diff --git a/ranger-util/src/gen/org/apache/ranger/common/package-info.java b/ranger-util/src/gen/org/apache/ranger/common/package-info.java deleted file mode 100644 index 5e8bd27..0000000 --- a/ranger-util/src/gen/org/apache/ranger/common/package-info.java +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* - * Generated by saveVersion.sh - */ -@RangerVersionAnnotation(version="0.4.0", shortVersion="${ranger.version.shortname}", - revision="25517f0b1ff57e2da4a0844f4559390508ecb57e", branch="BUG-210", - user="gautam", date="Mon Feb 2 11:40:14 IST 2015", url="git://Gautams-MacBook-Pro.local/Users/gautam/Code/javaWorkspace/XASecure/Repos/incubator-ranger-patch", - srcChecksum="b46cebc9c7edc45bd3bcc6193ff245ca") -package org.apache.ranger.common;
