[Dsl-apis] maven settings

Kirkpatrick, Ivan Ivan.Kirkpatrick@dep.state.fl.us
Tue, 4 Jan 2005 10:54:19 -0500


Evan,

You might find these helpful...

MANIFEST.MF

Manifest-Version: 1.0
Built-By: ivan
Created-By: 1.5.0-b64 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.5.3

Name: META-INF/application.xml

Name: META-INF/LICENSE.txt

Name: log4j.properties

Name: jhs-fm-1.0.0.war

application.xml

<?xml version=3D'1.0' encoding=3D'UTF-8'?>
<application  xmlns=3D"http://java.sun.com/xml/ns/j2ee"  version=3D"1.4"
xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=3D"http://java.sun.com/xml/ns/j2ee,http://java.sun.com=
/xml/n
s/j2ee/application_1_4.xsd">
    <description>JhsFm is based on Maven, Forrest and the Spring
Framework</description>
    <display-name>JhsFM</display-name>
    <module>
        <web>
            <web-uri>jhs-fm-1.0.0.war</web-uri>
            <context-root>/jhsfm</context-root>
        </web>
    </module>
</application>