You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2012/10/09 03:48:21 UTC

[2/3] git commit: TAP5-1735 ("Most packages lack package-level javadocs")

TAP5-1735 ("Most packages lack package-level javadocs")

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

Branch: refs/heads/master
Commit: c25542a552845a9cddcd3ff4ca8976be43cc1279
Parents: d95281d
Author: bharner <bo...@apache.org>
Authored: Mon Oct 8 21:42:56 2012 -0400
Committer: bharner <bo...@apache.org>
Committed: Mon Oct 8 21:42:56 2012 -0400

----------------------------------------------------------------------
 .../tapestry5/internal/plastic/package-info.java   |   18 +++++++++++++++
 .../org/apache/tapestry5/plastic/package-info.java |   18 +++++++++++++++
 .../tapestry5/corelib/internal/package-info.java   |    2 +-
 .../apache/tapestry5/internal/package-info.java    |    2 +-
 .../tapestry5/internal/renderers/package-info.java |   18 +++++++++++++++
 .../internal/services/ajax/package-info.java       |   18 +++++++++++++++
 .../internal/services/assets/package-info.java     |   18 +++++++++++++++
 .../tapestry5/internal/services/package-info.java  |   18 +++++++++++++++
 .../tapestry5/internal/hibernate/package-info.java |    2 +-
 .../org/apache/tapestry5/javadoc/package-info.java |   18 +++++++++++++++
 .../tapestry5/internal/jmx/package-info.java       |   18 +++++++++++++++
 .../org/apache/tapestry5/jmx/package-info.java     |    2 +-
 .../tapestry5/jpa/annotations/package-info.java    |   18 +++++++++++++++
 .../org/apache/tapestry5/jpa/package-info.java     |   18 +++++++++++++++
 .../kaptcha/internal/services/package-info.java    |    4 +-
 .../tapestry5/kaptcha/pages/package-info.java      |   18 +++++++++++++++
 .../tapestry5/kaptcha/services/package-info.java   |   18 +++++++++++++++
 .../tapestry5/internal/spring/package-info.java    |   18 +++++++++++++++
 .../org/apache/tapestry5/spring/package-info.java  |   18 +++++++++++++++
 .../tapestry5/upload/components/package-info.java  |   18 +++++++++++++++
 .../upload/internal/services/package-info.java     |   18 +++++++++++++++
 .../tapestry5/upload/services/package-info.java    |   18 +++++++++++++++
 22 files changed, 312 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/package-info.java
----------------------------------------------------------------------
diff --git a/plastic/src/main/java/org/apache/tapestry5/internal/plastic/package-info.java b/plastic/src/main/java/org/apache/tapestry5/internal/plastic/package-info.java
new file mode 100644
index 0000000..f250787
--- /dev/null
+++ b/plastic/src/main/java/org/apache/tapestry5/internal/plastic/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] Plastic implementation details; API subject to change
+ */
+package org.apache.tapestry5.internal.plastic;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/plastic/src/main/java/org/apache/tapestry5/plastic/package-info.java
----------------------------------------------------------------------
diff --git a/plastic/src/main/java/org/apache/tapestry5/plastic/package-info.java b/plastic/src/main/java/org/apache/tapestry5/plastic/package-info.java
new file mode 100644
index 0000000..16d770c
--- /dev/null
+++ b/plastic/src/main/java/org/apache/tapestry5/plastic/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Plastic, Tapestry's component class transformation library based on ASM
+ */
+package org.apache.tapestry5.plastic;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/package-info.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/package-info.java
index eb0a2a3..53f5c1a 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/package-info.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/internal/package-info.java
@@ -13,7 +13,7 @@
 // limitations under the License.
 
 /**
- * For internal use only; API subject to change. Provides support for Tapestry
+ * [INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change
  * core components.
  */
 package org.apache.tapestry5.corelib.internal;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-core/src/main/java/org/apache/tapestry5/internal/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/package-info.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/package-info.java
index 6f8b775..ec06ae1 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/package-info.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/package-info.java
@@ -12,5 +12,5 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-/** For internal usage only; API subject to change. */
+/** [INTERNAL USE ONLY] internal support classes; API subject to change. */
 package org.apache.tapestry5.internal;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-core/src/main/java/org/apache/tapestry5/internal/renderers/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/renderers/package-info.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/renderers/package-info.java
new file mode 100644
index 0000000..c285e34
--- /dev/null
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/renderers/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] support classes for component template rendering; API subject to change
+ */
+package org.apache.tapestry5.internal.renderers;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/package-info.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/package-info.java
new file mode 100644
index 0000000..dc2d467
--- /dev/null
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] AJAX support services; API subject to change
+ */
+package org.apache.tapestry5.internal.services.ajax;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/assets/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/assets/package-info.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/assets/package-info.java
new file mode 100644
index 0000000..6d25047
--- /dev/null
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/assets/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] asset support services; API subject to change
+ */
+package org.apache.tapestry5.internal.services.assets;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/package-info.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/package-info.java
new file mode 100644
index 0000000..19f3c4a
--- /dev/null
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] internal service classes; API subject to change
+ */
+package org.apache.tapestry5.internal.services;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibernate/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibernate/package-info.java b/tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibernate/package-info.java
index 90a3a83..1beac55 100644
--- a/tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibernate/package-info.java
+++ b/tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibernate/package-info.java
@@ -15,4 +15,4 @@
 /**
  * [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
  */
