Hello everybody!!

I want to add my own language file to complement the spanish translation, i
have made my own contribution in a jar file to overwrite the
messages_es.properties but nothing happen, my files looks as follow:

MANIFEST.MF:

Manifest-Version: 1.0
Bundle-ManifestVersion: 1
Bundle-Name: d5ecm project
Bundle-SymbolicName: org.nuxeo.book.upcoming;singleton:=true
Bundle-Version: 0.0.1
Bundle-Vendor: d5ecm
Nuxeo-Require: org.nuxeo.ecm.core, org.nuxeo.ecm.core.schema,
org.nuxeo.ecm.webapp.core, org.nuxeo.ecm.platform.lang


deployment-fragment.xml:

<?xml version="1.0"?>
<fragment>
    <extension target="application#MODULE">
    <module>
        <java>${bundle.fileName}</java>
    </module>
</extension>

<install>
<!-- Unzip the contents of our nuxeo.war into the server -->
    <unzip from="${bundle.fileName}" to="/">
        <include>nuxeo.war/**</include>
    </unzip>
</install>
</fragment>

and my messages_es.properties file is placed in
"src/main/java/resources/nuxeo.war/WEB-INF/classes/"

Could someone help me on this pls.?

Thks. in advanced.

-- 
Jesus
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to