[jbosstools-commits] JBoss Tools SVN: r22362 - branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 27 04:30:59 EDT 2010


Author: mareshkau
Date: 2010-05-27 04:30:58 -0400 (Thu, 27 May 2010)
New Revision: 22362

Modified:
   branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebProjectWizard.java
   branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebWarWizard.java
Log:
fixing compilation problems under helious

Modified: branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebProjectWizard.java
===================================================================
--- branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebProjectWizard.java	2010-05-27 08:09:46 UTC (rev 22361)
+++ branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebProjectWizard.java	2010-05-27 08:30:58 UTC (rev 22362)
@@ -202,6 +202,14 @@
 		public String getNamespaceIdentifier() throws InvalidRegistryObjectException {
 			throw new UnsupportedOperationException("Not implemented."); //$NON-NLS-1$
 		}
+		public String getAttribute(String attrName, String locale)
+				throws InvalidRegistryObjectException {
+			throw new UnsupportedOperationException("Not implemented."); //$NON-NLS-1$
+		}
+		public String getValue(String locale)
+				throws InvalidRegistryObjectException {
+			throw new UnsupportedOperationException("Not implemented."); //$NON-NLS-1$
+		}
 	}
 
 }

Modified: branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebWarWizard.java
===================================================================
--- branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebWarWizard.java	2010-05-27 08:09:46 UTC (rev 22361)
+++ branches/3.2.helios/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/wizards/project/ImportWebWarWizard.java	2010-05-27 08:30:58 UTC (rev 22362)
@@ -143,6 +143,14 @@
 		public String getNamespaceIdentifier() throws InvalidRegistryObjectException {
 			throw new UnsupportedOperationException("Not implemented."); //$NON-NLS-1$
 		}
+		public String getAttribute(String attrName, String locale)
+				throws InvalidRegistryObjectException {
+			throw new UnsupportedOperationException("Not implemented."); //$NON-NLS-1$
+		}
+		public String getValue(String locale)
+				throws InvalidRegistryObjectException {
+			throw new UnsupportedOperationException("Not implemented."); //$NON-NLS-1$
+		}
 	}
 
 }



More information about the jbosstools-commits mailing list