Author: [email protected]
Date: Wed Mar  4 14:00:53 2009
New Revision: 4927

Added:
    releases/1.6/user/src/com/google/gwt/event/dom/client/package-info.java
     
releases/1.6/user/src/com/google/gwt/event/logical/shared/package-info.java
    releases/1.6/user/src/com/google/gwt/event/shared/package-info.java
     
releases/1.6/user/src/com/google/gwt/user/datepicker/client/package-info.java

Log:
Added package-level javadoc for new packages.

Review by: jgw (desk)

Added:  
releases/1.6/user/src/com/google/gwt/event/dom/client/package-info.java
==============================================================================
--- (empty file)
+++ releases/1.6/user/src/com/google/gwt/event/dom/client/package-info.java     
 
Wed Mar  4 14:00:53 2009
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may  
not
+ * use this file except in compliance with the License. You may obtain a  
copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations  
under
+ * the License.
+ */
+
+/**
+ * Types related to DOM events.
+ */
+package com.google.gwt.event.dom.client;
\ No newline at end of file

Added:  
releases/1.6/user/src/com/google/gwt/event/logical/shared/package-info.java
==============================================================================
--- (empty file)
+++  
releases/1.6/user/src/com/google/gwt/event/logical/shared/package-info.java     
 
Wed Mar  4 14:00:53 2009
@@ -0,0 +1,23 @@
+/*
+ * Copyright 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may  
not
+ * use this file except in compliance with the License. You may obtain a  
copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations  
under
+ * the License.
+ */
+
+/**
+ * Types related to logical events that do not have direct analogues to DOM
+ * events and which can be used in contexts other than web browsers. Types
+ * within this package do not use JSNI and do not have static (even
+ * indirect) dependencies upon types which use JSNI.
+ */
+package com.google.gwt.event.logical.shared;

Added: releases/1.6/user/src/com/google/gwt/event/shared/package-info.java
==============================================================================
--- (empty file)
+++ releases/1.6/user/src/com/google/gwt/event/shared/package-info.java Wed  
Mar  4 14:00:53 2009
@@ -0,0 +1,23 @@
+/*
+ * Copyright 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may  
not
+ * use this file except in compliance with the License. You may obtain a  
copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations  
under
+ * the License.
+ */
+
+/**
+ * Shared infrastructure underlying both browser and non-browser events.  
Types
+ * within this package do not use JSNI and do not have static (even  
indirect)
+ * dependencies upon types which use JSNI.
+ */
+package com.google.gwt.event.shared;
+

Added:  
releases/1.6/user/src/com/google/gwt/user/datepicker/client/package-info.java
==============================================================================
--- (empty file)
+++  
releases/1.6/user/src/com/google/gwt/user/datepicker/client/package-info.java   
 
Wed Mar  4 14:00:53 2009
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may  
not
+ * use this file except in compliance with the License. You may obtain a  
copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations  
under
+ * the License.
+ */
+
+/**
+ * The date picker widget and associated types.
+ */
+package com.google.gwt.user.datepicker.client;

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to