[
https://issues.apache.org/jira/browse/BROOKLYN-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947684#comment-14947684
]
ASF GitHub Bot commented on BROOKLYN-162:
-----------------------------------------
GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/942
Fix add-app-wizard for enums (WIP)
Attempting to fix:

My change reverts a change that sneaked in as part of the commit
"[BROOKLYN-162] package rename to org.apache.brooklyn: software/webapp"!
However, when I just ran with it in a downstream project, it seemed not to
alter the behaviour at all.
Maybe my javascript was cached or maybe the downstream build actually
downloaded the latest snapshot Brooklyn (rather than taking my local build)?!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
fix/add-app-wizard-for-enums
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/942.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #942
----
commit b02bd17710d20104e2f4559c17a91769b7f36126
Author: Aled Sage <[email protected]>
Date: 2015-10-07T20:04:35Z
Fix add-app-wizard for enums
----
> 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)