[
https://issues.apache.org/jira/browse/BROOKLYN-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701454#comment-14701454
]
ASF GitHub Bot commented on BROOKLYN-162:
-----------------------------------------
Github user ahgittin commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/841#issuecomment-132255132
i'm working on refactoring core -- suggest close this?
> Update package names to org.apache.brooklyn.*
> ---------------------------------------------
>
> Key: BROOKLYN-162
> URL: https://issues.apache.org/jira/browse/BROOKLYN-162
> Project: Brooklyn
> Issue Type: Task
> Affects Versions: 0.7.0
> Reporter: Hadrian Zbarcea
> Fix For: 0.8.0
>
>
> As discussed on the list we should update the package names sooner rather
> than later. This issue is meant to track the progress of that task.
> To see what packages need conversion, use:
> {noformat}find . -name brooklyn | grep -v target | grep -v
> org/apache/brooklyn | grep -v com/acme/sample{noformat}
> To look for stale items in a project once you think you've updated, the
> following can be useful (it's imperfect, but handy):
> {noformat}grep -r "[^e].brooklyn[^\w]" . | grep -v import | grep -v
> artifactId{noformat}
> In some cases, split packages are being addressed by this refactoring.
> ([[email protected]] is there a separate issue for that?)
> To minimize interference I added the list of subprojects. Please add your
> name to the module you want to take care of so others would know you are
> taking care of it. I'd suggest adding a check mark to what's already done and
> committed (v) and a (userid) for wip. Note however that things may not have
> been updated, so also use the command above.
> {noformat}
> (v) ./api/
> ./camp/camp-base/
> ./camp/camp-server/
> (v) ./camp/
> (hadrian) ./core/
> (v) ./core/src/test/dependencies/osgi/entities/
> (v) ./core/src/test/dependencies/osgi/more-entities-v1/
> (v) ./core/src/test/dependencies/osgi/more-entities-v2-evil-twin/
> (v) ./core/src/test/dependencies/osgi/more-entities-v2/
> ./examples/global-web-fabric/
> (v) ./examples/
> (v) ./examples/simple-messaging-pubsub/
> (v) ./examples/simple-nosql-cluster/
> (v) ./examples/simple-web-cluster/
> (v) ./examples/webapps/hello-world-sql/
> (v) ./examples/webapps/hello-world-webapp/
> (v) ./examples/webapps/
> ./locations/jclouds/
> (v) ./parent/
> ./policy/
> ./
> (v) ./sandbox/cassandra-multicloud-snitch/
> (v) ./sandbox/database/
> (v) ./sandbox/extra/
> (v) ./sandbox/mobile-app/
> (v) ./sandbox/monitoring/
> (v) ./sandbox/nosql/
> ./software/base/
> ./software/database/
> ./software/messaging/
> ./software/monitoring/
> ./software/network/
> ./software/nosql/
> ./software/osgi/
> ./software/webapp/
> ./storage/hazelcast/
> ./usage/all/
> ./usage/archetypes/quickstart/
> ./usage/archetypes/quickstart/src/brooklyn-sample/
> ./usage/archetypes/quickstart/src/main/resources/archetype-resources/
> ./usage/archetypes/quickstart/src/test/resources/projects/integration-test-1/reference/
> ./usage/archetypes/quickstart/target/classes/archetype-resources/
>
> ./usage/archetypes/quickstart/target/test-classes/projects/integration-test-1/project/brooklyn-sample/
>
> ./usage/archetypes/quickstart/target/test-classes/projects/integration-test-1/reference/
> (v) ./usage/camp/
> (v) ./usage/cli/
> (v) ./usage/dist/
> ./usage/downstream-parent/
> ./usage/jsgui/
> ./usage/launcher/
> ./usage/logback-includes/
> ./usage/logback-xml/
> (v) ./usage/qa/
> (v) ./usage/rest-api/
> ./usage/rest-client/
> (v) ./usage/rest-server/
> (v) ./usage/test-support/
> ./utils/common/
> ./utils/groovy/
> ./utils/jmx/jmxmp-ssl-agent/
> ./utils/jmx/jmxrmi-agent/
> (v) ./utils/rest-swagger/
> ./utils/test-support/
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)