Minor changes

This commit is contained in:
Alexey Andreev 2016-04-25 23:06:46 +03:00
parent aeca4c2df0
commit eb3558cb1a
4 changed files with 10 additions and 4 deletions

3
.gitignore vendored
View File

@ -8,4 +8,5 @@
target
.idea/libraries/Maven__*
.idea/uiDesigner.xml
.idea/workspace.xml
.idea/workspace.xml
.idea/dictionaries/

View File

@ -64,6 +64,14 @@
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
<option name="ignoredFiles">
<set>
<option value="$PROJECT_DIR$/tools/eclipse/core-plugin/pom.xml" />
<option value="$PROJECT_DIR$/tools/eclipse/m2e-plugin/pom.xml" />
<option value="$PROJECT_DIR$/tools/eclipse/plugin/pom.xml" />
<option value="$PROJECT_DIR$/tools/eclipse/pom.xml" />
</set>
</option>
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
<OptionsSetting value="true" id="Add" />

View File

@ -24,8 +24,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains.kotlin:kotlin-stdlib:1.0.1-2" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains.kotlin:kotlin-runtime:1.0.1-2" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains.kotlin:kotlin-stdlib:1.0.1-2" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains.kotlin:kotlin-runtime:1.0.1-2" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="module" module-name="teavm-classlib" scope="PROVIDED" />

View File

@ -13,7 +13,6 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/classlib" />
<excludeFolder url="file://$MODULE_DIR$/target" />
<excludeFolder url="file://$MODULE_DIR$/tools/eclipse" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />