mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 08:17:11 -07:00
Revert "Updated version to 2.1.0-SNAPSHOT."
This reverts commit 67c727e062
.
This commit is contained in:
parent
67c727e062
commit
7f8120e3e3
5 changed files with 3 additions and 58 deletions
0
.idea/rife.bld.iml → .idea/app.iml
generated
0
.idea/rife.bld.iml → .idea/app.iml
generated
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
|
@ -2,8 +2,8 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<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/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>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
2
.idea/runConfigurations/Run Tests.xml
generated
2
.idea/runConfigurations/Run Tests.xml
generated
|
@ -1,6 +1,6 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Run Tests" type="JUnit" factoryName="JUnit">
|
<configuration default="false" name="Run Tests" type="JUnit" factoryName="JUnit">
|
||||||
<module name="rife.bld" />
|
<module name="app" />
|
||||||
<option name="PACKAGE_NAME" value="rife" />
|
<option name="PACKAGE_NAME" value="rife" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="MAIN_CLASS_NAME" value="" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="METHOD_NAME" value="" />
|
||||||
|
|
|
@ -1,55 +0,0 @@
|
||||||
module rife.bld {
|
|
||||||
requires java.compiler;
|
|
||||||
requires java.desktop;
|
|
||||||
requires java.logging;
|
|
||||||
requires java.net.http;
|
|
||||||
requires java.prefs;
|
|
||||||
requires static java.sql;
|
|
||||||
requires java.xml;
|
|
||||||
|
|
||||||
exports rife.bld;
|
|
||||||
exports rife.bld.blueprints;
|
|
||||||
exports rife.bld.dependencies;
|
|
||||||
exports rife.bld.dependencies.exceptions;
|
|
||||||
exports rife.bld.help;
|
|
||||||
exports rife.bld.operations;
|
|
||||||
exports rife.bld.operations.exceptions;
|
|
||||||
exports rife.bld.publish;
|
|
||||||
|
|
||||||
exports rife;
|
|
||||||
exports rife.cmf;
|
|
||||||
exports rife.cmf.transform;
|
|
||||||
exports rife.config;
|
|
||||||
exports rife.config.exceptions;
|
|
||||||
exports rife.database;
|
|
||||||
exports rife.database.capabilities;
|
|
||||||
exports rife.database.exceptions;
|
|
||||||
exports rife.database.queries;
|
|
||||||
exports rife.database.querymanagers.generic;
|
|
||||||
exports rife.database.querymanagers.generic.databasedrivers;
|
|
||||||
exports rife.database.querymanagers.generic.exceptions;
|
|
||||||
exports rife.database.querymanagers.generic.instrument;
|
|
||||||
exports rife.database.types;
|
|
||||||
exports rife.database.types.databasedrivers;
|
|
||||||
exports rife.datastructures;
|
|
||||||
exports rife.engine;
|
|
||||||
exports rife.forms;
|
|
||||||
exports rife.instrument;
|
|
||||||
exports rife.instrument.exceptions;
|
|
||||||
exports rife.ioc;
|
|
||||||
exports rife.ioc.exceptions;
|
|
||||||
exports rife.resources;
|
|
||||||
exports rife.resources.databasedrivers;
|
|
||||||
exports rife.resources.exceptions;
|
|
||||||
exports rife.selector;
|
|
||||||
exports rife.template;
|
|
||||||
exports rife.template.exceptions;
|
|
||||||
exports rife.tools;
|
|
||||||
exports rife.tools.exceptions;
|
|
||||||
exports rife.validation;
|
|
||||||
exports rife.validation.annotations;
|
|
||||||
exports rife.validation.exceptions;
|
|
||||||
exports rife.validation.instrument;
|
|
||||||
exports rife.xml;
|
|
||||||
exports rife.xml.exceptions;
|
|
||||||
}
|
|
|
@ -1 +1 @@
|
||||||
2.1.0-SNAPSHOT
|
2.0.1
|
Loading…
Add table
Add a link
Reference in a new issue