You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2015/12/10 18:20:29 UTC

[2/3] incubator-brooklyn git commit: removed unnecessary maven config, added org.python.google to checkstyle illegalPkgs

removed unnecessary maven config, added org.python.google to checkstyle illegalPkgs


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d837a100
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d837a100
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d837a100

Branch: refs/heads/master
Commit: d837a1009bcff3bd63b673275f70b88c2215c0e4
Parents: 96f10e4
Author: John McCabe <jo...@johnmccabe.net>
Authored: Thu Dec 10 15:38:29 2015 +0000
Committer: John McCabe <jo...@johnmccabe.net>
Committed: Thu Dec 10 15:38:29 2015 +0000

----------------------------------------------------------------------
 parent/pom.xml     | 2 +-
 usage/camp/pom.xml | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d837a100/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 481ef5f..2e9a91c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -929,7 +929,7 @@
                             </module>
                             <module name="TreeWalker">
                                 <module name="IllegalImport">
-                                    <property name="illegalPkgs" value="com.google.api.client.repackaged"/>
+                                    <property name="illegalPkgs" value="com.google.api.client.repackaged,org.python.google"/>
                                 </module>
                             </module>
                         </module>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d837a100/usage/camp/pom.xml
----------------------------------------------------------------------
diff --git a/usage/camp/pom.xml b/usage/camp/pom.xml
index af57227..6fb8476 100644
--- a/usage/camp/pom.xml
+++ b/usage/camp/pom.xml
@@ -195,9 +195,6 @@
                     </supportedProjectTypes>
                     <instructions>
                         <Export-Package>org.apache.brooklyn.*</Export-Package>
-                        <Import-Package>
-                            *
-                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>