| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <plugin> | |
| <extension | |
| id="org.eclipse.jwt.ecm.sync.demo.transformation" | |
| name="DMS synchronization demo" | |
| point="org.eclipse.jwt.transformations"> | |
| <transformation | |
| class="org.eclipse.jwt.ecm.sync.demo.DmsSynchronizationTransformation" | |
| description="Export to a Document Management System (DMS). The 'output file name' is ignored." | |
| name="DMS synchronization demo" | |
| type="export"> | |
| </transformation> | |
| </extension> | |
| </plugin> |