<!ELEMENT extension (launchConfigurationComparator*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT launchConfigurationComparator EMPTY>
<!ATTLIST launchConfigurationComparator
id CDATA #REQUIRED
attribute CDATA #REQUIRED
class CDATA #REQUIRED>
À§ÀÇ ¿¹Á¦¿¡¼ com.example.ExampleAttributeName À̸§À¸·Î ۰¡ ÁöÁ¤µÈ ¼Ó¼ºÀÇ µ¿ÀϼºÀ» ºñ±³ÇÒ ¶§ ÁöÁ¤µÈ À¯ÇüÀÇ ½ÇÇà ±¸¼º ºñ±³±â¸¦ Âü°íÇÕ´Ï´Ù.<extension point=
"org.eclipse.debug.core.launchConfigurationComparators"
>
<launchConfigurationComparator id=
"com.example.ExampleIdentifier"
attribute=
"com.example.ExampleAttributeName"
class=
"com.example.ComparatorImplementation"
>
</launchConfigurationComparator>
</extension>
Copyright (c) 2000, 2003 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ¸ç
http://www.eclipse.org/legal/cpl-v10.html
¿¡¼ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.