METAGEN-86 Clean-up (using right company name in new files, removing $Id from SVN times)

This commit is contained in:
Gunnar Morling 2013-08-08 10:51:42 +02:00 committed by Strong Liu
parent 190b736f6c
commit 17d640f5f5
11 changed files with 9 additions and 22 deletions

View File

@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: User.java 17903 2009-11-04 13:22:37Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.blob; package org.hibernate.jpamodelgen.test.blob;
import java.sql.Blob; import java.sql.Blob;

View File

@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: GenericsTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.generatedannotation; package org.hibernate.jpamodelgen.test.generatedannotation;
import java.util.HashMap; import java.util.HashMap;

View File

@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: GenericsTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.generatedannotation; package org.hibernate.jpamodelgen.test.generatedannotation;
import java.util.HashMap; import java.util.HashMap;

View File

@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: BlobTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.mappedsuperclass.embeddablemappedsuperclass; package org.hibernate.jpamodelgen.test.mappedsuperclass.embeddablemappedsuperclass;
import org.testng.annotations.Test; import org.testng.annotations.Test;

View File

@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: GenericsTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.supresswarnings; package org.hibernate.jpamodelgen.test.supresswarnings;
import java.util.HashMap; import java.util.HashMap;

View File

@ -1,6 +1,6 @@
/* /*
* JBoss, Home of Professional Open Source * 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 * by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors. * full listing of individual contributors.
* *
@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id:$
package org.hibernate.jpamodelgen.test.xmlmetacomplete.multiplepus; package org.hibernate.jpamodelgen.test.xmlmetacomplete.multiplepus;
import javax.persistence.Entity; import javax.persistence.Entity;

View File

@ -1,6 +1,6 @@
/* /*
* JBoss, Home of Professional Open Source * 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 * by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors. * full listing of individual contributors.
* *
@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: XmlMappingTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.xmlmetacomplete.multiplepus; package org.hibernate.jpamodelgen.test.xmlmetacomplete.multiplepus;
import java.util.HashMap; import java.util.HashMap;
@ -23,6 +21,7 @@ import java.util.Map;
import org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor; import org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor;
import org.hibernate.jpamodelgen.test.util.CompilationTest; import org.hibernate.jpamodelgen.test.util.CompilationTest;
import org.hibernate.jpamodelgen.test.util.TestForIssue;
import org.hibernate.jpamodelgen.test.util.TestUtil; import org.hibernate.jpamodelgen.test.util.TestUtil;
import org.testng.annotations.Test; import org.testng.annotations.Test;
@ -31,7 +30,9 @@ import static org.hibernate.jpamodelgen.test.util.TestUtil.assertMetamodelClassG
/** /**
* @author Hardy Ferentschik * @author Hardy Ferentschik
*/ */
@TestForIssue( jiraKey = "METAGEN-86" )
public class XmlMetaDataCompleteMultiplePersistenceUnitsTest extends CompilationTest { public class XmlMetaDataCompleteMultiplePersistenceUnitsTest extends CompilationTest {
@Test @Test
public void testMetaModelGenerated() { public void testMetaModelGenerated() {
// only one of the xml files in the example uses 'xml-mapping-metadata-complete', hence annotation processing // 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; return properties;
} }
} }

View File

@ -14,8 +14,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// $Id: XmlMappingTest.java 20721 2010-09-27 12:40:10Z hardy.ferentschik $
package org.hibernate.jpamodelgen.test.xmlmetacomplete.singlepu; package org.hibernate.jpamodelgen.test.xmlmetacomplete.singlepu;
import java.util.HashMap; import java.util.HashMap;

View File

@ -2,7 +2,7 @@
<!-- <!--
~ JBoss, Home of Professional Open Source ~ 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 ~ by the @authors tag. See the copyright.txt in the distribution for a
~ full listing of individual contributors. ~ full listing of individual contributors.
~ ~

View File

@ -2,7 +2,7 @@
<!-- <!--
~ JBoss, Home of Professional Open Source ~ 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 ~ by the @authors tag. See the copyright.txt in the distribution for a
~ full listing of individual contributors. ~ full listing of individual contributors.
~ ~

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ JBoss, Home of Professional Open Source ~ 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 ~ by the @authors tag. See the copyright.txt in the distribution for a
~ full listing of individual contributors. ~ full listing of individual contributors.
~ ~