[jboss-cvs] JBossAS SVN: r87385 - in projects/webbeans-ri-int/trunk/deployer/src/main: assembly/resources/lib-int/faces and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 15 14:56:08 EDT 2009


Author: petemuir
Date: 2009-04-15 14:56:08 -0400 (Wed, 15 Apr 2009)
New Revision: 87385

Added:
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/
Removed:
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/
Modified:
   projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/cl/WebBeansUrlIntegrationDeployer.java
Log:
Oops

Copied: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF (from rev 87349, projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF)

Modified: projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/cl/WebBeansUrlIntegrationDeployer.java
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/cl/WebBeansUrlIntegrationDeployer.java	2009-04-15 18:36:12 UTC (rev 87384)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/cl/WebBeansUrlIntegrationDeployer.java	2009-04-15 18:56:08 UTC (rev 87385)
@@ -38,7 +38,7 @@
 
          Set<URL> urls = new HashSet<URL>(2);
          urls.add(new URL(libOpt + "webbeans-core.jar"));
-         urls.add(new URL(libOpt + "META-INF"));
+         urls.add(new URL(libOpt + "faces"));
          return urls;
       }
       catch (MalformedURLException e)




More information about the jboss-cvs-commits mailing list