2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Updated version to 2.1.0-SNAPSHOT.

Added Java module info.
Renamed IDEA module to be in-line with the Java module.
This commit is contained in:
Geert Bevin 2024-08-04 19:29:08 -04:00
parent aeecd957c6
commit 67c727e062
5 changed files with 58 additions and 3 deletions

2
.idea/modules.xml generated
View file

@ -2,8 +2,8 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/app.iml" filepath="$PROJECT_DIR$/.idea/app.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/bld.iml" filepath="$PROJECT_DIR$/.idea/bld.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/rife.bld.iml" filepath="$PROJECT_DIR$/.idea/rife.bld.iml" />
</modules>
</component>
</project>

View file

View file

@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Tests" type="JUnit" factoryName="JUnit">
<module name="app" />
<module name="rife.bld" />
<option name="PACKAGE_NAME" value="rife" />
<option name="MAIN_CLASS_NAME" value="" />
<option name="METHOD_NAME" value="" />