[jboss-cvs] JBossAS SVN: r102420 - in projects/profileservice/trunk/plugins/src/main: resources and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 15 13:00:03 EDT 2010


Author: emuckenhuber
Date: 2010-03-15 13:00:02 -0400 (Mon, 15 Mar 2010)
New Revision: 102420

Added:
   projects/profileservice/trunk/plugins/src/main/resources/org/
   projects/profileservice/trunk/plugins/src/main/resources/org/jboss/
   projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/
   projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/plugins/
   projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/plugins/management/
   projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/plugins/management/messages.properties
Removed:
   projects/profileservice/trunk/plugins/src/main/java/org/jboss/profileservice/plugins/management/messages.properties
Log:
move messages.properties to the correct location

Deleted: projects/profileservice/trunk/plugins/src/main/java/org/jboss/profileservice/plugins/management/messages.properties
===================================================================
--- projects/profileservice/trunk/plugins/src/main/java/org/jboss/profileservice/plugins/management/messages.properties	2010-03-15 16:51:45 UTC (rev 102419)
+++ projects/profileservice/trunk/plugins/src/main/java/org/jboss/profileservice/plugins/management/messages.properties	2010-03-15 17:00:02 UTC (rev 102420)
@@ -1,11 +0,0 @@
-# 
-ManagementView.NoSuchProfileException=Failed to find profile for key: {0}
-ManagementView.NoProfileLoadedException=No profile has been loaded, use loadProfile(ProfileKey, boolean)
-ManagementView.NoSuchDeploymentException=Failed to find deployment for name: {0}
-ManagementView.MainDeployerRemoveException=MainDeployer failed to remove deployment for name: {0}
-ManagementView.NoSuchTemplate=Failed to find template for: {0}
-ManagementView.InvalidTemplateKey=Failed to map key: {0} to managed attachments for deployment
-ManagementView.InvalidTemplateProperty=Failed to map property: {0} to managed properties for deployment
-ManagementView.InvalidTemplatePropertyMO=Property: {0} does not use ManagedObjectImpl
-ManagementView.InvalidComponentName=Name: {0} does not map to existing ManagedComponet in ManagedDeployment: {1}
-ManagementView.InvalidPropertyValue=Property: {0} value type is not a MetaValue, type: {1}

Copied: projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/plugins/management/messages.properties (from rev 102115, projects/profileservice/trunk/plugins/src/main/java/org/jboss/profileservice/plugins/management/messages.properties)
===================================================================
--- projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/plugins/management/messages.properties	                        (rev 0)
+++ projects/profileservice/trunk/plugins/src/main/resources/org/jboss/profileservice/plugins/management/messages.properties	2010-03-15 17:00:02 UTC (rev 102420)
@@ -0,0 +1,11 @@
+# 
+ManagementView.NoSuchProfileException=Failed to find profile for key: {0}
+ManagementView.NoProfileLoadedException=No profile has been loaded, use loadProfile(ProfileKey, boolean)
+ManagementView.NoSuchDeploymentException=Failed to find deployment for name: {0}
+ManagementView.MainDeployerRemoveException=MainDeployer failed to remove deployment for name: {0}
+ManagementView.NoSuchTemplate=Failed to find template for: {0}
+ManagementView.InvalidTemplateKey=Failed to map key: {0} to managed attachments for deployment
+ManagementView.InvalidTemplateProperty=Failed to map property: {0} to managed properties for deployment
+ManagementView.InvalidTemplatePropertyMO=Property: {0} does not use ManagedObjectImpl
+ManagementView.InvalidComponentName=Name: {0} does not map to existing ManagedComponet in ManagedDeployment: {1}
+ManagementView.InvalidPropertyValue=Property: {0} value type is not a MetaValue, type: {1}




More information about the jboss-cvs-commits mailing list