org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WrtKitLibraryWizardPage.java
changeset 119 be293233cdde
parent 88 aeba352033d2
equal deleted inserted replaced
116:c60cb2ffbdc1 119:be293233cdde
    12 import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage;
    12 import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage;
    13 import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension;
    13 import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension;
    14 import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension2;
    14 import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension2;
    15 import org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage;
    15 import org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage;
    16 
    16 
       
    17 @SuppressWarnings("restriction")
    17 public class WrtKitLibraryWizardPage extends NewElementWizardPage implements IJsGlobalScopeContainerPage, IJsGlobalScopeContainerPageExtension, IJsGlobalScopeContainerPageExtension2  {
    18 public class WrtKitLibraryWizardPage extends NewElementWizardPage implements IJsGlobalScopeContainerPage, IJsGlobalScopeContainerPageExtension, IJsGlobalScopeContainerPageExtension2  {
    18 
    19 
    19 	private static final String CONTAINER_ID="org.symbian.wrtkit";
    20 	private static final String CONTAINER_ID="org.symbian.wrtkit";
    20 
    21 
    21 	public WrtKitLibraryWizardPage() {
    22 	public WrtKitLibraryWizardPage() {