You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/09/18 19:08:17 UTC

aurora git commit: Enable the `project_info` plugin.

Repository: aurora
Updated Branches:
  refs/heads/master a87ad4102 -> 330e8ee00


Enable the `project_info` plugin.

This brings in the `dependencies` goal which we use in
`build-support/python/make-pycharm-virtualenv`.

Bugs closed: AURORA-1775

Reviewed at https://reviews.apache.org/r/51987/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/330e8ee0
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/330e8ee0
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/330e8ee0

Branch: refs/heads/master
Commit: 330e8ee00eddda3d24048a2f8a399ed5683767c2
Parents: a87ad41
Author: John Sirois <js...@apache.org>
Authored: Sun Sep 18 13:08:15 2016 -0600
Committer: John Sirois <jo...@gmail.com>
Committed: Sun Sep 18 13:08:15 2016 -0600

----------------------------------------------------------------------
 pants.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/330e8ee0/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index de0ab30..70db14b 100644
--- a/pants.ini
+++ b/pants.ini
@@ -27,6 +27,7 @@ backend_packages: [
     # Pants built-ins:
     'pants.backend.codegen',
     'pants.backend.graph_info',
+    'pants.backend.project_info',
     'pants.backend.python',
   ]