1 16 17 package org.apache.jk.ant; 18 19 import org.apache.tools.ant.BuildException; 20 21 27 public class ApacheConfig { 28 29 30 public ApacheConfig() { 31 } 32 33 public void setApxs( String s ) { 34 35 } 36 37 39 public String [] getIncludes() { 40 return null; 41 } 42 43 45 public String [] getCflags() { 46 return null; 47 } 48 49 public void execute() throws BuildException { 50 51 } 52 53 } 54 | Popular Tags |