Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91d40435 authored by Andrew Chen's avatar Andrew Chen
Browse files

IntelliJ IDEA: Use libs instead of direct jars; add ipr file.

Switch to project libraries instead of direct module jar dependencies
so that we can bind source jars.  Add the IntelliJ IDEA ipr project
file in preparation for submodules.
parent 592ed3ef
Loading
Loading
Loading
Loading
+4 −66
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
        <option name="RUN_PROGUARD" value="false" />
        <option name="PROGUARD_CFG_PATH" value="/proguard.cfg" />
        <resOverlayFolders />
        <includeSystemProguardFile>false</includeSystemProguardFile>
        <additionalNativeLibs />
      </configuration>
    </facet>
  </component>
@@ -36,72 +38,8 @@
      <sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="true" />
    </content>
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/libs/apache-mime4j-dom-0.7-SNAPSHOT.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/libs/apache-mime4j-core-0.7-SNAPSHOT.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/libs/jutf7-1.0.1-SNAPSHOT.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/libs/jzlib-1.0.7.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/libs/commons-io-2.0.1.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/libs/htmlcleaner-2.2.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES>
          <root url="jar://$MODULE_DIR$/libs/htmlcleaner-2.2-all.zip!/HtmlCleaner/src/main/java" />
          <root url="jar://$MODULE_DIR$/libs/htmlcleaner-2.2-all.zip!/HtmlCleaner/src/test/java" />
        </SOURCES>
      </library>
    </orderEntry>
    <orderEntry type="module-library" scope="TEST">
      <library>
        <CLASSES>
          <root url="jar://$MODULE_DIR$/compile-only-libs/junit-4.8.2.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES />
      </library>
    </orderEntry>
    <orderEntry type="library" name="libs" level="project" />
    <orderEntry type="library" scope="PROVIDED" name="compile-only-libs" level="project" />
    <orderEntry type="inheritedJdk" />
  </component>
</module>

k9mail.ipr

0 → 100644
+456 −0

File added.

Preview size limit exceeded, changes collapsed.