Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
65 additions
and 0 deletions.
@@ -0,0 +1,31 @@ | ||
<component name="ProjectCodeStyleConfiguration"> | ||
<code_scheme name="Project" version="173"> | ||
<option name="OTHER_INDENT_OPTIONS"> | ||
<value> | ||
<option name="USE_TAB_CHARACTER" value="true" /> | ||
<option name="SMART_TABS" value="true" /> | ||
</value> | ||
</option> | ||
<option name="LINE_SEPARATOR" value=" " /> | ||
<XML> | ||
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | ||
</XML> | ||
<codeStyleSettings language="HTML"> | ||
<indentOptions> | ||
<option name="USE_TAB_CHARACTER" value="true" /> | ||
<option name="SMART_TABS" value="true" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="JavaScript"> | ||
<indentOptions> | ||
<option name="USE_TAB_CHARACTER" value="true" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="PHP"> | ||
<indentOptions> | ||
<option name="USE_TAB_CHARACTER" value="true" /> | ||
<option name="SMART_TABS" value="true" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
</code_scheme> | ||
</component> |
@@ -0,0 +1,5 @@ | ||
<component name="ProjectCodeStyleConfiguration"> | ||
<state> | ||
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> | ||
</state> | ||
</component> |
@@ -0,0 +1,29 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="taskchain-bukkit [clean,install]" type="MavenRunConfiguration" factoryName="Maven" singleton="true"> | ||
<MavenSettings> | ||
<option name="myGeneralSettings" /> | ||
<option name="myRunnerSettings" /> | ||
<option name="myRunnerParameters"> | ||
<MavenRunnerParameters> | ||
<option name="profiles"> | ||
<set /> | ||
</option> | ||
<option name="goals"> | ||
<list> | ||
<option value="clean" /> | ||
<option value="install" /> | ||
</list> | ||
</option> | ||
<option name="profilesMap"> | ||
<map /> | ||
</option> | ||
<option name="resolveToWorkspace" value="false" /> | ||
<option name="workingDirPath" value="$PROJECT_DIR$/bukkit" /> | ||
</MavenRunnerParameters> | ||
</option> | ||
</MavenSettings> | ||
<method> | ||
<option name="Maven.BeforeRunTask" enabled="true" file="$PROJECT_DIR$/core/pom.xml" goal="clean install" /> | ||
</method> | ||
</configuration> | ||
</component> |