mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 15:10:54 +00:00
15 lines
398 B
INI
15 lines
398 B
INI
bin.includes = .,\
|
|
META-INF/,\
|
|
plugin.xml,\
|
|
icons/,\
|
|
target/lib/
|
|
src.includes = icons/,\
|
|
META-INF/,\
|
|
plugin.xml,\
|
|
messages.properties,\
|
|
target/lib/,\
|
|
src/main/kotlin,\
|
|
pom.xml
|
|
source.. = src/main/java/,src/main/resources
|
|
output.. = target/classes/
|