1 19 20 package org.netbeans.modules.ant.freeform.spi; 21 22 26 public class ProjectConstants { 27 28 private ProjectConstants() {} 29 30 34 public static final String PROP_ANT_SCRIPT = "ant.script"; 36 40 public static final String PROP_PROJECT_LOCATION = "project.dir"; 42 45 public static final String PROJECT_LOCATION_PREFIX = "${" + PROP_PROJECT_LOCATION + "}/"; 47 } 48 | Popular Tags |