[jboss-cvs] jboss-seam/src/main/org/jboss/seam/mock ...
Peter Muir
peter at bleepbleep.org.uk
Mon Aug 13 11:01:58 EDT 2007
User: pmuir
Date: 07/08/13 11:01:58
Modified: src/main/org/jboss/seam/mock EmbeddedBootstrap.java
Log:
JBSEAM-1791
Revision Changes Path
1.2 +3 -3 jboss-seam/src/main/org/jboss/seam/mock/EmbeddedBootstrap.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: EmbeddedBootstrap.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/EmbeddedBootstrap.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- EmbeddedBootstrap.java 2 Aug 2007 20:05:41 -0000 1.1
+++ EmbeddedBootstrap.java 13 Aug 2007 15:01:58 -0000 1.2
@@ -11,13 +11,13 @@
bootstrap.bootstrap();
if (resourceExists("seam.properties")) {
- bootstrap.deployResourceBase("seam.properties");
+ bootstrap.deployResourceBases("seam.properties");
}
if (resourceExists("META-INF/components.xml")) {
- bootstrap.deployResourceBase("META-INF/components.xml");
+ bootstrap.deployResourceBases("META-INF/components.xml");
}
if (resourceExists("META-INF/seam.properties")) {
- bootstrap.deployResourceBase("META-INF/seam.properties");
+ bootstrap.deployResourceBases("META-INF/seam.properties");
}
}
More information about the jboss-cvs-commits
mailing list