view com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/model/package-info.java @ 94:146a0704ba68

Include a schemaLocation attribute This will make eclipse automatically validate the thermostat-plugin.xml file whenever possible.
author Omair Majid <omajid@redhat.com>
date Thu, 06 Feb 2014 10:37:06 -0500
parents b788a26c0d4d
children 4dfa549ca00c
line wrap: on
line source

/**
 * Contains model classes that represents XML elements of the
 * {@code thermostat-plugin.xml} file.
 */
@javax.xml.bind.annotation.XmlSchema(
        namespace=SchemaConstants.SCHEMA_NAMESPACE,
        elementFormDefault=javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.redhat.thermostat.tools.eclipse.plugin.model;