Mercurial > hg > Members > kono > jpf-core
annotate .idea/examples.iml @ 16:08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
first stab at IntelliJ configuration. Note that the provided run configs require
the 3rd party ContextRun IntelliJ plugin
(https://github.com/m-lau/contextrun.git).
The mapping uses a IntelliJ "project" per JPF project, and a IntelliJ "module"
for each of the src/* subdirs (main, peers, classes,..). This is required to be
able to set the subdir specific output dirs (build/main,...), which are in turn
required to separate the jar contents and classpaths. We also keep the module
definitions (*.iml) files under .idea and share the run configs, so that we can
avoid any IDE content outside the IDE config dir.
Separating the projects has also the silver lining that simultaneously opened
projects are much better separated, which helps a lot if they contain the same
class names.
Note that the session specific .idea/workspace.xml is in .hgignore and hence
doesn't get cloned/merged
While this is all not the most IntelliJ compliant schema, the JPF directory layout
can stay the same and Eclipse/Netbeans compatibility should not be affected.
author | Peter Mehlitz <pcmehlitz@gmail.com> |
---|---|
date | Fri, 20 Mar 2015 15:47:10 -0700 |
parents | |
children |
rev | line source |
---|---|
16
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
2 <module type="JAVA_MODULE" version="4"> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
3 <component name="NewModuleRootManager" inherit-compiler-output="false"> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
4 <output url="file://$MODULE_DIR$/build/examples" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
5 <output-test url="file://$MODULE_DIR$/build/examples" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
6 <exclude-output /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
7 <content url="file://$MODULE_DIR$/src/examples"> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
8 <sourceFolder url="file://$MODULE_DIR$/src/examples" isTestSource="false" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
9 </content> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
10 <orderEntry type="inheritedJdk" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
11 <orderEntry type="sourceFolder" forTests="false" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
12 <orderEntry type="module" module-name="annotations" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
13 <orderEntry type="module" module-name="main" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
14 <orderEntry type="module" module-name="peers" /> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
15 </component> |
08ca336d5928
fixed forgotten ClInitRequired check in DateFormat - thanks to Jiri Vahala
Peter Mehlitz <pcmehlitz@gmail.com>
parents:
diff
changeset
|
16 </module> |