METAGEN-86 Clean-up (using right company name in new files, removing $Id from SVN times)
This commit is contained in:
parent
190b736f6c
commit
17d640f5f5
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: User.java 17903 2009-11-04 13:22:37Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.blob;
|
||||
|
||||
import java.sql.Blob;
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: GenericsTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.generatedannotation;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: GenericsTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.generatedannotation;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: BlobTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.mappedsuperclass.embeddablemappedsuperclass;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: GenericsTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.supresswarnings;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* JBoss, Home of Professional Open Source
|
||||
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
|
||||
* Copyright 2013, Red Hat Inc. and individual contributors
|
||||
* by the @authors tag. See the copyright.txt in the distribution for a
|
||||
* full listing of individual contributors.
|
||||
*
|
||||
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id:$
|
||||
package org.hibernate.jpamodelgen.test.xmlmetacomplete.multiplepus;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* JBoss, Home of Professional Open Source
|
||||
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
|
||||
* Copyright 2013, Red Hat, Inc. and individual contributors
|
||||
* by the @authors tag. See the copyright.txt in the distribution for a
|
||||
* full listing of individual contributors.
|
||||
*
|
||||
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: XmlMappingTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.xmlmetacomplete.multiplepus;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
@ -23,6 +21,7 @@ import java.util.Map;
|
|||
|
||||
import org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor;
|
||||
import org.hibernate.jpamodelgen.test.util.CompilationTest;
|
||||
import org.hibernate.jpamodelgen.test.util.TestForIssue;
|
||||
import org.hibernate.jpamodelgen.test.util.TestUtil;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
|
@ -31,7 +30,9 @@ import static org.hibernate.jpamodelgen.test.util.TestUtil.assertMetamodelClassG
|
|||
/**
|
||||
* @author Hardy Ferentschik
|
||||
*/
|
||||
@TestForIssue( jiraKey = "METAGEN-86" )
|
||||
public class XmlMetaDataCompleteMultiplePersistenceUnitsTest extends CompilationTest {
|
||||
|
||||
@Test
|
||||
public void testMetaModelGenerated() {
|
||||
// only one of the xml files in the example uses 'xml-mapping-metadata-complete', hence annotation processing
|
||||
|
@ -55,4 +56,4 @@ public class XmlMetaDataCompleteMultiplePersistenceUnitsTest extends Compilation
|
|||
);
|
||||
return properties;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// $Id: XmlMappingTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
|
||||
package org.hibernate.jpamodelgen.test.xmlmetacomplete.singlepu;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!--
|
||||
~ JBoss, Home of Professional Open Source
|
||||
~ Copyright 2010, Red Hat Middleware LLC, and individual contributors
|
||||
~ Copyright 2013, Red Hat Inc. and individual contributors
|
||||
~ by the @authors tag. See the copyright.txt in the distribution for a
|
||||
~ full listing of individual contributors.
|
||||
~
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!--
|
||||
~ JBoss, Home of Professional Open Source
|
||||
~ Copyright 2010, Red Hat Middleware LLC, and individual contributors
|
||||
~ Copyright 2013, Red Hat Inc. and individual contributors
|
||||
~ by the @authors tag. See the copyright.txt in the distribution for a
|
||||
~ full listing of individual contributors.
|
||||
~
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~ JBoss, Home of Professional Open Source
|
||||
~ Copyright 2010, Red Hat Middleware LLC, and individual contributors
|
||||
~ Copyright 2013, Red Hat Inc. and individual contributors
|
||||
~ by the @authors tag. See the copyright.txt in the distribution for a
|
||||
~ full listing of individual contributors.
|
||||
~
|
||||
|
|
Loading…
Reference in New Issue