Searched refs:PARAM_IS_LIBRARY (Results 1 – 1 of 1) sorted by relevance
123 private static final String PARAM_IS_LIBRARY = "IS_LIBRARY"; //$NON-NLS-1$ field in NewProjectCreator839 Boolean isLibraryProject = (Boolean) parameters.get(PARAM_IS_LIBRARY); in createEclipseProject()896 parameters.put(PARAM_IS_LIBRARY, isLibrary); in create()