[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: EPF 1.5 with subclipse plugin

I solved the problem changing the following lines of the file library.xmi:
(After that close and open the project again - and everything will work as before)


In EPF version 1.2.0.4:
xmlns:xmi="http://www.omg.org/XMI"; xmlns:org.eclipse.epf.uma="http://www.eclipse.org/epf/uma/1.0.4/uma.ecore";
xmlns:epf="http://www.eclipse.org/epf"; epf:version="1.2.0">



[Changed] In EPF version 1.5:
xmlns:xmi="http://www.omg.org/XMI"; xmlns:org.eclipse.epf.uma="http://www.eclipse.org/epf/uma/1.0.5/uma.ecore";
xmlns:epf="http://www.eclipse.org/epf"; epf:version="1.5.0">