<!ELEMENT extension (perspective*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT perspective (description?)>
<!ATTLIST perspective
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED
icon CDATA #IMPLIED
fixed (true | false) >
<!ELEMENT description (#CDATA)>
Perspective¿¡ ´ëÇÑ °£´ÜÇÑ ¼³¸íÀ» Á¦°øÇÏ´Â ÅØ½ºÆ®°¡ º»¹®¿¡ ÀÖ´Â ¼±ÅÃÀû ºÎ¼Ó¿ä¼Ò
<extension point=
"org.eclipse.ui.perspectives"
>
<perspective id=
"org.eclipse.ui.resourcePerspective"
name=
"Resource"
class=
"org.eclipse.ui.internal.ResourcePerspective"
icon=
"icons/MyIcon.gif"
>
</perspective>
</extension>
plugin_customization.ini ÆÄÀÏÀº ±âº» Perspective¸¦ Á¤ÀÇÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù. ±âº» Perspective´Â Á¦Ç°À» ¼³Ä¡ÇÑ ÈÄ¿¡ ½ÇÇàÇÒ ¶§ ³ªÅ¸³ª´Â ù ¹øÂ° PerspectiveÀÔ´Ï´Ù. ÀÌ ÆÄÀÏÀº »ç¿ëÀÚ°¡ ÁöÁ¤µÈ Perspective°¡ ¾ø´Â âÀ̳ª ÆäÀÌÁö¸¦ ¿ ¶§µµ »ç¿ëµË´Ï´Ù. ±âº» Perspective´Â ¾Æ·¡¿¡¼Ã³·³ plugin_customization.ini ³»ÀÇ Æ¯¼ºÀ¸·Î Á¤Àǵ˴ϴÙ. »ç¿ëÀÚ°¡ Workbench Perspective ȯ°æ ¼³Á¤ ÆäÀÌÁö¿¡¼ ÀÌ Perspective¸¦ ´ëüÇÒ ¼öµµ ÀÖ½À´Ï´Ù.
defaultPerspectiveId = org.eclipse.ui.resourcePerspective"Perspective ¿±â" ¸Þ´º¿¡¼ ³ªÅ¸³ª´Â Perspective´Â Perspective ¼±ÅûçÇ×À» À§ÇÑ ´ÜÃàŰÀÔ´Ï´Ù. ÀÌ ¼¼Æ®´Â Ȱ¼º Pespective ÀÚü¿Í perspectiveExtensions È®ÀåÁ¡À» ÅëÇØ ÀÛ¼ºµÈ È®ÀåÀ¸·Î Á¤Àǵ˴ϴÙ.
Copyright (c) 2002, 2004 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â
º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â ÀÏ¹Ý °ø¿ë ¶óÀ̼¾½º v1.0ÀÇ Á¶Ç׿¡ µû¶ó
http://www.eclipse.org/legal/cpl-v10.html¿¡¼
»ç¿ë °¡´ÉÇÕ´Ï´Ù.