Hi everyone! I've developed a plugin for the Jazz Rational Team Concert Eclipse Client and I've included a UIMA aggregate analysis engine. To do this, I've set the UIMA Nature to the project, I've installed the pear packages of the components (WhitespaceTokenizer and DictionaryAnnotator) and then I've created a class to access my new aggregate analysis engine. Now, I've a problem. If I deploy the plugin as an Eclipse plugin, the internal structure of the project changes and I lose the UIMA nature. So, I can't access the xml dictionary file, necessary to the DictionaryAnnotator component. How can I export my plugin, in order to mantain the UIMA nature of the project?
Thanks in advance! Antonella P.S. I know that I can create a pear package to mantain the UIMA nature, but I don't know how to integrate this package into the RTC Client. So I need to find another solution!