Skip to content

Commit ce041bf

Browse files
committed
changeing to next snapshot version
1 parent d6390b5 commit ce041bf

File tree

10 files changed

+541
-16
lines changed

10 files changed

+541
-16
lines changed

java/cybersource-sdk-java.ipr

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!--
4+
Licensed to the Apache Software Foundation (ASF) under one
5+
or more contributor license agreements. See the NOTICE file
6+
distributed with this work for additional information
7+
regarding copyright ownership. The ASF licenses this file
8+
to you under the Apache License, Version 2.0 (the
9+
"License"); you may not use this file except in compliance
10+
with the License. You may obtain a copy of the License at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing,
15+
software distributed under the License is distributed on an
16+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17+
KIND, either express or implied. See the License for the
18+
specific language governing permissions and limitations
19+
under the License.
20+
-->
21+
<project version="4" relativePaths="false">
22+
<component name="ProjectRootManager" version="2" assert-keyword="true" project-jdk-name="1.8" jdk-15="true"/>
23+
<component name="CodeStyleManager">
24+
<option name="USE_DEFAULT_CODE_STYLE_SCHEME" value="true"/>
25+
<option name="CODE_STYLE_SCHEME" value=""/>
26+
</component>
27+
<component name="libraryTable"/>
28+
<component name="CompilerConfiguration">
29+
<option name="DEFAULT_COMPILER" value="Javac"/>
30+
<option name="CLEAR_OUTPUT_DIRECTORY" value="false"/>
31+
<!--
32+
<wildcardResourcePatterns>
33+
<entry name="${wildcardResourcePattern}"/>
34+
</wildcardResourcePatterns>
35+
-->
36+
<wildcardResourcePatterns>
37+
<entry name="!?*.java"/>
38+
</wildcardResourcePatterns>
39+
</component>
40+
<component name="JavacSettings">
41+
<option name="DEBUGGING_INFO" value="true"/>
42+
<option name="GENERATE_NO_WARNINGS" value="false"/>
43+
<option name="DEPRECATION" value="true"/>
44+
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
45+
<option name="MAXIMUM_HEAP_SIZE" value="128"/>
46+
<option name="USE_GENERICS_COMPILER" value="false"/>
47+
</component>
48+
<component name="JikesSettings">
49+
<option name="DEBUGGING_INFO" value="true"/>
50+
<option name="DEPRECATION" value="true"/>
51+
<option name="GENERATE_NO_WARNINGS" value="false"/>
52+
<option name="GENERATE_MAKE_FILE_DEPENDENCIES" value="false"/>
53+
<option name="DO_FULL_DEPENDENCE_CHECK" value="false"/>
54+
<option name="IS_INCREMENTAL_MODE" value="false"/>
55+
<option name="IS_EMACS_ERRORS_MODE" value="true"/>
56+
<option name="ADDITIONAL_OPTIONS_STRING" value=""/>
57+
<option name="MAXIMUM_HEAP_SIZE" value="128"/>
58+
</component>
59+
<component name="AntConfiguration">
60+
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false"/>
61+
<option name="FILTER_TARGETS" value="false"/>
62+
</component>
63+
<component name="JavadocGenerationManager">
64+
<option name="OUTPUT_DIRECTORY"/>
65+
<option name="OPTION_SCOPE" value="protected"/>
66+
<option name="OPTION_HIERARCHY" value="false"/>
67+
<option name="OPTION_NAVIGATOR" value="false"/>
68+
<option name="OPTION_INDEX" value="false"/>
69+
<option name="OPTION_SEPARATE_INDEX" value="false"/>
70+
<option name="OPTION_USE_1_1" value="false"/>
71+
<option name="OPTION_DOCUMENT_TAG_USE" value="false"/>
72+
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false"/>
73+
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false"/>
74+
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="false"/>
75+
<option name="OPTION_DEPRECATED_LIST" value="false"/>
76+
<option name="OTHER_OPTIONS"/>
77+
<option name="HEAP_SIZE"/>
78+
<option name="OPEN_IN_BROWSER" value="false"/>
79+
</component>
80+
<component name="JUnitProjectSettings">
81+
<option name="TEST_RUNNER" value="UI"/>
82+
</component>
83+
<component name="EntryPointsManager">
84+
<entry_points/>
85+
</component>
86+
<component name="DataSourceManager"/>
87+
<component name="ExportToHTMLSettings">
88+
<option name="PRINT_LINE_NUMBERS" value="false"/>
89+
<option name="OPEN_IN_BROWSER" value="false"/>
90+
<option name="OUTPUT_DIRECTORY"/>
91+
</component>
92+
<component name="ImportConfiguration">
93+
<option name="VENDOR"/>
94+
<option name="RELEASE_TAG"/>
95+
<option name="LOG_MESSAGE"/>
96+
<option name="CHECKOUT_AFTER_IMPORT" value="true"/>
97+
</component>
98+
<component name="ProjectModuleManager">
99+
<modules>
100+
<!-- module filepath="$$PROJECT_DIR$$/${pom.artifactId}.iml"/ -->
101+
<module filepath="$PROJECT_DIR$/cybersource-sdk-java.iml"/>
102+
</modules>
103+
</component>
104+
<UsedPathMacros>
105+
<!--<macro name="cargo"></macro>-->
106+
</UsedPathMacros>
107+
</project>

0 commit comments

Comments
 (0)