Re: git commit: [flex-asjs] [refs/heads/VF2JS] - First component, more to serve as a placeholder than anything else ; -)

2014-07-07 Thread Erik de Bruin
To avoid this thread becoming a legendary example of how not to communicate
via email:

http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c87f1612

Please note the date...

EdB



On Wed, Jul 2, 2014 at 8:46 PM, Erik de Bruin e...@ixsoftware.nl wrote:

 No worries. I'm a bit on edge lately, so I'm sorry for my harsh reply. But
 I'm not kidding about them 'legal' reflexes... They need to be put on the
 back burner for a while.

 EdB




 On Wed, Jul 2, 2014 at 8:23 PM, Alex Harui aha...@adobe.com wrote:

 My apologies.  My memory of the policy was incorrect.  Further reading of
 the policy indicates that you can wait until release to correct the
 headers.

 -Alex

 On 7/2/14 8:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 Wow, seriously? My blood pressure is still maxed out from the discussion
 on
 private@, and this is how you decide to welcome this project? Come on,
 man,
 the priorities of this project really, really need to change.
 
 I have not released anything, and I am a long way away from doing that in
 any case, so I am firmly planning on making the code work first and fix
 the
 legal stuff later.
 
 EdB
 
 
 
 
 On Wed, Jul 2, 2014 at 4:51 PM, Alex Harui aha...@adobe.com wrote:
 
  I know you hate this legal stuff, but don't forget your Apache headersŠ
 
  -Alex
 
  On 7/2/14 7:24 AM, erikdebr...@apache.org erikdebr...@apache.org
  wrote:
 
  Repository: flex-asjs
  Updated Branches:
refs/heads/VF2JS [created] 95b41cfca
  
  
  First component, more to serve as a placeholder than anything else ;-)
  
  Signed-off-by: Erik de Bruin e...@ixsoftware.nl
  
  
  Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
  Commit:
 http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/95b41cfc
  Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/95b41cfc
  Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/95b41cfc
  
  Branch: refs/heads/VF2JS
  Commit: 95b41cfcaa7df0c6021e6de2a433d775c22ffb41
  Parents: b625c82
  Author: Erik de Bruin e...@ixsoftware.nl
  Authored: Wed Jul 2 16:23:53 2014 +0200
  Committer: Erik de Bruin e...@ixsoftware.nl
  Committed: Wed Jul 2 16:23:53 2014 +0200
  
  --
   frameworks/js/VF2JS/src/vf2js/components/Button.js | 10 ++
   1 file changed, 10 insertions(+)
  --
  
  
  
 
 
 http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95b41cfc/frameworks
 /
  js/VF2JS/src/vf2js/components/Button.js
  --
  diff --git a/frameworks/js/VF2JS/src/vf2js/components/Button.js
  b/frameworks/js/VF2JS/src/vf2js/components/Button.js
  new file mode 100644
  index 000..95aea1a
  --- /dev/null
  +++ b/frameworks/js/VF2JS/src/vf2js/components/Button.js
  @@ -0,0 +1,10 @@
  +'use strict';
  +
  +goog.provide('vf2js.components.Button');
  +
  +
  +
  +/**
  + * @constructor
  + */
  +vf2js.components.Button = function() {};
  \ No newline at end of file
  
 
 
 
 
 --
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl




 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

 T. 06-51952295
 I. www.ixsoftware.nl




-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


git commit: [flex-asjs] [refs/heads/VF2JS] - First component, more to serve as a placeholder than anything else ; -)

2014-07-02 Thread erikdebruin
Repository: flex-asjs
Updated Branches:
  refs/heads/VF2JS [created] 95b41cfca


First component, more to serve as a placeholder than anything else ;-)

Signed-off-by: Erik de Bruin e...@ixsoftware.nl


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/95b41cfc
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/95b41cfc
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/95b41cfc

Branch: refs/heads/VF2JS
Commit: 95b41cfcaa7df0c6021e6de2a433d775c22ffb41
Parents: b625c82
Author: Erik de Bruin e...@ixsoftware.nl
Authored: Wed Jul 2 16:23:53 2014 +0200
Committer: Erik de Bruin e...@ixsoftware.nl
Committed: Wed Jul 2 16:23:53 2014 +0200

--
 frameworks/js/VF2JS/src/vf2js/components/Button.js | 10 ++
 1 file changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95b41cfc/frameworks/js/VF2JS/src/vf2js/components/Button.js
--
diff --git a/frameworks/js/VF2JS/src/vf2js/components/Button.js 
b/frameworks/js/VF2JS/src/vf2js/components/Button.js
new file mode 100644
index 000..95aea1a
--- /dev/null
+++ b/frameworks/js/VF2JS/src/vf2js/components/Button.js
@@ -0,0 +1,10 @@
+'use strict';
+
+goog.provide('vf2js.components.Button');
+
+
+
+/**
+ * @constructor
+ */
+vf2js.components.Button = function() {};
\ No newline at end of file



Re: git commit: [flex-asjs] [refs/heads/VF2JS] - First component, more to serve as a placeholder than anything else ; -)

2014-07-02 Thread Alex Harui
I know you hate this legal stuff, but don't forget your Apache headersŠ

-Alex

On 7/2/14 7:24 AM, erikdebr...@apache.org erikdebr...@apache.org wrote:

Repository: flex-asjs
Updated Branches:
  refs/heads/VF2JS [created] 95b41cfca


First component, more to serve as a placeholder than anything else ;-)

Signed-off-by: Erik de Bruin e...@ixsoftware.nl


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/95b41cfc
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/95b41cfc
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/95b41cfc

Branch: refs/heads/VF2JS
Commit: 95b41cfcaa7df0c6021e6de2a433d775c22ffb41
Parents: b625c82
Author: Erik de Bruin e...@ixsoftware.nl
Authored: Wed Jul 2 16:23:53 2014 +0200
Committer: Erik de Bruin e...@ixsoftware.nl
Committed: Wed Jul 2 16:23:53 2014 +0200

--
 frameworks/js/VF2JS/src/vf2js/components/Button.js | 10 ++
 1 file changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95b41cfc/frameworks/
js/VF2JS/src/vf2js/components/Button.js
--
diff --git a/frameworks/js/VF2JS/src/vf2js/components/Button.js
b/frameworks/js/VF2JS/src/vf2js/components/Button.js
new file mode 100644
index 000..95aea1a
--- /dev/null
+++ b/frameworks/js/VF2JS/src/vf2js/components/Button.js
@@ -0,0 +1,10 @@
+'use strict';
+
+goog.provide('vf2js.components.Button');
+
+
+
+/**
+ * @constructor
+ */
+vf2js.components.Button = function() {};
\ No newline at end of file




Re: git commit: [flex-asjs] [refs/heads/VF2JS] - First component, more to serve as a placeholder than anything else ; -)

2014-07-02 Thread Alex Harui
My apologies.  My memory of the policy was incorrect.  Further reading of
the policy indicates that you can wait until release to correct the
headers.

-Alex

On 7/2/14 8:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:

Wow, seriously? My blood pressure is still maxed out from the discussion
on
private@, and this is how you decide to welcome this project? Come on,
man,
the priorities of this project really, really need to change.

I have not released anything, and I am a long way away from doing that in
any case, so I am firmly planning on making the code work first and fix
the
legal stuff later.

EdB




On Wed, Jul 2, 2014 at 4:51 PM, Alex Harui aha...@adobe.com wrote:

 I know you hate this legal stuff, but don't forget your Apache headersŠ

 -Alex

 On 7/2/14 7:24 AM, erikdebr...@apache.org erikdebr...@apache.org
 wrote:

 Repository: flex-asjs
 Updated Branches:
   refs/heads/VF2JS [created] 95b41cfca
 
 
 First component, more to serve as a placeholder than anything else ;-)
 
 Signed-off-by: Erik de Bruin e...@ixsoftware.nl
 
 
 Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
 Commit: 
