Store classpath in the index.
authorJan Lahoda <jlahoda@netbeans.org>
Fri, 30 Nov 2012 07:36:26 +0100
changeset 9053681e1058ae2
parent 904 eff9ad53e614
child 906 ea2c5f4847d9
Store classpath in the index.
remoting/server/indexer/impl/src/org/netbeans/modules/jackpot30/backend/impl/OptionProcessorImpl.java
     1.1 --- a/remoting/server/indexer/impl/src/org/netbeans/modules/jackpot30/backend/impl/OptionProcessorImpl.java	Thu Nov 29 19:33:30 2012 +0100
     1.2 +++ b/remoting/server/indexer/impl/src/org/netbeans/modules/jackpot30/backend/impl/OptionProcessorImpl.java	Fri Nov 30 07:36:26 2012 +0100
     1.3 @@ -105,7 +105,7 @@
     1.4      private final Option CACHE_TARGET = Option.requiredArgument(Option.NO_SHORT_NAME, "cache-target");
     1.5      private final Option INFO = Option.requiredArgument(Option.NO_SHORT_NAME, "info");
     1.6      private final Set<Option> OPTIONS = new HashSet<Option>(Arrays.asList(CATEGORY_ID, CATEGORY_NAME, CATEGORY_PROJECTS, CATEGORY_ROOT_DIR, CACHE_TARGET, INFO));
     1.7 -    private final boolean STORE_CLASSPATH = Boolean.getBoolean("jackpot.store.classpath");
     1.8 +    private final boolean STORE_CLASSPATH = true;
     1.9      
    1.10      @Override
    1.11      protected Set<Option> getOptions() {