[jboss-cvs] JBossAS SVN: r87549 - branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/clustered/metadata.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 20 03:29:19 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-20 03:29:19 -0400 (Mon, 20 Apr 2009)
New Revision: 87549

Modified:
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/clustered/metadata/RepositoryRootMetadata.java
Log:
[JBAS-5552] Add @XmlType property order

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/clustered/metadata/RepositoryRootMetadata.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/clustered/metadata/RepositoryRootMetadata.java	2009-04-20 07:13:02 UTC (rev 87548)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/clustered/metadata/RepositoryRootMetadata.java	2009-04-20 07:29:19 UTC (rev 87549)
@@ -29,6 +29,7 @@
 
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
 
 /**
  * Concise description of the contents under a single root URI in a
@@ -37,6 +38,7 @@
  * 
  * @author Brian Stansberry
  */
+ at XmlType(name="repositoryRootType", propOrder={"content", "name"})
 public class RepositoryRootMetadata  
    extends AbstractSortedMetadataContainer<List<String>, RepositoryItemMetadata>
    implements Identifiable<String>, Serializable, Comparable<RepositoryRootMetadata>




More information about the jboss-cvs-commits mailing list