http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/95b41cfc
 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/95b41cfc
 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/95b41cfc
 
 Branch: refs/heads/VF2JS
 Commit: 95b41cfcaa7df0c6021e6de2a433d775c22ffb41
 Parents: b625c82
 Author: Erik de Bruin e...@ixsoftware.nl
 Authored: Wed Jul 2 16:23:53 2014 +0200
 Committer: Erik de Bruin e...@ixsoftware.nl
 Committed: Wed Jul 2 16:23:53 2014 +0200
 
 --
  frameworks/js/VF2JS/src/vf2js/components/Button.js | 10 ++
  1 file changed, 10 insertions(+)
 --
 
 
 
 
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95b41cfc/frameworks
/
 js/VF2JS/src/vf2js/components/Button.js
 --
 diff --git a/frameworks/js/VF2JS/src/vf2js/components/Button.js
 b/frameworks/js/VF2JS/src/vf2js/components/Button.js
 new file mode 100644
 index 000..95aea1a
 --- /dev/null
 +++ b/frameworks/js/VF2JS/src/vf2js/components/Button.js
 @@ -0,0 +1,10 @@
 +'use strict';
 +
 +goog.provide('vf2js.components.Button');
 +
 +
 +
 +/**
 + * @constructor
 + */
 +vf2js.components.Button = function() {};
 \ No newline at end of file
 




-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



Re: git commit: [flex-asjs] [refs/heads/VF2JS] - First component, more to serve as a placeholder than anything else ; -)

2014-07-02 Thread Erik de Bruin
No worries. I'm a bit on edge lately, so I'm sorry for my harsh reply. But
I'm not kidding about them 'legal' reflexes... They need to be put on the
back burner for a while.

EdB




On Wed, Jul 2, 2014 at 8:23 PM, Alex Harui aha...@adobe.com wrote:

 My apologies.  My memory of the policy was incorrect.  Further reading of
 the policy indicates that you can wait until release to correct the
 headers.

 -Alex

 On 7/2/14 8:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 Wow, seriously? My blood pressure is still maxed out from the discussion
 on
 private@, and this is how you decide to welcome this project? Come on,
 man,
 the priorities of this project really, really need to change.
 
 I have not released anything, and I am a long way away from doing that in
 any case, so I am firmly planning on making the code work first and fix
 the
 legal stuff later.
 
 EdB
 
 
 
 
 On Wed, Jul 2, 2014 at 4:51 PM, Alex Harui aha...@adobe.com wrote:
 
  I know you hate this legal stuff, but don't forget your Apache headersŠ
 
  -Alex
 
  On 7/2/14 7:24 AM, erikdebr...@apache.org erikdebr...@apache.org
  wrote:
 
  Repository: flex-asjs
  Updated Branches:
refs/heads/VF2JS [created] 95b41cfca
  
  
  First component, more to serve as a placeholder than anything else ;-)
  
  Signed-off-by: Erik de Bruin e...@ixsoftware.nl
  
  
  Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
  Commit:
 http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/95b41cfc
  Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/95b41cfc
  Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/95b41cfc
  
  Branch: refs/heads/VF2JS
  Commit: 95b41cfcaa7df0c6021e6de2a433d775c22ffb41
  Parents: b625c82
  Author: Erik de Bruin e...@ixsoftware.nl
  Authored: Wed Jul 2 16:23:53 2014 +0200
  Committer: Erik de Bruin e...@ixsoftware.nl
  Committed: Wed Jul 2 16:23:53 2014 +0200
  
  --
   frameworks/js/VF2JS/src/vf2js/components/Button.js | 10 ++
   1 file changed, 10 insertions(+)
  --
  
  
  
 
 
 http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95b41cfc/frameworks
 /
  js/VF2JS/src/vf2js/components/Button.js
  --
  diff --git a/frameworks/js/VF2JS/src/vf2js/components/Button.js
  b/frameworks/js/VF2JS/src/vf2js/components/Button.js
  new file mode 100644
  index 000..95aea1a
  --- /dev/null
  +++ b/frameworks/js/VF2JS/src/vf2js/components/Button.js
  @@ -0,0 +1,10 @@
  +'use strict';
  +
  +goog.provide('vf2js.components.Button');
  +
  +
  +
  +/**
  + * @constructor
  + */
  +vf2js.components.Button = function() {};
  \ No newline at end of file
  
 
 
 
 
 --
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl




-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl