Skip to content

Commit 73bc1d2

Browse files
committed
IDEA artifact polishing
This change polishes up the IDEA artifacts a bit more. [#60059670]
1 parent 8812dce commit 73bc1d2

4 files changed

Lines changed: 10 additions & 20 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.yardoc
22
coverage
33
doc
4+
out
45
tasks.xml
56
workspace.xml

.idea/codeStyleSettings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java-buildpack.iml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">
6-
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
7-
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
6+
<sourceFolder url="file://$MODULE_DIR$/lib/java_buildpack" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$/bin" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/spec/bin" isTestSource="true" />
9+
<sourceFolder url="file://$MODULE_DIR$/spec/java_buildpack" isTestSource="true" />
810
<excludeFolder url="file://$MODULE_DIR$/.idea" />
911
<excludeFolder url="file://$MODULE_DIR$/.yardoc" />
1012
<excludeFolder url="file://$MODULE_DIR$/coverage" />
1113
<excludeFolder url="file://$MODULE_DIR$/doc" />
1214
</content>
13-
<orderEntry type="jdk" jdkName="rbenv: 1.9.3-p448" jdkType="RUBY_SDK" />
15+
<orderEntry type="inheritedJdk" />
1416
<orderEntry type="sourceFolder" forTests="false" />
1517
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.5, rbenv: 1.9.3-p448) [gem]" level="application" />
1618
<orderEntry type="library" scope="PROVIDED" name="ast (v1.1.0, rbenv: 1.9.3-p448) [gem]" level="application" />

0 commit comments

Comments
 (0)