Incompatible change - Separation of the Settings API and SPI from projects/core
Dusan Balek <[email protected]> Mon, 22 Sep 2003 11:22:18 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am going to separate the Settings API and SPI from projects/core to its own projects/settings module (as requested by issue #30511). As a part of this change, class Scope is moving from package org.netbeans.api.projects to org.netbeans.api.projects.settings. This change requires all dependent modules' manifests and build.xml files to be updated. Dusan