[jboss-cvs] JBossAS SVN: r104429 - trunk/system/src/main/java/org/jboss/system/server/profileservice/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 4 09:46:17 EDT 2010


Author: emuckenhuber
Date: 2010-05-04 09:46:17 -0400 (Tue, 04 May 2010)
New Revision: 104429

Modified:
   trunk/system/src/main/java/org/jboss/system/server/profileservice/bootstrap/StaticBootstrapProfileFactory.java
Log:
rename legacy bootstrap profile.

Modified: trunk/system/src/main/java/org/jboss/system/server/profileservice/bootstrap/StaticBootstrapProfileFactory.java
===================================================================
--- trunk/system/src/main/java/org/jboss/system/server/profileservice/bootstrap/StaticBootstrapProfileFactory.java	2010-05-04 13:40:12 UTC (rev 104428)
+++ trunk/system/src/main/java/org/jboss/system/server/profileservice/bootstrap/StaticBootstrapProfileFactory.java	2010-05-04 13:46:17 UTC (rev 104429)
@@ -53,7 +53,7 @@
    private String bindingsName = "jboss:profile=bindings";
    
    /** The bootstrap profile name. */
-   private String bootstrapName = "jboss:profile=bootstrap";
+   private String bootstrapName = "jboss:profile=legacy-service-xml";
    
    /** The deployers profile name. */
    private String deployersName = "jboss:profile=deployers";




More information about the jboss-cvs-commits mailing list