METAGEN-92 removing '// $Id:$', reminder of svn times :-)

This commit is contained in:
Hardy Ferentschik 2013-08-07 18:08:48 +02:00 committed by Strong Liu
parent 944ab85bf1
commit 5bdb352569
13 changed files with 0 additions and 26 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:$
package org.hibernate.jpamodelgen.test.generatedannotation; package org.hibernate.jpamodelgen.test.generatedannotation;
import javax.persistence.Entity; import javax.persistence.Entity;

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:$
package org.hibernate.jpamodelgen.test.hashcode; package org.hibernate.jpamodelgen.test.hashcode;
import javax.persistence.Entity; import javax.persistence.Entity;

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:$
package org.hibernate.jpamodelgen.test.mappedsuperclass.embeddablemappedsuperclass; package org.hibernate.jpamodelgen.test.mappedsuperclass.embeddablemappedsuperclass;
import javax.persistence.Embeddable; import javax.persistence.Embeddable;

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:$
package org.hibernate.jpamodelgen.test.persistence21; package org.hibernate.jpamodelgen.test.persistence21;
/** /**

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:$
package org.hibernate.jpamodelgen.test.separatecompilationunits; package org.hibernate.jpamodelgen.test.separatecompilationunits;
import org.hibernate.jpamodelgen.test.separatecompilationunits.superclass.MappedSuperclass; import org.hibernate.jpamodelgen.test.separatecompilationunits.superclass.MappedSuperclass;

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:$
package org.hibernate.jpamodelgen.test.separatecompilationunits.superclass; package org.hibernate.jpamodelgen.test.separatecompilationunits.superclass;
import javax.persistence.Id; import javax.persistence.Id;

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:$
package org.hibernate.jpamodelgen.test.supresswarnings; package org.hibernate.jpamodelgen.test.supresswarnings;
import javax.persistence.Entity; import javax.persistence.Entity;

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:$
package org.hibernate.jpamodelgen.test.targetannotation; package org.hibernate.jpamodelgen.test.targetannotation;
import javax.persistence.Embeddable; import javax.persistence.Embeddable;

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:$
package org.hibernate.jpamodelgen.test.targetannotation; package org.hibernate.jpamodelgen.test.targetannotation;
/** /**

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:$
package org.hibernate.jpamodelgen.test.targetannotation; package org.hibernate.jpamodelgen.test.targetannotation;
import javax.persistence.Embedded; import javax.persistence.Embedded;

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:$
package org.hibernate.jpamodelgen.test.usertype; package org.hibernate.jpamodelgen.test.usertype;
/** /**

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:$
package org.hibernate.jpamodelgen.test.xmlmetacomplete; package org.hibernate.jpamodelgen.test.xmlmetacomplete;
import javax.persistence.Entity; import javax.persistence.Entity;

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:$
package org.hibernate.jpamodelgen.test.xmlonly; package org.hibernate.jpamodelgen.test.xmlonly;
/** /**