~codeminer.team/codeminer/eclipse

« back to all changes in this revision

Viewing changes to CodeMinerUI/src/codeminerui/preference/CodeMinerUIPreferenceConstants.java

  • Committer: Sébastien Heymann
  • Date: 2009-04-05 15:46:55 UTC
  • Revision ID: sebastien@chartreuse-one-20090405154655-57re7tmumautti6o
Wizard corrected and bugfix on gexf static export

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
public class CodeMinerUIPreferenceConstants {
7
7
 
8
8
        //public static final String P_GEPHI_PATH = "parser.java.globalArguments";
 
9
        public static final String EXPORT_PATH = "parser.java.globalArguments";
9
10
 
10
11
}