[jboss-cvs] JBossAS SVN: r69249 - in projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear: ejb1.jar/pkg1/ifaces and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 23 17:03:18 EST 2008


Author: scott.stark at jboss.org
Date: 2008-01-23 17:03:18 -0500 (Wed, 23 Jan 2008)
New Revision: 69249

Added:
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ejbs/SessionBean.java
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ifaces/ISession.java
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/ClassInTestear1Lib.java
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/util/Shared.java
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/java/
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/java/lang/
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/java/lang/JdkClass-class
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/test-resource.txt
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/users.properties
Removed:
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/test-resource.txt
   projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/users.properties
Log:


Added: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ejbs/SessionBean.java
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ejbs/SessionBean.java	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ejbs/SessionBean.java	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt 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 pkg1.ejbs;
+
+/**
+ * @author Scott.Stark at jboss.org
+ * @version $Revision$
+ */
+public class SessionBean
+{
+
+}


Property changes on: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ejbs/SessionBean.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ifaces/ISession.java
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ifaces/ISession.java	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ifaces/ISession.java	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt 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 pkg1.ifaces;
+
+/**
+ * @author Scott.Stark at jboss.org
+ * @version $Revision$
+ */
+public interface ISession
+{
+
+}


Property changes on: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/ejb1.jar/pkg1/ifaces/ISession.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/ClassInTestear1Lib.java
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/ClassInTestear1Lib.java	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/ClassInTestear1Lib.java	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1,5 @@
+
+public class ClassInTestear1Lib
+{
+
+}


Property changes on: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/ClassInTestear1Lib.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/util/Shared.java
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/util/Shared.java	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/util/Shared.java	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt 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 util;
+
+/**
+ * @author Scott.Stark at jboss.org
+ * @version $Revision$
+ */
+public class Shared
+{
+
+}


Property changes on: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/lib/jar1.jar/util/Shared.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/java/lang/JdkClass-class
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/java/lang/JdkClass-class	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/java/lang/JdkClass-class	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1 @@
+cafebabe
\ No newline at end of file

Copied: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/test-resource.txt (from rev 69247, projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/test-resource.txt)
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/test-resource.txt	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/test-resource.txt	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1 @@
+A WEB-INF resource
\ No newline at end of file

Copied: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/users.properties (from rev 69247, projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/users.properties)
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/users.properties	                        (rev 0)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/classes/users.properties	2008-01-23 22:03:18 UTC (rev 69249)
@@ -0,0 +1 @@
+path=war1.jar/WEB-INF
\ No newline at end of file

Deleted: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/test-resource.txt
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/test-resource.txt	2008-01-23 21:43:07 UTC (rev 69248)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/test-resource.txt	2008-01-23 22:03:18 UTC (rev 69249)
@@ -1 +0,0 @@
-A WEB-INF resource
\ No newline at end of file

Deleted: projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/users.properties
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/users.properties	2008-01-23 21:43:07 UTC (rev 69248)
+++ projects/microcontainer/trunk/deployers-vfs/src/resources/tests/deploy/testear1.ear/war1.war/WEB-INF/users.properties	2008-01-23 22:03:18 UTC (rev 69249)
@@ -1 +0,0 @@
-path=war1.jar/WEB-INF
\ No newline at end of file




More information about the jboss-cvs-commits mailing list