Skip to content

Commit 7a841af

Browse files
committed
added itext jars to classpath
1 parent e168c95 commit 7a841af

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Grails.iml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,25 @@
122122
<SOURCES />
123123
</library>
124124
</orderEntry>
125+
<orderEntry type="module-library">
126+
<library name="iText">
127+
<CLASSES>
128+
<root url="jar://$MODULE_DIR$/lib/itext-2.0.8.jar!/" />
129+
<root url="jar://$MODULE_DIR$/lib/core-renderer-R8.jar!/" />
130+
</CLASSES>
131+
<JAVADOC />
132+
<SOURCES />
133+
</library>
134+
</orderEntry>
135+
<orderEntry type="module-library">
136+
<library>
137+
<CLASSES>
138+
<root url="file://$MODULE_DIR$/src/jar" />
139+
</CLASSES>
140+
<JAVADOC />
141+
<SOURCES />
142+
</library>
143+
</orderEntry>
125144
</component>
126145
</module>
127146

grails.ipr

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
<option name="LABEL_INDENT_SIZE" value="0" />
7171
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
7272
</ADDITIONAL_INDENT_OPTIONS>
73+
<ADDITIONAL_INDENT_OPTIONS fileType="php">
74+
<option name="INDENT_SIZE" value="4" />
75+
<option name="CONTINUATION_INDENT_SIZE" value="8" />
76+
<option name="TAB_SIZE" value="4" />
77+
<option name="USE_TAB_CHARACTER" value="false" />
78+
<option name="SMART_TABS" value="false" />
79+
<option name="LABEL_INDENT_SIZE" value="0" />
80+
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
81+
</ADDITIONAL_INDENT_OPTIONS>
7382
<ADDITIONAL_INDENT_OPTIONS fileType="sql">
7483
<option name="INDENT_SIZE" value="2" />
7584
<option name="CONTINUATION_INDENT_SIZE" value="8" />

0 commit comments

Comments
 (0)