diff --git a/contrib/velocity/build.xml b/contrib/velocity/build.xml index 57c7301ab4b..5f453de335f 100644 --- a/contrib/velocity/build.xml +++ b/contrib/velocity/build.xml @@ -61,7 +61,9 @@ + manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF"> + + diff --git a/contrib/velocity/src/main/solr/conf/velocity/footer.vm b/contrib/velocity/src/main/java/footer.vm similarity index 51% rename from contrib/velocity/src/main/solr/conf/velocity/footer.vm rename to contrib/velocity/src/main/java/footer.vm index 639a2667834..d4b8b444908 100644 --- a/contrib/velocity/src/main/solr/conf/velocity/footer.vm +++ b/contrib/velocity/src/main/java/footer.vm @@ -6,5 +6,4 @@ #end -Generated using VelocityResponseWriter - +Generated by VelocityResponseWriter \ No newline at end of file diff --git a/contrib/velocity/src/main/java/org/apache/solr/request/SolrParamResourceLoader.java b/contrib/velocity/src/main/java/org/apache/solr/request/SolrParamResourceLoader.java index ecac054f5dc..8d3d491f24d 100644 --- a/contrib/velocity/src/main/java/org/apache/solr/request/SolrParamResourceLoader.java +++ b/contrib/velocity/src/main/java/org/apache/solr/request/SolrParamResourceLoader.java @@ -30,6 +30,7 @@ import java.util.Iterator; public class SolrParamResourceLoader extends ResourceLoader { private HashMap templates = new HashMap(); public SolrParamResourceLoader(SolrQueryRequest request) { + super(); // TODO: Consider using content streams, but need a template name associated with each stream // for now, a custom param convention of template.=