copy package-info with package annotations (IDEA-79980)

This commit is contained in:
anna
2012-01-17 17:54:01 +01:00
parent c08a35f9a0
commit face21abec
4 changed files with 34 additions and 1 deletions
@@ -0,0 +1,3 @@
@javax.xml.bind.annotation.XmlSchema(elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED,
namespace = "http://www.mynamespaceurl.com/myHits")
package from;
@@ -0,0 +1,3 @@
@javax.xml.bind.annotation.XmlSchema(elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED,
namespace = "http://www.mynamespaceurl.com/myHits")
package to;