Ant Ư¼º

org.eclipse.ant.core.antProperties

3.0

Ç÷¯±×Àο¡¼­ Ant ºôµå ÆÄÀÏÀ» »ç¿ëÇÒ ¶§ ÇÊ¿äÇÑ Ant Ư¼ºÀ» Á¤ÀÇÇÒ ¼ö ÀÖ½À´Ï´Ù.

<!ELEMENT extension (antProperty*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT antProperty EMPTY>

<!ATTLIST antProperty

name           CDATA #REQUIRED

value          CDATA #IMPLIED

class          CDATA #IMPLIED

headless       (true | false)

eclipseRuntime (true| false) >


´ÙÀ½Àº Ant Ư¼º È®ÀåÁ¡¿¡ °üÇÑ ¿¹Á¦ÀÔ´Ï´Ù.

   

<extension point=

"org.eclipse.ant.core.antProperties"

>

<antProperty name=

"eclipse.home"

class=

"org.eclipse.ant.internal.core.AntPropertyValueProvider"

/>

<antProperty name=

"eclipse.running"

value=

"true"

/>

</extension>

class Ư¼º¿¡¼­ ¸í¸íµÈ Ŭ·¡½º´Â org.eclipse.ant.core.IAntPropertyProvider ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇØ¾ß ÇÕ´Ï´Ù.

Ç÷§Æû¿¡¼­´Â ÀÌ ¸ÞÄ¿´ÏÁòÀ» »ç¿ëÇÏ¿© Ant Ư¼º eclipse.homeÀ» Eclipse ¼³Ä¡ µð·ºÅ丮¿¡ ¼³Á¤Çϰí eclipse.running Ư¼ºÀ» ¼³Á¤ÇÕ´Ï´Ù.