Ignore:
Timestamp:
03/03/10 12:01:16 (14 years ago)
Author:
patdui
Message:
  • added as3httpclient for doing http DELETE commands etc...
  • implemented editor
  • Using Basic Header security to authorize POST and DELETEs
  • renamed Register to Importer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/common/ComponentMD.as

    r134 r206  
    2020            public static const ATTRIBUTE:String = "Attribute";
    2121            public static const ATTRIBUTE_LIST:String = "AttributeList";
     22            public static const DESCRIPTION:String = "Description";
    2223        //Attribute Names
    2324        public static const APP_INFO:String = "AppInfo";
     
    2526
    2627                public var name:String;
    27                 public var attributeList:XMLList;
    28                 public var cmdElements:Array = new Array();
    2928
    3029
     
    4241                }
    4342        }
    44 
     43   
    4544}
Note: See TracChangeset for help on using the changeset viewer.