Changed name of license file
This commit is contained in:
parent
3cedc18232
commit
cf43992266
3 changed files with 4 additions and 30 deletions
32
Zutil.iml
32
Zutil.iml
|
|
@ -1,28 +1,15 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module type="JAVA_MODULE" version="4">
|
<module type="JAVA_MODULE" version="4">
|
||||||
<component name="EclipseModuleManager">
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/dom4j-1.6.1.jar!/" />
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/javassist.jar!/" />
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/junit-benchmarks-0.7.0.jar!/" />
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/commons-fileupload-1.2.1.jar!/" />
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/commons-io-1.4.jar!/" />
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/mysql-connector-java-5.1.14-bin.jar!/" />
|
|
||||||
<libelement value="jar://$MODULE_DIR$/libs/sqlite-jdbc-3.7.2.jar!/" />
|
|
||||||
<conelement value="org.eclipse.jst.j2ee.internal.module.container" />
|
|
||||||
<conelement value="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0" />
|
|
||||||
<src_description expected_position="0">
|
|
||||||
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
|
|
||||||
</src_description>
|
|
||||||
</component>
|
|
||||||
<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" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="module-library">
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" name="libs" level="project" />
|
||||||
|
<orderEntry type="module-library" scope="TEST">
|
||||||
<library name="JUnit4">
|
<library name="JUnit4">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
|
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
|
||||||
|
|
@ -33,18 +20,5 @@
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module-library">
|
|
||||||
<library name="libs">
|
|
||||||
<CLASSES>
|
|
||||||
<root url="file://$MODULE_DIR$/libs" />
|
|
||||||
</CLASSES>
|
|
||||||
<JAVADOC />
|
|
||||||
<SOURCES>
|
|
||||||
<root url="file://$MODULE_DIR$/libs" />
|
|
||||||
</SOURCES>
|
|
||||||
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
|
|
||||||
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" type="SOURCES" />
|
|
||||||
</library>
|
|
||||||
</orderEntry>
|
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
|
@ -63,7 +63,7 @@ public class PluginManager<T> implements Iterable<PluginData>{
|
||||||
|
|
||||||
FileSearch search = new FileSearch(new File(path));
|
FileSearch search = new FileSearch(new File(path));
|
||||||
search.setRecursive(true);
|
search.setRecursive(true);
|
||||||
search.searchFolders(true);
|
search.searchFolders(false);
|
||||||
search.searchCompressedFiles(true);
|
search.searchCompressedFiles(true);
|
||||||
search.setFileName("plugin.json");
|
search.setFileName("plugin.json");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue