File: plugin.xml

package info (click to toggle)
eclipse-platform-text 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,288 kB
  • sloc: java: 151,802; xml: 4,445; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

   <extension-point id="documentCreation" name="%documentCreationPoint" schema="schema/documentCreation.exsd"/>
   <extension-point id="documentSetup" name="%documentSetupPoint" schema="schema/documentSetup.exsd"/>
   <extension-point id="annotationModelCreation" name="%annotationModelCreationPoint" schema="schema/annotationModelCreation.exsd"/>

</plugin>