Skip to content

Commit

Permalink
Add module eval4j
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaUkhorskaya committed Apr 23, 2014
1 parent a99ec0c commit 68397d9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/artifacts/KotlinPlugin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/junit_4_11.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions eval4j/eval4j.iml
Expand Up @@ -4,13 +4,13 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
<orderEntry type="library" name="org.ow2.asm:asm-debug-all:4.1" level="project" />
<orderEntry type="library" name="junit:junit:4.11" level="project" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="library" name="asm" level="project" />
<orderEntry type="library" scope="TEST" name="junit-4.11" level="project" />
</component>
</module>

1 change: 1 addition & 0 deletions idea/idea.iml
Expand Up @@ -40,6 +40,7 @@
<orderEntry type="module" module-name="descriptor.loader.java" />
<orderEntry type="library" scope="PROVIDED" name="maven" level="project" />
<orderEntry type="module" module-name="util" />
<orderEntry type="module" module-name="eval4j" />
</component>
</module>

4 changes: 4 additions & 0 deletions update_dependencies.xml
Expand Up @@ -170,6 +170,10 @@
dest="dependencies/asm5-src.zip" />
<!-- <get-asm-sources-and-rename-packages asm.version="5.0.1"/> -->

<!-- Junit Sources -->
<get-maven-library prefix="junit" lib="junit" version="4.11" bin="false"/>
<get-maven-library prefix="org/hamcrest" lib="hamcrest-core" version="1.3" bin="false"/>

<!-- Protocol Buffers -->
<get-maven-library prefix="com/google/protobuf" lib="protobuf-java" version="2.5.0" bin="false"/>

Expand Down

0 comments on commit 68397d9

Please sign in to comment.