Add new Resource File [message #650092] |
Fri, 21 January 2011 12:11  |
Eclipse User |
|
|
|
Hello everyone!
I´m facing some problemas here..
I´m trying to add a new resource file to Mindmap project.
My Plugin.xml looks like this:
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.example.org/mindmap"
class="mindmap.MindmapPackage"
genModel="model/mindmap.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.extension_parser">
<parser
type="mindmap"
class="mindmap.util.MindmapResourceFactoryImpl"/>
<parser
type="txt"
class="mindmap.util.MindmapTextResourceFactoryImpl"/>
</extension>
</plugin>
All I want to do is to have a new resource file (.txt) besides the .diagram one.
Besides this what I have to do?
Thanks.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 1.07682 seconds