Skip to main content
summaryrefslogtreecommitdiffstats
blob: ede9bd330a889210050f145bde254138ac82f032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>

   <extension
         point="org.eclipse.epp.mpc.ui.catalog">
     <catalog
           description="The fast and reliable source for Eclipse plugins and solutions. Experience the difference."
           icon="icons/yoxos32.png"
           label="Yoxos Marketplace - by EclipseSource"
           url="http://market.eclipsesource.com/yoxos">
     </catalog>
   </extension>

</plugin>

Back to the top