You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2016/12/02 14:01:23 UTC

[1/4] brooklyn-library git commit: Set default JVM memory settings for the build

Repository: brooklyn-library
Updated Branches:
  refs/heads/master f0b469de7 -> 0319505c1


Set default JVM memory settings for the build


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

Branch: refs/heads/master
Commit: a6513c6783706820e84e3d2ecf9b9d6e9b13e387
Parents: 8a57ff7
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Tue Nov 15 09:17:40 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Nov 24 09:16:58 2016 +0200

----------------------------------------------------------------------
 .mvn/jvm.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/a6513c67/.mvn/jvm.config
----------------------------------------------------------------------
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 0000000..af5fbd1
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1 @@
+-Xmx1024m -Xms512m -XX:MaxPermSize=256m


[3/4] brooklyn-library git commit: This closes #77

Posted by sj...@apache.org.
This closes #77

Update LICENSE with changes in project dependencies


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

Branch: refs/heads/master
Commit: 5a742385e9ce31d726bee06b59e33bb2063843c6
Parents: f0b469d 1daa0ec
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Fri Dec 2 14:00:44 2016 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Fri Dec 2 14:00:44 2016 +0000

----------------------------------------------------------------------
 LICENSE | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[2/4] brooklyn-library git commit: Update LICENSE with changes in project dependencies

Posted by sj...@apache.org.
Update LICENSE with changes in project dependencies


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

Branch: refs/heads/master
Commit: 1daa0ec5543be5f1ba9e5e1d26c655c3dd2bd9c4
Parents: 4bcc6ef
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Nov 25 18:05:53 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Nov 25 18:05:53 2016 +0200

----------------------------------------------------------------------
 LICENSE | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/1daa0ec5/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index ccac2ba..ba06157 100644
--- a/LICENSE
+++ b/LICENSE
@@ -235,10 +235,15 @@ This project includes the software: Font Awesome (fonts)
   Used under the following license: SIL OFL 1.1 (http://scripts.sil.org/OFL)
   Copyright (c) Dave Gandy (2016)
 
-This project includes the software: github.com/codegangsta/cli
-  Available at: https://github.com/codegangsta/cli
+This project includes the software: github.com/NodePrime/jsonpath/cli/jsonpath
+  Available at: github.com/NodePrime/jsonpath/
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (C) 2013 Jeremy Saenz
+  Copyright (c) 2015 NodePrime Inc.
+
+This project includes the software: github.com/urfave/cli
+  Available at: https://github.com/urfave/cli
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) 2016 Jeremy Saenz & Contributors
 
 This project includes the software: golang.org/x/crypto/ssh
   Available at: https://godoc.org/golang.org/x/crypto/ssh
@@ -273,6 +278,14 @@ This project includes the software: jQuery BBQ: Back Button & Query Library
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) "Cowboy" Ben Alman (2010)"
 
+This project includes the software: jQuery hashchange event
+  Available at: http://benalman.com/projects/jquery-hashchange-plugin/
+  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
+  Inclusive of: jquery.ba-bbq*.js
+  Version used: 1.2
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) "Cowboy" Ben Alman (2010)"
+
 This project includes the software: DataTables Table plug-in for jQuery
   Available at: http://www.datatables.net/
   Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
@@ -283,7 +296,7 @@ This project includes the software: DataTables Table plug-in for jQuery
 
 This project includes the software: jquery.easy-autocomplete.js
   Available at: https://github.com/pawelczak/EasyAutocomplete
-  Version used: 1.3.1
+  Version used: 1.3.3
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) \u0141ukasz Pawe\u0142czak (2015)
 


[4/4] brooklyn-library git commit: This closes #74

Posted by sj...@apache.org.
This closes #74

Set default JVM memory settings for the build


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

Branch: refs/heads/master
Commit: 0319505c187f5a6bffd545abe70ff7a8ddb55378
Parents: 5a74238 a6513c6
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Fri Dec 2 14:00:54 2016 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Fri Dec 2 14:00:54 2016 +0000

----------------------------------------------------------------------
 .mvn/jvm.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------