Re: Renaming modules
Tim Lebedkov <[email protected]> Wed, 02 Feb 2005 21:16:57 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, As far as I understand it's OK to do the following changes without any review: 2. rename tasklist-docscan.jar to org-netbeans-modules-tasklist-docscan.jar 6. rename suggestions-framework.jar to org-netbeans-modules-tasklist-suggestions.jar --Tim Jaroslav Tulach wrote: > Hi all, > the following report was send to [email protected] and I just > wanted to thank the author for checkin the change in. Removing the old > and useless eager and autoload subdirectories and using full > code-base-name in module jar files is very positive. More of changes > like this! > > If you do change like this during release of 4.1, feel free to do it > without pre commit review, but please keep in mind that all changes in > files layout are an important API changes and as such they should be > reviewed (usually by fasttrack review): > > http://openide.netbeans.org/tutorial/review-steps.html > > Thank you for remembering and sharing this information with your > co-developers. > -jst > > > NetBeans builder napsal(a): > >> [This is automated report sent on behalf of NetBeans buildmasters] >> >> This report show diffs for changes in verification framework files >> between builds #200501301900 and #200502012121 >> >> The respective actual .txt files can be seen at >> <http://www.netbeans.org/source/browse/ide/golden/> >> >> >> files-layout: >> >> --- ide/golden/files-layout.txt of 200502012121 >> +++ ide/golden/files-layout.txt of 200501301900 >> @@ -560,59 +560,58 @@ >> -ide5/modules/eager/properties-syntax.jar >> +ide5/modules/org-netbeans-modules-properties-syntax.jar >> +ide5/modules/org-netbeans-modules-properties.jar >> -ide5/modules/properties.jar > >