~piastucki/bzr-eclipse/execute-bit

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.core/src/org/vcs/bazaar/eclipse/IBazaarCoreConstants.java

  • Committer: Guillermo Gonzalez
  • Date: 2010-02-02 06:40:31 UTC
  • mfrom: (219 trunk)
  • mto: This revision was merged to the branch mainline in revision 223.
  • Revision ID: guillo.gonzo@gmail.com-20100202064031-r0hch2h8bq67y1sx
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        
16
16
        public static final QualifiedName DIRTY =  new QualifiedName(EclipseBazaarCore.ID, "dirty");
17
17
        public static final String LOG_REVISION_LIMIT = "pref_performance_log_limit"; //$NON-NLS-1$
 
18
        public static final String USE_BUNDLED_PLUGINS = "USE_BUNDLED_PLUGINS"; //$NON-NLS-1$
18
19
 
19
20
}