| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.2"?> | |
| <plugin> | |
| <extension | |
| id="org.eclipse.jwt.we.view.uml" | |
| name="UML Extension" | |
| point="org.eclipse.jwt.we.view"> | |
| <view | |
| displayIcon="icons/jwt-we-uml.gif" | |
| displayName="UML Activity" | |
| factoryRegistry="org.eclipse.jwt.we.plugins.viewuml.UmlFactoryRegistry" | |
| id="uml" | |
| viewFile="src/org/eclipse/jwt/we/plugins/viewuml/extension/UML.view"> | |
| </view> | |
| </extension> | |
| </plugin> |