diff options
author | Dmitry Jemerov <intelliyole@gmail.com> | 2015-07-13 18:00:53 +0200 |
---|---|---|
committer | Dmitry Jemerov <intelliyole@gmail.com> | 2015-07-13 18:00:53 +0200 |
commit | dfa23a3ff1b15570102d4431b7bfc709efa16a52 (patch) | |
tree | 81311a3d7806aaa4f2533ee9f60f0486f63e67de /.idea/misc.xml | |
parent | 6d1a526ae3cabd89565ff898f00f72f565efa36f (diff) | |
parent | 513af27ac95939e659d337b02d94b096bad7d970 (diff) | |
download | dokka-dfa23a3ff1b15570102d4431b7bfc709efa16a52.tar.gz dokka-dfa23a3ff1b15570102d4431b7bfc709efa16a52.tar.bz2 dokka-dfa23a3ff1b15570102d4431b7bfc709efa16a52.zip |
Merge pull request #28 from cy6erGn0m/maven-plugin
Maven plugin
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index 97320410..6208e987 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,8 +3,14 @@ <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> + <component name="MavenProjectsManager"> + <option name="originalFiles"> + <list> + <option value="$PROJECT_DIR$/maven-plugin/pom.xml" /> + </list> + </option> + </component> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> -</project> - +</project>
\ No newline at end of file |