Skip to main content
summaryrefslogtreecommitdiffstats
blob: e66576413fb1128742216e4bfc4b8625501782ca (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
  
  <extension point = "org.eclipse.pde.core.source">
     <location path="src" />
  </extension>
  
</plugin>

Back to the top