-package org.apache.tapestry5.internal.parser;
+package org.apache.tapestry5.internal.hibernate;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/package-info.java b/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/package-info.java
new file mode 100644
index 0000000..9b97894
--- /dev/null
+++ b/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * JavaDoc Plugin for Tapestry that generates component reference documentation for component classes
+ */
+package org.apache.tapestry5.javadoc;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-jmx/src/main/java/org/apache/tapestry5/internal/jmx/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-jmx/src/main/java/org/apache/tapestry5/internal/jmx/package-info.java b/tapestry-jmx/src/main/java/org/apache/tapestry5/internal/jmx/package-info.java
new file mode 100644
index 0000000..3813fd5
--- /dev/null
+++ b/tapestry-jmx/src/main/java/org/apache/tapestry5/internal/jmx/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] support classes for the  JMX module; API subject to change
+ */
+package org.apache.tapestry5.internal.jmx;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-jmx/src/main/java/org/apache/tapestry5/jmx/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-jmx/src/main/java/org/apache/tapestry5/jmx/package-info.java b/tapestry-jmx/src/main/java/org/apache/tapestry5/jmx/package-info.java
index 70e185c..85dfa6a 100644
--- a/tapestry-jmx/src/main/java/org/apache/tapestry5/jmx/package-info.java
+++ b/tapestry-jmx/src/main/java/org/apache/tapestry5/jmx/package-info.java
@@ -13,6 +13,6 @@
 // limitations under the License.
 
 /**
- * [INTERNAL USE ONLY] support classes for the  JMX module; API subject to change
+ * Allows easy exposure of Tapestry Services as JMX MBeans
  */
 package org.apache.tapestry5.jmx;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/annotations/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/annotations/package-info.java b/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/annotations/package-info.java
new file mode 100644
index 0000000..7f85230
--- /dev/null
+++ b/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/annotations/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * JPA annotations
+ */
+package org.apache.tapestry5.jpa.annotations;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/package-info.java b/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/package-info.java
new file mode 100644
index 0000000..434579e
--- /dev/null
+++ b/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Provides support for simple CRUD applications built on top of Tapestry and JPA
+ */
+package org.apache.tapestry5.jpa;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/package-info.java b/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/package-info.java
index 620b2c5..7b4df53 100644
--- a/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/package-info.java
+++ b/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/internal/services/package-info.java
@@ -13,6 +13,6 @@
 // limitations under the License.
 
 /**
- * [INTERNAL USE ONLY] support services for the {@link org.apache.tapestry5.corelib.components.Kaptcha} component
+ * [INTERNAL USE ONLY] support services for the Kaptcha component; API subject to change
  */
-package org.apache.tapestry5.kaptcha.components;
+package org.apache.tapestry5.kaptcha.internal.services;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/pages/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/pages/package-info.java b/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/pages/package-info.java
new file mode 100644
index 0000000..6334ac2
--- /dev/null
+++ b/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/pages/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Pages supporting the Kaptcha (CAPTCHA) component
+ */
+package org.apache.tapestry5.kaptcha.pages;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/package-info.java b/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/package-info.java
new file mode 100644
index 0000000..7f64c8d
--- /dev/null
+++ b/tapestry-kaptcha/src/main/java/org/apache/tapestry5/kaptcha/services/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Services supporting the Kaptcha (CAPTCHA) component
+ */
+package org.apache.tapestry5.kaptcha.services;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-spring/src/main/java/org/apache/tapestry5/internal/spring/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-spring/src/main/java/org/apache/tapestry5/internal/spring/package-info.java b/tapestry-spring/src/main/java/org/apache/tapestry5/internal/spring/package-info.java
new file mode 100644
index 0000000..e8df743
--- /dev/null
+++ b/tapestry-spring/src/main/java/org/apache/tapestry5/internal/spring/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
+ */
+package org.apache.tapestry5.internal.spring;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-spring/src/main/java/org/apache/tapestry5/spring/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-spring/src/main/java/org/apache/tapestry5/spring/package-info.java b/tapestry-spring/src/main/java/org/apache/tapestry5/spring/package-info.java
new file mode 100644
index 0000000..f841d7d
--- /dev/null
+++ b/tapestry-spring/src/main/java/org/apache/tapestry5/spring/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Integration of Tapestry with the Spring Inversion Of Control Container
+ */
+package org.apache.tapestry5.spring;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-upload/src/main/java/org/apache/tapestry5/upload/components/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-upload/src/main/java/org/apache/tapestry5/upload/components/package-info.java b/tapestry-upload/src/main/java/org/apache/tapestry5/upload/components/package-info.java
new file mode 100644
index 0000000..0c9891b
--- /dev/null
+++ b/tapestry-upload/src/main/java/org/apache/tapestry5/upload/components/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Tapestry-upload module components
+ */
+package org.apache.tapestry5.upload.components;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/package-info.java b/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/package-info.java
new file mode 100644
index 0000000..5a92303
--- /dev/null
+++ b/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
+ */
+package org.apache.tapestry5.upload.internal.services;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c25542a5/tapestry-upload/src/main/java/org/apache/tapestry5/upload/services/package-info.java
----------------------------------------------------------------------
diff --git a/tapestry-upload/src/main/java/org/apache/tapestry5/upload/services/package-info.java b/tapestry-upload/src/main/java/org/apache/tapestry5/upload/services/package-info.java
new file mode 100644
index 0000000..e625154
--- /dev/null
+++ b/tapestry-upload/src/main/java/org/apache/tapestry5/upload/services/package-info.java
@@ -0,0 +1,18 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// 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.
+
+/**
+ * Services for the Tapestry-upload module
+ */
+package org.apache.tapestry5.upload.services;