Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@117634 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
42bf14730e
commit
898971273a
|
@ -4,9 +4,6 @@
|
||||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||||
<dependent-module archiveName="accounting-manager-theme-0.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/accounting-manager-theme/accounting-manager-theme">
|
|
||||||
<dependency-type>uses</dependency-type>
|
|
||||||
</dependent-module>
|
|
||||||
<property name="java-output-path" value="/accounting-manager/target/accounting-manager-0.0.1-SNAPSHOT/WEB-INF/classes"/>
|
<property name="java-output-path" value="/accounting-manager/target/accounting-manager-0.0.1-SNAPSHOT/WEB-INF/classes"/>
|
||||||
<property name="context-root" value="accounting-manager"/>
|
<property name="context-root" value="accounting-manager"/>
|
||||||
</wb-module>
|
</wb-module>
|
||||||
|
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
||||||
public enum AccountingPeriodMode {
|
public enum AccountingPeriodMode {
|
||||||
YEARLY("Yearly"),
|
YEARLY("Yearly"),
|
||||||
MONTHLY("Monthly"),
|
MONTHLY("Monthly"),
|
||||||
DAILY("Dayly"),
|
DAILY("Daily"),
|
||||||
HOURLY("Hourly"),
|
HOURLY("Hourly"),
|
||||||
MINUTELY("Minutely");
|
MINUTELY("Minutely");
|
||||||
//SECONDLY("Secondly"),
|
//SECONDLY("Secondly"),
|
||||||
|
|
Loading…
Reference in New Issue