Skip to main content
summaryrefslogblamecommitdiffstats
blob: 5dc01f2fc5ccbad4a3f4187023f0f2b4b48ad3cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                       
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension
         id="product"
         point="org.eclipse.core.runtime.products">
      <product
            application="org.eclipse.equinox.app.error"
            name="P2 Bootstrap">
         <property
               name="appName"
               value="P2 Bootstrap">
         </property>
      </product>
   </extension>

</plugin>

Back to the top