Hi,
It seems to me that invariant files in the name and location must be present in order to ensure the proper functioning of an oxt extension during its installation. They are if I am not mistaken:
description.xml.
META-INF/manifest.xml.
All other files contained in an oxt archive depend a priori on these two files and must be named and placed in the extension archive as they are declared in these two files.
If I create a new project in LOEclipse, the manifest.xml file is never created.
It was while testing the new passive registration that I realized this problem because until now I only managed the manifest.xml file manually. Moreover this file is really necessary if we want to keep the possibility of building via Ant.
Hi,
It seems to me that invariant files in the name and location must be present in order to ensure the proper functioning of an oxt extension during its installation. They are if I am not mistaken:
description.xml.META-INF/manifest.xml.All other files contained in an oxt archive depend a priori on these two files and must be named and placed in the extension archive as they are declared in these two files.
If I create a new project in LOEclipse, the
manifest.xmlfile is never created.It was while testing the new passive registration that I realized this problem because until now I only managed the
manifest.xmlfile manually. Moreover this file is really necessary if we want to keep the possibility of building via Ant.