Author: vyemialyanchyk
Date: 2009-06-19 11:55:10 -0400 (Fri, 19 Jun 2009)
New Revision: 16068
Removed:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/eclipse/launch/SeamUtil.java
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
Log:
delete unused code
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2009-06-19
15:44:59 UTC (rev 16067)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2009-06-19
15:55:10 UTC (rev 16068)
@@ -286,7 +286,6 @@
org.hibernate.dialect.function,
org.hibernate.dialect.lock,
org.hibernate.eclipse,
- org.hibernate.eclipse.launch,
org.hibernate.eclipse.logging,
org.hibernate.eclipse.logging.xpl,
org.hibernate.ejb,
Deleted:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/eclipse/launch/SeamUtil.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/eclipse/launch/SeamUtil.java 2009-06-19
15:44:59 UTC (rev 16067)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/eclipse/launch/SeamUtil.java 2009-06-19
15:55:10 UTC (rev 16068)
@@ -1,21 +0,0 @@
-package org.hibernate.eclipse.launch;
-
-import java.util.HashSet;
-import java.util.Set;
-
-public class SeamUtil {
-
- public String lower(String name)
- {
- return name.substring(0, 1).toLowerCase() + name.substring(1);
- }
- public String upper(String name)
- {
- return name.substring(0, 1).toUpperCase() + name.substring(1);
- }
- public Set set()
- {
- return new HashSet();
- }
-
-}
Show replies by date