removed outdated imports
This commit is contained in:
parent
ad5d090c86
commit
0471d5d3ea
|
|
@ -7,7 +7,6 @@
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="var" path="IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar" sourcepath="/IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar"/>
|
<classpathentry kind="var" path="IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar" sourcepath="/IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar"/>
|
||||||
<classpathentry kind="var" path="IVY_CACHE/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-1.2.15.jar" sourcepath="/IVY_CACHE/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-sources-1.2.15.jar"/>
|
<classpathentry kind="var" path="IVY_CACHE/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-1.2.15.jar" sourcepath="/IVY_CACHE/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-sources-1.2.15.jar"/>
|
||||||
<classpathentry kind="var" path="IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.collections/3.2.0/com.springsource.org.apache.commons.collections-3.2.0.jar" sourcepath="/IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.collections/3.2.0/com.springsource.org.apache.commons.collections-sources-3.2.0.jar"/>
|
|
||||||
<classpathentry kind="var" path="IVY_CACHE/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-4.5.0.jar" sourcepath="/IVY_CACHE/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-sources-4.5.0.jar"/>
|
<classpathentry kind="var" path="IVY_CACHE/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-4.5.0.jar" sourcepath="/IVY_CACHE/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-sources-4.5.0.jar"/>
|
||||||
<classpathentry kind="var" path="IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.2.RELEASE/com.springsource.org.aspectj.weaver-1.6.2.RELEASE.jar"/>
|
<classpathentry kind="var" path="IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.2.RELEASE/com.springsource.org.aspectj.weaver-1.6.2.RELEASE.jar"/>
|
||||||
<classpathentry kind="var" path="IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-2.5.0.jar" sourcepath="/IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-sources-2.5.0.jar"/>
|
<classpathentry kind="var" path="IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-2.5.0.jar" sourcepath="/IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-sources-2.5.0.jar"/>
|
||||||
|
|
|
||||||
|
|
@ -1,296 +1,285 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" />
|
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-1.2.15.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-1.2.15.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-sources-1.2.15.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-sources-1.2.15.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.apache.commons/com.springsource.org.apache.commons.collections/3.2.0/com.springsource.org.apache.commons.collections-3.2.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.aspectj/com.springsource.org.aspectj.weaver/1.6.2.RELEASE/com.springsource.org.aspectj.weaver-1.6.2.RELEASE.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.apache.commons/com.springsource.org.apache.commons.collections/3.2.0/com.springsource.org.apache.commons.collections-sources-3.2.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.aspectj/com.springsource.org.aspectj.weaver/1.6.2.RELEASE/com.springsource.org.aspectj.weaver-sources-1.6.2.RELEASE.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.aspectj/com.springsource.org.aspectj.weaver/1.6.2.RELEASE/com.springsource.org.aspectj.weaver-1.6.2.RELEASE.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm/2.2.3/com.springsource.org.objectweb.asm-2.2.3.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.aspectj/com.springsource.org.aspectj.weaver/1.6.2.RELEASE/com.springsource.org.aspectj.weaver-sources-1.6.2.RELEASE.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm/2.2.3/com.springsource.org.objectweb.asm-sources-2.2.3.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm/2.2.3/com.springsource.org.objectweb.asm-2.2.3.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/2.2.3/com.springsource.org.objectweb.asm.commons-2.2.3.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm/2.2.3/com.springsource.org.objectweb.asm-sources-2.2.3.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/2.2.3/com.springsource.org.objectweb.asm.commons-sources-2.2.3.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/2.2.3/com.springsource.org.objectweb.asm.commons-2.2.3.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-4.5.0.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.objectweb.asm/com.springsource.org.objectweb.asm.commons/2.2.3/com.springsource.org.objectweb.asm.commons-sources-2.2.3.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-sources-4.5.0.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-4.5.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-2.5.0.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-sources-4.5.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-sources-2.5.0.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-2.5.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.easymock/com.springsource.org.easymock/2.3.0/com.springsource.org.easymock-2.3.0.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-sources-2.5.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.easymock/com.springsource.org.easymock/2.3.0/com.springsource.org.easymock-sources-2.3.0.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.easymock/com.springsource.org.easymock/2.3.0/com.springsource.org.easymock-2.3.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-1.2.0.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$IVY_CACHE$/org.easymock/com.springsource.org.easymock/2.3.0/com.springsource.org.easymock-sources-2.3.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-sources-1.2.0.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-1.2.0.jar!/" />
|
<root url="jar://$IVY_CACHE$/org.codehaus.woodstox/com.springsource.com.ctc.wstx/3.2.7/com.springsource.com.ctc.wstx-3.2.7.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES />
|
||||||
<root url="jar://$IVY_CACHE$/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-sources-1.2.0.jar!/" />
|
</library>
|
||||||
</SOURCES>
|
</orderEntry>
|
||||||
</library>
|
<orderEntry type="module-library">
|
||||||
</orderEntry>
|
<library>
|
||||||
<orderEntry type="module-library">
|
<CLASSES>
|
||||||
<library>
|
<root url="jar://$MODULE_DIR$/../org.springframework.asm/target/artifacts/org.springframework.asm.jar!/" />
|
||||||
<CLASSES>
|
</CLASSES>
|
||||||
<root url="jar://$IVY_CACHE$/org.codehaus.woodstox/com.springsource.com.ctc.wstx/3.2.7/com.springsource.com.ctc.wstx-3.2.7.jar!/" />
|
<JAVADOC />
|
||||||
</CLASSES>
|
<SOURCES />
|
||||||
<JAVADOC />
|
</library>
|
||||||
<SOURCES />
|
</orderEntry>
|
||||||
</library>
|
</component>
|
||||||
</orderEntry>
|
<component name="copyright">
|
||||||
<orderEntry type="module-library">
|
<Base>
|
||||||
<library>
|
<setting name="state" value="1" />
|
||||||
<CLASSES>
|
</Base>
|
||||||
<root url="jar://$MODULE_DIR$/../org.springframework.asm/target/artifacts/org.springframework.asm.jar!/" />
|
<LanguageOptions name="HTML">
|
||||||
</CLASSES>
|
<option name="templateOptions">
|
||||||
<JAVADOC />
|
<value>
|
||||||
<SOURCES />
|
<option name="block" value="true" />
|
||||||
</library>
|
<option name="separateBefore" value="false" />
|
||||||
</orderEntry>
|
<option name="separateAfter" value="false" />
|
||||||
</component>
|
<option name="prefixLines" value="true" />
|
||||||
<component name="copyright">
|
<option name="lenBefore" value="80" />
|
||||||
<Base>
|
<option name="lenAfter" value="80" />
|
||||||
<setting name="state" value="1" />
|
<option name="box" value="false" />
|
||||||
</Base>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="HTML">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="2" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
<LanguageOptions name="JAVA">
|
||||||
</value>
|
<option name="templateOptions">
|
||||||
</option>
|
<value>
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
<option name="block" value="true" />
|
||||||
<option name="keyword" value="Copyright" />
|
<option name="separateBefore" value="false" />
|
||||||
<option name="fileTypeOverride" value="2" />
|
<option name="separateAfter" value="false" />
|
||||||
<option name="relativeBefore" value="true" />
|
<option name="prefixLines" value="true" />
|
||||||
<option name="addBlankAfter" value="true" />
|
<option name="lenBefore" value="80" />
|
||||||
<option name="fileLocation" value="1" />
|
<option name="lenAfter" value="80" />
|
||||||
<option name="useAlternate" value="false" />
|
<option name="box" value="false" />
|
||||||
</LanguageOptions>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="JAVA">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="2" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
<LanguageOptions name="JSP">
|
||||||
</value>
|
<option name="templateOptions">
|
||||||
</option>
|
<value>
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
<option name="block" value="true" />
|
||||||
<option name="keyword" value="Copyright" />
|
<option name="separateBefore" value="false" />
|
||||||
<option name="fileTypeOverride" value="2" />
|
<option name="separateAfter" value="false" />
|
||||||
<option name="relativeBefore" value="true" />
|
<option name="prefixLines" value="true" />
|
||||||
<option name="addBlankAfter" value="true" />
|
<option name="lenBefore" value="80" />
|
||||||
<option name="fileLocation" value="1" />
|
<option name="lenAfter" value="80" />
|
||||||
<option name="useAlternate" value="false" />
|
<option name="box" value="false" />
|
||||||
</LanguageOptions>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="JSP">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="2" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
<LanguageOptions name="JavaScript">
|
||||||
</value>
|
<option name="templateOptions">
|
||||||
</option>
|
<value>
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
<option name="block" value="true" />
|
||||||
<option name="keyword" value="Copyright" />
|
<option name="separateBefore" value="false" />
|
||||||
<option name="fileTypeOverride" value="2" />
|
<option name="separateAfter" value="false" />
|
||||||
<option name="relativeBefore" value="true" />
|
<option name="prefixLines" value="true" />
|
||||||
<option name="addBlankAfter" value="true" />
|
<option name="lenBefore" value="80" />
|
||||||
<option name="fileLocation" value="1" />
|
<option name="lenAfter" value="80" />
|
||||||
<option name="useAlternate" value="false" />
|
<option name="box" value="false" />
|
||||||
</LanguageOptions>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="JavaScript">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="2" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
<LanguageOptions name="Properties">
|
||||||
</value>
|
<option name="templateOptions">
|
||||||
</option>
|
<value>
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
<option name="block" value="true" />
|
||||||
<option name="keyword" value="Copyright" />
|
<option name="separateBefore" value="false" />
|
||||||
<option name="fileTypeOverride" value="2" />
|
<option name="separateAfter" value="false" />
|
||||||
<option name="relativeBefore" value="true" />
|
<option name="prefixLines" value="true" />
|
||||||
<option name="addBlankAfter" value="true" />
|
<option name="lenBefore" value="80" />
|
||||||
<option name="fileLocation" value="1" />
|
<option name="lenAfter" value="80" />
|
||||||
<option name="useAlternate" value="false" />
|
<option name="box" value="false" />
|
||||||
</LanguageOptions>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="Properties">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="2" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
<LanguageOptions name="XML">
|
||||||
</value>
|
<option name="templateOptions">
|
||||||
</option>
|
<value>
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
<option name="block" value="true" />
|
||||||
<option name="keyword" value="Copyright" />
|
<option name="separateBefore" value="false" />
|
||||||
<option name="fileTypeOverride" value="2" />
|
<option name="separateAfter" value="false" />
|
||||||
<option name="relativeBefore" value="true" />
|
<option name="prefixLines" value="true" />
|
||||||
<option name="addBlankAfter" value="true" />
|
<option name="lenBefore" value="80" />
|
||||||
<option name="fileLocation" value="1" />
|
<option name="lenAfter" value="80" />
|
||||||
<option name="useAlternate" value="false" />
|
<option name="box" value="false" />
|
||||||
</LanguageOptions>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="XML">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="2" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
<LanguageOptions name="__TEMPLATE__">
|
||||||
</value>
|
<option name="templateOptions">
|
||||||
</option>
|
<value>
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
<option name="block" value="true" />
|
||||||
<option name="keyword" value="Copyright" />
|
<option name="separateBefore" value="false" />
|
||||||
<option name="fileTypeOverride" value="2" />
|
<option name="separateAfter" value="false" />
|
||||||
<option name="relativeBefore" value="true" />
|
<option name="prefixLines" value="true" />
|
||||||
<option name="addBlankAfter" value="true" />
|
<option name="lenBefore" value="80" />
|
||||||
<option name="fileLocation" value="1" />
|
<option name="lenAfter" value="80" />
|
||||||
<option name="useAlternate" value="false" />
|
<option name="box" value="false" />
|
||||||
</LanguageOptions>
|
<option name="filler" value=" " />
|
||||||
<LanguageOptions name="__TEMPLATE__">
|
</value>
|
||||||
<option name="templateOptions">
|
</option>
|
||||||
<value>
|
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
||||||
<option name="block" value="true" />
|
<option name="keyword" value="Copyright" />
|
||||||
<option name="separateBefore" value="false" />
|
<option name="fileTypeOverride" value="4" />
|
||||||
<option name="separateAfter" value="false" />
|
<option name="relativeBefore" value="true" />
|
||||||
<option name="prefixLines" value="true" />
|
<option name="addBlankAfter" value="true" />
|
||||||
<option name="lenBefore" value="80" />
|
<option name="fileLocation" value="1" />
|
||||||
<option name="lenAfter" value="80" />
|
<option name="useAlternate" value="false" />
|
||||||
<option name="box" value="false" />
|
</LanguageOptions>
|
||||||
<option name="filler" value=" " />
|
</component>
|
||||||
</value>
|
</module>
|
||||||
</option>
|
|
||||||
<option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
|
|
||||||
<option name="keyword" value="Copyright" />
|
|
||||||
<option name="fileTypeOverride" value="4" />
|
|
||||||
<option name="relativeBefore" value="true" />
|
|
||||||
<option name="addBlankAfter" value="true" />
|
|
||||||
<option name="fileLocation" value="1" />
|
|
||||||
<option name="useAlternate" value="false" />
|
|
||||||
</LanguageOptions>
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.collections" rev="3.2.0"
|
|
||||||
conf="optional, commons-collections->compile"/>
|
|
||||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
|
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
|
||||||
conf="compile->compile"/>
|
conf="compile->compile"/>
|
||||||
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15"
|
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15"
|
||||||
|
|
|
||||||
|
|
@ -31,11 +31,10 @@
|
||||||
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="optional->compile"/>
|
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="optional->compile"/>
|
||||||
<dependency org="com.h2database" name="com.springsource.org.h2" rev="1.0.71" conf="optional->compile"/>
|
<dependency org="com.h2database" name="com.springsource.org.h2" rev="1.0.71" conf="optional->compile"/>
|
||||||
<!-- test dependencies -->
|
<!-- test dependencies -->
|
||||||
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.5.0" conf="test->runtime"/>
|
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.5.0" conf="test->runtime"/>
|
||||||
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" conf="test->compile"/>
|
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" conf="test->compile"/>
|
||||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.collections" rev="3.2.0" conf="test->runtime"/>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</ivy-module>
|
</ivy-module>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue