- move obfuscation preference pane entry to "Build"
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8127 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
08bde4d26a
commit
aec40c2741
@ -22,7 +22,7 @@ import org.openide.util.NbBundle;
|
||||
*
|
||||
* @author normenhansen
|
||||
*/
|
||||
@ProjectCustomizer.CompositeCategoryProvider.Registration(projectType = "org-netbeans-modules-java-j2seproject", category = "Application", position = 510)
|
||||
@ProjectCustomizer.CompositeCategoryProvider.Registration(projectType = "org-netbeans-modules-java-j2seproject", category = "BuildCategory", position = 510)
|
||||
public class ObfuscateCompositeProvider implements ProjectCustomizer.CompositeCategoryProvider {
|
||||
|
||||
private static final String CAT_OBFUSCATION = "Obfuscation"; // NOI18N
|
||||
|
Loading…
x
Reference in New Issue
Block a user