Cleaned up some unused definitions in wrt-plugin's config.xml DTD file.
authorTae-Jeong Lee <taejeong.lee@samsung.com>
Wed, 21 Aug 2013 06:35:19 +0000 (15:35 +0900)
committerTae-Jeong Lee <taejeong.lee@samsung.com>
Wed, 21 Aug 2013 06:45:00 +0000 (15:45 +0900)
[Issue#] N/A
[Problem] Unused definition of fields remained long since.
[Cause] We couldn't find out the origin now.
[Solution] Removed unused definitions.

Change-Id: I136271559e0d5449dd20310a39ffab2b26337907

config.dtd

index f1a1de4..d335eff 100644 (file)
@@ -1,6 +1,4 @@
-<!ELEMENT plugin-properties (library-name, feature-install-uri?,
-  feature-key-cn?, feature-root-cn?,
-  feature-root-fingerprint?, feature-set*, api-feature+) >
+<!ELEMENT plugin-properties (library-name, feature-set*, api-feature+) >
 
 <!ELEMENT library-name (#PCDATA)>
 
@@ -25,8 +23,3 @@
 <!ELEMENT Property (#PCDATA )>
 
 
-<!ELEMENT feature-install-uri (#PCDATA)>
-<!ELEMENT feature-key-cn (#PCDATA)>
-<!ELEMENT feature-root-cn (#PCDATA)>
-<!ELEMENT feature-root-fingerprint (#PCDATA)>
-