tiny corrections in what from ancient history is put where
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/f29fd5e4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/f29fd5e4 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/f29fd5e4 Branch: refs/heads/master Commit: f29fd5e4e0b149e1066ab4c7fe395e24794da47e Parents: 55280c9 Author: Alex Heneveld <[email protected]> Authored: Tue Dec 15 23:49:37 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Tue Dec 15 23:49:37 2015 +0000 ---------------------------------------------------------------------- big-files-to-remove.txt | 7 +++++++ docs-whitelist.txt | 1 + make-whitelist.sh | 1 + server-whitelist.txt | 2 +- ui-whitelist.txt | 8 +++++++- 5 files changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/f29fd5e4/big-files-to-remove.txt ---------------------------------------------------------------------- diff --git a/big-files-to-remove.txt b/big-files-to-remove.txt index 59b581e..f6790fe 100644 --- a/big-files-to-remove.txt +++ b/big-files-to-remove.txt @@ -1,5 +1,6 @@ com.cloudsoftcorp.monterey.brooklyn com.cloudsoftcorp.monterey.overpaas +org.overpaas.management.webapp/web-app/WEB-INF/classes gemfire-web-api gemfire monterey-example @@ -15,4 +16,10 @@ examples/simple-messaging-pubsub/src/main/resources/je-5.0.34.jar examples/simple-nosql-cluster/src/main/resources/cumulusrdf-0.6.1-pre.jar examples/simple-nosql-cluster/src/main/resources/cumulusrdf.war sandbox/examples/src/main/resources/gemfire/springtravel-datamodel.jar +example/src/main/resources/gemfire/springtravel-datamodel.jar sandbox/examples/src/main/resources/swf-booking-mvc.war +extra/brooklyn-test-support-0.1.0-SNAPSHOT.jar +extra/src/test/resources/seam-booking-as6.war +extra/src/test/resources/seam-booking-as7.war +extra/src/test/resources/brooklyn/entity/nosql/gemfire/gemfireLicense.zip + http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/f29fd5e4/docs-whitelist.txt ---------------------------------------------------------------------- diff --git a/docs-whitelist.txt b/docs-whitelist.txt index d8f8d46..fb99c7c 100644 --- a/docs-whitelist.txt +++ b/docs-whitelist.txt @@ -1 +1,2 @@ docs +docs/style/images/version banner.png http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/f29fd5e4/make-whitelist.sh ---------------------------------------------------------------------- diff --git a/make-whitelist.sh b/make-whitelist.sh index 0e5bf9a..b03adac 100755 --- a/make-whitelist.sh +++ b/make-whitelist.sh @@ -40,6 +40,7 @@ while [ -s $TODO_REMAINING ] ; do touch $TODO_HERE for x in `cat $TODO_REMAINING` ; do + # NB: this doesn't work with spsces in the filename; we just have a few though and they're manually added git log --format='%H' --name-status --follow -- $x | awk '{if ($3) print $3; if ($2) print $2;}' | sort -u | cat $TODO_HERE - > ${TODO_HERE}2 mv ${TODO_HERE}2 ${TODO_HERE} done http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/f29fd5e4/server-whitelist.txt ---------------------------------------------------------------------- diff --git a/server-whitelist.txt b/server-whitelist.txt index 6f5eb66..efecb1a 100644 --- a/server-whitelist.txt +++ b/server-whitelist.txt @@ -21,4 +21,4 @@ storage karaf usage/rest - +sandbox/rest/src/main/resources/assets/images/Sorting icons.psd http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/f29fd5e4/ui-whitelist.txt ---------------------------------------------------------------------- diff --git a/ui-whitelist.txt b/ui-whitelist.txt index f728250..9c327d8 100644 --- a/ui-whitelist.txt +++ b/ui-whitelist.txt @@ -1,4 +1,10 @@ usage/jsgui usage/web-console web-console - +org.overpaas.management.webapp +usage/web-console/web-app/images/datatables/Sorting icons.psd +web-console/web-app/images/datatables/Sorting icons.psd +usage/jsgui/src/main/webapp/assets/images/Sorting icons.ps +sandbox/jsgui/src/main/resources/assets/images/Sorting icons.psd +sandbox/jsgui/src/main/webapp/assets/images/Sorting icons.psd +brooklyn-ui/src/main/webapp/assets/images/Sorting icons.psd
