[jboss-cvs] JBossAS SVN: r85826 - in projects/jboss-jca/trunk: common/src/main/java/org/jboss/jca/common/threadpool and 10 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 13 10:15:28 EDT 2009


Author: jesper.pedersen
Date: 2009-03-13 10:15:28 -0400 (Fri, 13 Mar 2009)
New Revision: 85826

Added:
   projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package.html
   projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package.html
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package.html
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package.html
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package.html
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package.html
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package.html
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package.html
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package.html
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package.html
Removed:
   projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package-info.java
   projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package-info.java
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package-info.java
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package-info.java
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/package-info.java
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package-info.java
Log:
[JBJCA-47] remove compile warning and checkstyle error

Deleted: projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package-info.java
===================================================================
--- projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.common.api;

Added: projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package.html
===================================================================
--- projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/api/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,4 @@
+<body>
+This package contains the API for the JCA Common package that is used by other packages
+in the JCA implementation.
+</body>

Deleted: projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package-info.java
===================================================================
--- projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.common.threadpool;

Added: projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package.html
===================================================================
--- projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/threadpool/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+The JBoss JCA common thread pool implementation.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.core.api;

Added: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/api/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+The API for the JBoss JCA Core module.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.core.connectionmanager;

Added: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/connectionmanager/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+This package contains the connection manager implementation.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.core.workmanager;

Added: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/workmanager/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,5 @@
+<body>
+This package contains the WorkManager implementation.
+<p>
+See chapter 10 of the JCA specification for more information.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.common;

Added: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/common/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+This package provides classes that are common for testing the JCA core.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.spec.chapter10;

Added: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,4 @@
+<body>
+This package contains interfaces and classes common to all test cases for the 
+chapter 10 of the JCA specification.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.spec.chapter10.section1;

Added: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section1/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+Test cases covering Chapter 10 Section 1 of the JCA specification.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.spec.chapter10.section3;

Added: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/chapter10/section3/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+Test cases covering Chapter 10 Section 3 of the JCA specification.
+</body>

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/spec/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.spec;

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.workmanager;

Deleted: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package-info.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package-info.java	2009-03-13 13:57:32 UTC (rev 85825)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package-info.java	2009-03-13 14:15:28 UTC (rev 85826)
@@ -1,23 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008-2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.jca.test.core.workmanager.unit;

Added: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package.html
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package.html	                        (rev 0)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/test/core/workmanager/unit/package.html	2009-03-13 14:15:28 UTC (rev 85826)
@@ -0,0 +1,3 @@
+<body>
+Test cases covering the JBoss JCA WorkManager implementation.
+</body>




More information about the jboss-cvs-commits mailing list