mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 18:18:38 +00:00
SOLR-2035: Add a VelocityResponseWriter $resource tool for locale-specific string lookups. Lots of VrW code cleanup, more and improved test cases. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650685 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1.9 KiB
XML
39 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
|
<output url="file://$MODULE_DIR$/../../../idea-build/solr/contrib/solr-velocity/classes/java" />
|
|
<output-test url="file://$MODULE_DIR$/../../../idea-build/solr/contrib/solr-velocity/classes/test" />
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src/test/velocity" type="java-test-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src/test-files" type="java-test-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit" level="project" />
|
|
<orderEntry type="library" name="Solr core library" level="project" />
|
|
<orderEntry type="library" name="Solrj library" level="project" />
|
|
<orderEntry type="library" name="Solr velocity library" level="project" />
|
|
<orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
|
|
<orderEntry type="module" scope="TEST" module-name="solr-test-framework" />
|
|
<orderEntry type="module-library" scope="TEST">
|
|
<library>
|
|
<CLASSES>
|
|
<root url="file://$MODULE_DIR$/test-lib" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES />
|
|
<jarDirectory url="file://$MODULE_DIR$/test-lib" recursive="false" />
|
|
</library>
|
|
</orderEntry>
|
|
<orderEntry type="module" module-name="lucene-core" />
|
|
<orderEntry type="module" module-name="solr-core" />
|
|
<orderEntry type="module" module-name="solrj" />
|
|
<orderEntry type="module" module-name="analysis-common" />
|
|
</component>
|
|
</module>
|
|
|