| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.2"?> |
| <plugin> |
| <extension |
| point="org.eclipse.jwt.we.propertyDescriptor"> |
| <customPropertyEditor |
| PropertyDescriptorFactoryImpl="org.eclipse.jwt.we.helpers.app.editors.properties.method.MethodPropertyDescriptorFactory" |
| className="Application" |
| featureName="method" |
| packageName="org.eclipse.jwt/application"> |
| </customPropertyEditor> |
| <customPropertyEditor |
| PropertyDescriptorFactoryImpl="org.eclipse.jwt.we.helpers.app.editors.properties.className.ClassNamePropertyDescriptorFactory" |
| className="Application" |
| featureName="javaClass" |
| packageName="org.eclipse.jwt/application"> |
| </customPropertyEditor> |
| </extension> |
| |
| <extension |
| point="org.eclipse.jwt.we.changeListener"> |
| <changeNotificationListener |
| NotifyChangedListener="org.eclipse.jwt.we.helpers.app.changeListener.applicationMethod.ApplicationParametersChangedListener" |
| className="Application" |
| featureName="method" |
| packageName="org.eclipse.jwt/application"> |
| </changeNotificationListener> |
| <changeNotificationListener |
| NotifyChangedListener="org.eclipse.jwt.we.helpers.app.changeListener.jarArchive.JarArchiveChangedListener" |
| className="Application" |
| featureName="jarArchive" |
| packageName="org.eclipse.jwt/application"> |
| </changeNotificationListener> |
| </extension> |
| |
| |
| </plugin> |