Index: nbbuild/build.properties =================================================================== RCS file: /cvs/nbbuild/build.properties,v retrieving revision 1.540 diff -u -r1.540 build.properties --- nbbuild/build.properties 18 Oct 2007 13:04:40 -0000 1.540 +++ nbbuild/build.properties 25 Oct 2007 21:38:47 -0000 @@ -218,7 +218,8 @@ editor/completion,\ lexer,\ xml/api,\ - ant + ant,\ + db #FIXME: changes for retouche merge: # editor/codetemplates,\ @@ -233,7 +234,6 @@ editor/guards,\ java/source,\ graph/lib,\ - db,\ j2ee/metadata,\ refactoring/api,\ refactoring/java,\ Index: db/apichanges.xml =================================================================== RCS file: /cvs/db/apichanges.xml,v retrieving revision 1.9 diff -u -r1.9 apichanges.xml --- db/apichanges.xml 10 Oct 2007 19:00:45 -0000 1.9 +++ db/apichanges.xml 25 Oct 2007 21:38:47 -0000 @@ -107,6 +107,18 @@ + Made Database Explorer API stable + + + + + + The stability level of the Database Explorer API is changed to stable. + + + + + Allow user to save password Index: db/manifest.mf =================================================================== RCS file: /cvs/db/manifest.mf,v retrieving revision 1.66 diff -u -r1.66 manifest.mf --- db/manifest.mf 7 Aug 2007 22:42:14 -0000 1.66 +++ db/manifest.mf 25 Oct 2007 21:38:47 -0000 @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -OpenIDE-Module: org.netbeans.modules.db/0 +OpenIDE-Module: org.netbeans.modules.db/1 OpenIDE-Module-Install: org/netbeans/modules/db/DatabaseModule.class OpenIDE-Module-Implementation-Version: 5 OpenIDE-Module-Layer: org/netbeans/modules/db/resources/mf-layer.xml Index: db/module-auto-deps.xml =================================================================== RCS file: db/module-auto-deps.xml diff -N db/module-auto-deps.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ db/module-auto-deps.xml 25 Oct 2007 21:38:47 -0000 @@ -0,0 +1,60 @@ + + + + + + + + Major release version of module changed from 0 to 1 to signal stability; update your dependencies + + + + + + + + + + + + Index: db/nbproject/project.properties =================================================================== RCS file: /cvs/db/nbproject/project.properties,v retrieving revision 1.28 diff -u -r1.28 project.properties --- db/nbproject/project.properties 10 Oct 2007 19:00:49 -0000 1.28 +++ db/nbproject/project.properties 25 Oct 2007 21:38:47 -0000 @@ -40,7 +40,7 @@ javadoc.arch=${basedir}/arch.xml javadoc.apichanges=${basedir}/apichanges.xml -spec.version.base=1.23.0 +spec.version.base=1.24.0 extra.module.files=modules/ext/ddl.jar