mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 14:02:06 +01:00
Intellij 5.0.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2657 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
d4550a6356
commit
569538130d
1 changed files with 12 additions and 2 deletions
|
@ -2,6 +2,13 @@
|
||||||
<project version="4" relativePaths="true">
|
<project version="4" relativePaths="true">
|
||||||
<component name="AntConfiguration">
|
<component name="AntConfiguration">
|
||||||
<defaultAnt bundledAnt="true" />
|
<defaultAnt bundledAnt="true" />
|
||||||
|
<buildFile url="file://$PROJECT_DIR$/../build.xml">
|
||||||
|
<additionalClassPath />
|
||||||
|
<antReference projectDefault="true" />
|
||||||
|
<customJdkName value="" />
|
||||||
|
<maximumHeapSize value="128" />
|
||||||
|
<properties />
|
||||||
|
</buildFile>
|
||||||
</component>
|
</component>
|
||||||
<component name="CodeStyleSettingsManager">
|
<component name="CodeStyleSettingsManager">
|
||||||
<option name="PER_PROJECT_SETTINGS">
|
<option name="PER_PROJECT_SETTINGS">
|
||||||
|
@ -28,6 +35,9 @@
|
||||||
</resourceExtensions>
|
</resourceExtensions>
|
||||||
</component>
|
</component>
|
||||||
<component name="DataSourceManagerImpl" />
|
<component name="DataSourceManagerImpl" />
|
||||||
|
<component name="DependenciesAnalyzeManager">
|
||||||
|
<option name="myForwardDirection" value="false" />
|
||||||
|
</component>
|
||||||
<component name="DependencyValidationManager" />
|
<component name="DependencyValidationManager" />
|
||||||
<component name="EntryPointsManager">
|
<component name="EntryPointsManager">
|
||||||
<entry_points />
|
<entry_points />
|
||||||
|
@ -44,7 +54,6 @@
|
||||||
<option name="DEPRECATION" value="true" />
|
<option name="DEPRECATION" value="true" />
|
||||||
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
||||||
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
||||||
<option name="USE_GENERICS_COMPILER" value="false" />
|
|
||||||
</component>
|
</component>
|
||||||
<component name="JavadocGenerationManager">
|
<component name="JavadocGenerationManager">
|
||||||
<option name="OUTPUT_DIRECTORY" />
|
<option name="OUTPUT_DIRECTORY" />
|
||||||
|
@ -179,7 +188,7 @@
|
||||||
<module fileurl="file://$PROJECT_DIR$/Smack.iml" filepath="$PROJECT_DIR$/Smack.iml" />
|
<module fileurl="file://$PROJECT_DIR$/Smack.iml" filepath="$PROJECT_DIR$/Smack.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" assert-keyword="false" jdk-15="false" project-jdk-name="JDK 1.2.2" />
|
<component name="ProjectRootManager" version="2" assert-keyword="false" jdk-15="false" project-jdk-name="JDK 1.4.2" />
|
||||||
<component name="RmicSettings">
|
<component name="RmicSettings">
|
||||||
<option name="IS_EANABLED" value="false" />
|
<option name="IS_EANABLED" value="false" />
|
||||||
<option name="DEBUGGING_INFO" value="true" />
|
<option name="DEBUGGING_INFO" value="true" />
|
||||||
|
@ -203,5 +212,6 @@
|
||||||
<option name="INSTRUMENT_CLASSES" value="true" />
|
<option name="INSTRUMENT_CLASSES" value="true" />
|
||||||
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
|
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
<UsedPathMacros />
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue