1
0
Fork 0
mirror of https://github.com/ethauvin/version-processor.git synced 2025-04-24 23:47:11 -07:00
This commit is contained in:
Cedric Beust 2015-11-10 15:13:45 -08:00
parent ebb8c3503a
commit 72ed28c902
7 changed files with 32 additions and 17 deletions

7
.idea/compiler.xml generated
View file

@ -15,7 +15,14 @@
</wildcardResourcePatterns>
<annotationProcessing>
<profile default="true" name="Default" enabled="false">
<processor name="com.beust.apt.processor.MainProcessor" />
<processorPath useClasspath="true">
<entry name="$PROJECT_DIR$/processor/src/main/java" />
</processorPath>
</profile>
<profile default="false" name="VersionProcessor" enabled="true">
<processorPath useClasspath="true" />
<module name="example" />
</profile>
</annotationProcessing>
</component>

View file

@ -1,12 +0,0 @@
<component name="libraryTable">
<library name="KotlinJavaRuntime">
<CLASSES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime.jar!/" />
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime-sources.jar!/" />
</SOURCES>
</library>
</component>