Repository: ant-ivyde Updated Branches: refs/heads/master 5a26e00f1 -> 98a25fc91
Include NOTICE and LICENSE files in the resolvevisualizer feature Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/98a25fc9 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/98a25fc9 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/98a25fc9 Branch: refs/heads/master Commit: 98a25fc91fdc086d99cb8dd77702716fde2b3039 Parents: 5a26e00 Author: Jaikiran Pai <[email protected]> Authored: Sun Jun 17 09:37:08 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Sun Jun 17 09:37:08 2018 +0530 ---------------------------------------------------------------------- .../build.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/98a25fc9/org.apache.ivyde.eclipse.resolvevisualizer.feature/build.properties ---------------------------------------------------------------------- diff --git a/org.apache.ivyde.eclipse.resolvevisualizer.feature/build.properties b/org.apache.ivyde.eclipse.resolvevisualizer.feature/build.properties index a747157..7921eaa 100644 --- a/org.apache.ivyde.eclipse.resolvevisualizer.feature/build.properties +++ b/org.apache.ivyde.eclipse.resolvevisualizer.feature/build.properties @@ -17,7 +17,10 @@ # * under the License. # *************************************************************** bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + LICENSE,\ + NOTICE + src.includes = .project,\ build.properties,\ feature.properties,\
