Cash-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
November 2010
- 1 participants
- 4 discussions
Author: tchemit
Date: 2010-11-22 10:33:06 +0100 (Mon, 22 Nov 2010)
New Revision: 66
Url: http://chorem.org/repositories/revision/cash/66
Log:
add license headers + svn:keywords
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/TODO.txt
trunk/cash-business/LICENSE.txt
trunk/cash-business/README.txt
trunk/cash-business/changelog.txt
trunk/cash-business/pom.xml
trunk/cash-business/src/license/THIRD-PARTY.properties
trunk/cash-business/src/main/java/org/chorem/cash/CashException.java
trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java
trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java
trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java
trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java
trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java
trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java
trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java
trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java
trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java
trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java
trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java
trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java
trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java
trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java
trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java
trunk/cash-business/src/main/resources/TopiaContextCash.properties
trunk/cash-business/src/main/resources/log4j.properties
trunk/cash-business/src/main/xmi/cash.zargo
trunk/cash-business/src/site/rst/index.rst
trunk/cash-business/src/site/site.xml
trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java
trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java
trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java
trunk/cash-business/src/test/resources/TopiaContextCash.properties
trunk/cash-ui/LICENSE.txt
trunk/cash-ui/README.txt
trunk/cash-ui/changelog.txt
trunk/cash-ui/nb-configuration.xml
trunk/cash-ui/nbactions.xml
trunk/cash-ui/pom.xml
trunk/cash-ui/src/license/THIRD-PARTY.properties
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java
trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java
trunk/cash-ui/src/main/resources/log4j.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties
trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties
trunk/cash-ui/src/main/webapp/CategoryManager.tml
trunk/cash-ui/src/main/webapp/EntryList.tml
trunk/cash-ui/src/main/webapp/Index.tml
trunk/cash-ui/src/main/webapp/META-INF/context.xml
trunk/cash-ui/src/main/webapp/PreviewTable.tml
trunk/cash-ui/src/main/webapp/WEB-INF/web.xml
trunk/cash-ui/src/main/webapp/css/common.css
trunk/cash-ui/src/main/webapp/css/main.css
trunk/cash-ui/src/main/webapp/css/window/alert.css
trunk/cash-ui/src/main/webapp/css/window/alert/bottom.gif
trunk/cash-ui/src/main/webapp/css/window/alert/bottom_left.gif
trunk/cash-ui/src/main/webapp/css/window/alert/bottom_right.gif
trunk/cash-ui/src/main/webapp/css/window/alert/left.gif
trunk/cash-ui/src/main/webapp/css/window/alert/overlay.png
trunk/cash-ui/src/main/webapp/css/window/alert/progress.gif
trunk/cash-ui/src/main/webapp/css/window/alert/right.gif
trunk/cash-ui/src/main/webapp/css/window/alert/top.gif
trunk/cash-ui/src/main/webapp/css/window/alert/top_left.gif
trunk/cash-ui/src/main/webapp/css/window/alert/top_right.gif
trunk/cash-ui/src/main/webapp/css/window/alert_lite.css
trunk/cash-ui/src/main/webapp/css/window/alphacube.css
trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-left-c.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-middle.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-right-c.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/button-close-focus.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/button-max-focus.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/button-min-focus.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-left.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-right.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/left-top.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/right-top.gif
trunk/cash-ui/src/main/webapp/css/window/alphacube/top-middle.gif
trunk/cash-ui/src/main/webapp/css/window/behavior.htc
trunk/cash-ui/src/main/webapp/css/window/darkX.css
trunk/cash-ui/src/main/webapp/css/window/darkX/button-close-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/button-maximize-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/button-minimize-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-left-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-mid-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-right-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/frame-left-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/frame-right-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-left-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-mid-focused.png
trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-right-focused.png
trunk/cash-ui/src/main/webapp/css/window/debug.css
trunk/cash-ui/src/main/webapp/css/window/default.css
trunk/cash-ui/src/main/webapp/css/window/default/bottom_left.gif
trunk/cash-ui/src/main/webapp/css/window/default/bottom_mid.gif
trunk/cash-ui/src/main/webapp/css/window/default/bottom_right.gif
trunk/cash-ui/src/main/webapp/css/window/default/bottom_right_resize.gif
trunk/cash-ui/src/main/webapp/css/window/default/center_left.gif
trunk/cash-ui/src/main/webapp/css/window/default/center_right.gif
trunk/cash-ui/src/main/webapp/css/window/default/clear.gif
trunk/cash-ui/src/main/webapp/css/window/default/close.gif
trunk/cash-ui/src/main/webapp/css/window/default/inspect.gif
trunk/cash-ui/src/main/webapp/css/window/default/maximize.gif
trunk/cash-ui/src/main/webapp/css/window/default/minimize.gif
trunk/cash-ui/src/main/webapp/css/window/default/overlay.png
trunk/cash-ui/src/main/webapp/css/window/default/resize.gif
trunk/cash-ui/src/main/webapp/css/window/default/sizer.gif
trunk/cash-ui/src/main/webapp/css/window/default/top_left.gif
trunk/cash-ui/src/main/webapp/css/window/default/top_mid.gif
trunk/cash-ui/src/main/webapp/css/window/default/top_right.gif
trunk/cash-ui/src/main/webapp/css/window/iefix/blank.gif
trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css
trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.htc
trunk/cash-ui/src/main/webapp/css/window/lighting.css
trunk/cash-ui/src/main/webapp/css/window/lighting/background_buttons.gif
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/left-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/left-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/left-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/left-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/pngbehavior.htc
trunk/cash-ui/src/main/webapp/css/window/lighting/right-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/right-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/right-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/right-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/spinner.gif
trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-grey.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-blue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-darkblue.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-green.png
trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-grey.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T_Main.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/close.gif
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/maximize.gif
trunk/cash-ui/src/main/webapp/css/window/mac_os_x/minimize.gif
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/B.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BL.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BR.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/L.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/R.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/T.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TL.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TR.png
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/bg.gif
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/close.gif
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/maximize.gif
trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/minimize.gif
trunk/cash-ui/src/main/webapp/css/window/nuncio.css
trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_left.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_mid.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_right.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/center_left.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/center_right.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/close.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/minimize.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/overlay.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/top_left.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/top_mid.png
trunk/cash-ui/src/main/webapp/css/window/nuncio/top_right.png
trunk/cash-ui/src/main/webapp/css/window/spread.css
trunk/cash-ui/src/main/webapp/css/window/spread/bottom-left-c.gif
trunk/cash-ui/src/main/webapp/css/window/spread/bottom-middle.gif
trunk/cash-ui/src/main/webapp/css/window/spread/bottom-right-c.gif
trunk/cash-ui/src/main/webapp/css/window/spread/button-close-focus.gif
trunk/cash-ui/src/main/webapp/css/window/spread/button-max-focus.gif
trunk/cash-ui/src/main/webapp/css/window/spread/button-min-focus.gif
trunk/cash-ui/src/main/webapp/css/window/spread/frame-left.gif
trunk/cash-ui/src/main/webapp/css/window/spread/frame-right.gif
trunk/cash-ui/src/main/webapp/css/window/spread/left-top.gif
trunk/cash-ui/src/main/webapp/css/window/spread/right-top.gif
trunk/cash-ui/src/main/webapp/css/window/spread/top-middle.gif
trunk/cash-ui/src/main/webapp/img/7ter.jpg
trunk/cash-ui/src/main/webapp/img/flag_en.png
trunk/cash-ui/src/main/webapp/img/flag_fr.png
trunk/cash-ui/src/main/webapp/img/icons/add.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/add.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/cancel.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/clock.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/edit.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/info.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/movedown.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/movetobottom.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/movetotop.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/moveup.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/reload.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/remove.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/save.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/showdetails.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/stop.png
trunk/cash-ui/src/main/webapp/img/icons/crystal/warning.png
trunk/cash-ui/src/main/webapp/img/icons/minus.png
trunk/cash-ui/src/main/webapp/img/lutin.gif
trunk/cash-ui/src/main/webapp/img/spinner.gif
trunk/cash-ui/src/main/webapp/js/ZoneUpdater.js
trunk/cash-ui/src/main/webapp/js/chenillekit/Chenillekit.js
trunk/cash-ui/src/main/webapp/js/chenillekit/CkOnEvents.js
trunk/cash-ui/src/main/webapp/js/dialog.js
trunk/cash-ui/src/main/webapp/js/window/window.js
trunk/cash-ui/src/main/webapp/js/window/window_effects.js
trunk/cash-ui/src/main/webapp/js/window/window_ext.js
trunk/cash-ui/src/main/webapp/js/window_ajax.js
trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml
trunk/cash-ui/src/site/rst/index.rst
trunk/cash-ui/src/site/site.xml
trunk/changelog.txt
trunk/pom.xml
trunk/src/site/rst/index.rst
trunk/src/site/site.xml
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/README.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/TODO.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-business/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-business/README.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-business/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-business/pom.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-business/src/license/THIRD-PARTY.properties
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/CashException.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/CashException.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/CashException.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/CashException.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/ContextUtilCash.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/RegisterCashServices.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/CategoryHelper.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/EntryHelper.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelper.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Revision
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/PeriodicHelperByMonth.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Revision
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,28 @@
/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/Periodicity.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/business/ReferenceHelper.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportReferenceUrl.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/external/ImportXPIL.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
@@ -42,10 +66,10 @@
* Created on 2009-08-12
*
* @author fdesbois
- * @version $Revision: 8 $
+ * @version $Revision$
*
- * Last update: $Date: 2009-08-13 09:14:50 +0200 (Thu, 13 Aug 2009) $
- * by : $Author: fdesbois $
+ * Last update: $Date$
+ * by : $Author$
*/
public class ServiceCategoryImpl extends ServiceCategoryAbstract implements ServiceCategory {
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceCategoryImpl.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/persistence/CategoryEntityDAOImpl.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java
===================================================================
--- trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/main/java/org/chorem/cash/persistence/EntryEntityDAOImpl.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Revision
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/resources/TopiaContextCash.properties
===================================================================
--- trunk/cash-business/src/main/resources/TopiaContextCash.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/resources/TopiaContextCash.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: business
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
# Propri\u00C3\u00A9t\u00C3\u00A9s par d\u00C3\u00A9faut pour une base de donn\u00C3\u00A9es de type H2
hibernate.hbm2ddl.auto=update
hibernate.show_sql=false
Property changes on: trunk/cash-business/src/main/resources/TopiaContextCash.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/main/resources/log4j.properties
===================================================================
--- trunk/cash-business/src/main/resources/log4j.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/main/resources/log4j.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: business
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
Property changes on: trunk/cash-business/src/main/resources/log4j.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-business/src/main/xmi/cash.zargo
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/site/rst/index.rst
===================================================================
--- trunk/cash-business/src/site/rst/index.rst 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/site/rst/index.rst 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * Ca$h :: business
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * #L%
+.. -
Ca$h-business
=============
Property changes on: trunk/cash-business/src/site/rst/index.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/site/site.xml
===================================================================
--- trunk/cash-business/src/site/site.xml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/site/site.xml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Ca$h :: business
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
<bannerLeft>
Property changes on: trunk/cash-business/src/site/site.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java
===================================================================
--- trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceCategoryImplTest.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java
===================================================================
--- trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceEntryImplTest.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java
===================================================================
--- trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: business
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Business
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-business/src/test/java/org/chorem/cash/impl/ServiceReferenceImplTest.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-business/src/test/resources/TopiaContextCash.properties
===================================================================
--- trunk/cash-business/src/test/resources/TopiaContextCash.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-business/src/test/resources/TopiaContextCash.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: business
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
# Propri\u00C3\u00A9t\u00C3\u00A9s par d\u00C3\u00A9faut pour une base de donn\u00C3\u00A9es de type H2
hibernate.hbm2ddl.auto=create
hibernate.show_sql=true
Property changes on: trunk/cash-business/src/test/resources/TopiaContextCash.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/README.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/nb-configuration.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/nbactions.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/pom.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/license/THIRD-PARTY.properties
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractErrorManager.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,28 @@
/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/AbstractEventMixin.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/DataLoader.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,28 @@
/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/EventMixin.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
@@ -23,10 +47,10 @@
* FrequencyEndCondition.java
*
* @author fdesbois
- * @version $Revision: 3 $
+ * @version $Revision$
*
- * Last update: $Date: 2009-07-31 16:54:15 +0200 (ven 31 jui 2009) $
- * by : $Author: fdesbois $
+ * Last update: $Date$
+ * by : $Author$
*/
public enum FrequencyEndCondition {
UNLIMITED, UNTIL_DATE, NB_TIMES
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/FrequencyEndCondition.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/GenericSelectModel.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
@@ -38,10 +62,10 @@
* des entrees (page PreviewTable).
*
* @author fdesbois
- * @version $Revision: 8 $
+ * @version $Revision$
*
- * Last update: $Date: 2009-08-13 09:14:50 +0200 (Thu, 13 Aug 2009) $
- * by : $Author: fdesbois $
+ * Last update: $Date$
+ * by : $Author$
*/
public class ListEntries implements Serializable, Cloneable {
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/base/ListEntries.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/BlockManager.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/CategoryComponent.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ClientMessages.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/EntryForm.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/Layout.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,28 @@
/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/ReferenceComponent.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
// Copyright 2007 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/SubmitContext.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/components/WindowLink.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/Confirm.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,28 @@
/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/OnEvent.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
@@ -37,10 +61,10 @@
* From http://tinybits.blogspot.com/2009/05/update-zone-on-any-client-side-event.h… by ingesol
*
* @author ingesol
- * @version $Revision: 41 $
+ * @version $Revision$
*
- * Last update: $Date: 2009-08-07 19:01:40 +0200 (Fri, 07 Aug 2009) $
- * by : $Author: fdesbois $
+ * Last update: $Date$
+ * by : $Author$
*/
@IncludeJavaScriptLibrary("context:js/ZoneUpdater.js")
public class ZoneUpdater {
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/mixins/ZoneUpdater.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/CategoryManager.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
@@ -44,10 +68,10 @@
* EntryList.java
*
* @author fdesbois
- * @version $Revision: 41 $
+ * @version $Revision$
*
- * Last update: $Date: 2009-08-07 19:01:40 +0200 (Fri, 07 Aug 2009) $
- * by : $Author: fdesbois $
+ * Last update: $Date$
+ * by : $Author$
*/
public class EntryList implements DataLoader {
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/EntryList.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/Index.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/PreviewTable.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/pages/reference/ReferenceList.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/AppModule.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/services/ContextShutdown.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java
===================================================================
--- trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/**
* *##% Ca$h Web Interface
* Copyright (C) 2009 CodeLutin
Property changes on: trunk/cash-ui/src/main/java/org/chorem/cash/ui/utils/ErrorHelper.java
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/log4j.properties
===================================================================
--- trunk/cash-ui/src/main/resources/log4j.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/log4j.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
Property changes on: trunk/cash-ui/src/main/resources/log4j.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,10 +1,34 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- BlockManager.tml
Author: fdesbois
- Revision: $Revision: 32 $
+ Revision: $Revision$
- Last update: $Date: 2009-07-22 14:25:26 +0200 (Wed, 22 Jul 2009) $
- by $Author: fdesbois $
+ Last update: $Date$
+ by $Author$
-->
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter">
<div class="component">
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/BlockManager.tml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
edit-category=Modifier la cat\u00E9gorie
add-category=Ajouter une cat\u00E9gorie
remove-category=Supprimer cette cat\u00E9gorie (et ses sous-cat\u00E9gories)
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- CategoryComponent.tml
Author: fdesbois
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/CategoryComponent.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- Warnings.tml
Author: fdesbois
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ClientMessages.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
periodicity=Fr\u00E9quence de r\u00E9p\u00E9tition (P\u00E9riodicit\u00E9)
periodicity-bymonth=Entr\u00E9e r\u00E9p\u00E9t\u00E9e par mois : choisissez tous les combien de mois (intervalle) et la condition de fin (illimit\u00E9, date de fin ou nombre de fois)
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- EntryForm.tml
Created on 2009-08-14
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/EntryForm.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
menu-references=References
menu-entry=Pr\u00E9visionnel
menu-category=Cat\u00E9gories
\ No newline at end of file
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,10 +1,34 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- Layout.tml
Author: fdesbois
- Revision: $Revision: 36 $
+ Revision: $Revision$
- Last update: $Date: 2009-07-29 14:56:24 +0200 (Wed, 29 Jul 2009) $
- by $Author: fdesbois $
+ Last update: $Date$
+ by $Author$
-->
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<head>
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/Layout.tml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,10 +1,34 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- RoleComponent.tml
Author: fdesbois
- Revision: $Revision: 30 $
+ Revision: $Revision$
- Last update: $Date: 2009-07-22 14:05:50 +0200 (Wed, 22 Jul 2009) $
- by $Author: fdesbois $
+ Last update: $Date$
+ by $Author$
-->
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter">
<t:clientMessages>
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/components/ReferenceComponent.tml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
title-page=Gestion des cat\u00E9gories
h1=Liste des cat\u00E9gories
h2-subcategories=Liste des sous-cat\u00E9gories de
\ No newline at end of file
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/CategoryManager.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
comment-label=
credit-label=Cr\u00E9dit +
debit-label=D\u00E9bit -
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/EntryList.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,2 +1,26 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
welcome=Welcome to the Ca$h application
title=Ca$h
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_en.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,2 +1,26 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
welcome=Bienvenue sur l'application Ca$h
title=Ca$h
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/Index_fr.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties
===================================================================
--- trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Ca$h :: web Interface
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 2010 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# #L%
+###
title-page=Tableau pr\u00E9visionnel
categories-header=Cat\u00E9gories
form-legend=P\u00E9riode
Property changes on: trunk/cash-ui/src/main/resources/org/chorem/cash/ui/pages/PreviewTable.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/CategoryManager.tml
===================================================================
--- trunk/cash-ui/src/main/webapp/CategoryManager.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/CategoryManager.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- CategoryManager.tml
Author: fdesbois
Property changes on: trunk/cash-ui/src/main/webapp/CategoryManager.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/EntryList.tml
===================================================================
--- trunk/cash-ui/src/main/webapp/EntryList.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/EntryList.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<t:layout t:ident="entryList" t:pageTitle="Cash management"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:p="tapestry:parameter">
Property changes on: trunk/cash-ui/src/main/webapp/EntryList.tml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/Index.tml
===================================================================
--- trunk/cash-ui/src/main/webapp/Index.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/Index.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- Index.tml
Author: fdesbois
Property changes on: trunk/cash-ui/src/main/webapp/Index.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/META-INF/context.xml
===================================================================
--- trunk/cash-ui/src/main/webapp/META-INF/context.xml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/META-INF/context.xml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,2 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
+
<Context antiJARLocking="true" path="/cash"/>
Property changes on: trunk/cash-ui/src/main/webapp/META-INF/context.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/PreviewTable.tml
===================================================================
--- trunk/cash-ui/src/main/webapp/PreviewTable.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/PreviewTable.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- PreviewTable.tml
Author: fdesbois
Property changes on: trunk/cash-ui/src/main/webapp/PreviewTable.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/cash-ui/src/main/webapp/WEB-INF/web.xml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/WEB-INF/web.xml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
+
<!--
Copyright 2007 The Apache Software Foundation
Property changes on: trunk/cash-ui/src/main/webapp/WEB-INF/web.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/common.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/common.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/common.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
* {
margin: 0;
padding: 0;
Property changes on: trunk/cash-ui/src/main/webapp/css/common.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/main.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/main.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/main.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
body
{
background-color: #FFF;
Property changes on: trunk/cash-ui/src/main/webapp/css/main.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/bottom.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/bottom_left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/bottom_right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/overlay.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/progress.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/top.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/top_left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert/top_right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/alert.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/alert.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/alert.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_alert {
background-color: #85BBEF;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/alert_lite.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/alert_lite.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/alert_lite.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_alert_lite {
background-color: #85BBEF;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alert_lite.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-left-c.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-middle.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/bottom-right-c.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/button-close-focus.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/button-max-focus.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/button-min-focus.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/frame-right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/left-top.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/right-top.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube/top-middle.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/alphacube.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/alphacube.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/alphacube.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_alphacube {
background-color: #85BBEF;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/alphacube.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/behavior.htc
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/button-close-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/button-maximize-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/button-minimize-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-left-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-mid-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-bottom-right-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-left-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/frame-right-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-left-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-mid-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX/titlebar-right-focused.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/darkX.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/darkX.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/darkX.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_darkX {
background-color: #85BBEF;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/darkX.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/debug.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/debug.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/debug.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
div.inspector div.inspectable {
padding: 0.25em 0 0.25em 1em;
background-color: Gray;
Property changes on: trunk/cash-ui/src/main/webapp/css/window/debug.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_mid.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/bottom_right_resize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/center_left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/center_right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/clear.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/close.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/inspect.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/maximize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/minimize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/overlay.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/resize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/sizer.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/top_left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/top_mid.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default/top_right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/default.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/default.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/default.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_dialog {
background-color: #666666;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/default.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/iefix/blank.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/* PNG fix for all themes that uses PNG images on IE */
td, div { behavior: url(../themes/iefix/iepngfix.htc) }
Property changes on: trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/iefix/iepngfix.htc
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/background_buttons.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-left-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-middle-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/bottom-right-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-close-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-maximize-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/button-minimize-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/left-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/pngbehavior.htc
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/right-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/spinner.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-left-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-middle-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-blue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-darkblue.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-green.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting/top-right-grey.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/lighting.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/lighting.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/lighting.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay___invisible__ {
background-color: #666;
filter:alpha(opacity=0);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/lighting.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BL_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/BR_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/B_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/L_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/R_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TL_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/TR_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/T_Main.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/close.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/maximize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x/minimize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
/* Focused windows */
.overlay_mac_os_x {
background-color: #85BBEF;
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/B.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BL.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/BR.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/L.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/R.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/T.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TL.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/TR.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/bg.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/close.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/maximize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog/minimize.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_mac_os_x_dialog {
background-color: #FF7224;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/mac_os_x_dialog.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_left.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_mid.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/bottom_right.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/center_left.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/center_right.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/close.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/minimize.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/overlay.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/top_left.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/top_mid.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio/top_right.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/nuncio.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/nuncio.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/nuncio.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_nuncio img { border: none; }
.overlay_nuncio {
Property changes on: trunk/cash-ui/src/main/webapp/css/window/nuncio.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/bottom-left-c.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/bottom-middle.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/bottom-right-c.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/button-close-focus.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/button-max-focus.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/button-min-focus.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/frame-left.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/frame-right.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/left-top.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/right-top.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread/top-middle.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/css/window/spread.css
===================================================================
--- trunk/cash-ui/src/main/webapp/css/window/spread.css 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/css/window/spread.css 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Ca$h :: web Interface
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
.overlay_spread {
background-color: #85BBEF;
filter:alpha(opacity=60);
Property changes on: trunk/cash-ui/src/main/webapp/css/window/spread.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/7ter.jpg
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/flag_en.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/flag_fr.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/add.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/add.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/cancel.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/clock.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/edit.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/info.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/movedown.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/movetobottom.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/movetotop.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/moveup.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/reload.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/remove.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/save.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/showdetails.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/stop.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/crystal/warning.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/icons/minus.png
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/lutin.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/img/spinner.gif
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/ZoneUpdater.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/chenillekit/Chenillekit.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/chenillekit/CkOnEvents.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/dialog.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/window/window.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/window/window_effects.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/window/window_ext.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/cash-ui/src/main/webapp/js/window_ajax.js
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml
===================================================================
--- trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
<!-- ReferenceList.tml
Author: fdesbois
Property changes on: trunk/cash-ui/src/main/webapp/reference/ReferenceList.tml
___________________________________________________________________
Modified: svn:keywords
- Author Revision Date Id
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/site/rst/index.rst
===================================================================
--- trunk/cash-ui/src/site/rst/index.rst 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/site/rst/index.rst 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * Ca$h :: web Interface
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * #L%
+.. -
Ca$h-ui
=======
Property changes on: trunk/cash-ui/src/site/rst/index.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/cash-ui/src/site/site.xml
===================================================================
--- trunk/cash-ui/src/site/site.xml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/cash-ui/src/site/site.xml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Ca$h :: web Interface
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
<bannerLeft>
Property changes on: trunk/cash-ui/src/site/site.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/pom.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/rst/index.rst
===================================================================
--- trunk/src/site/rst/index.rst 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/src/site/rst/index.rst 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,3 +1,27 @@
+.. -
+.. * #%L
+.. * Ca$h
+.. *
+.. * $Id$
+.. * $HeadURL$
+.. * %%
+.. * Copyright (C) 2009 - 2010 CodeLutin
+.. * %%
+.. * This program is free software: you can redistribute it and/or modify
+.. * it under the terms of the GNU General Public License as
+.. * published by the Free Software Foundation, either version 3 of the
+.. * License, or (at your option) any later version.
+.. *
+.. * This program is distributed in the hope that it will be useful,
+.. * but WITHOUT ANY WARRANTY; without even the implied warranty of
+.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.. * GNU General Public License for more details.
+.. *
+.. * You should have received a copy of the GNU General Public
+.. * License along with this program. If not, see
+.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * #L%
+.. -
Ca$h
====
Property changes on: trunk/src/site/rst/index.rst
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml 2010-11-22 09:32:16 UTC (rev 65)
+++ trunk/src/site/site.xml 2010-11-22 09:33:06 UTC (rev 66)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Ca$h
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/gpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
<bannerLeft>
Property changes on: trunk/src/site/site.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
1
0
r65 - in trunk: cash-business/src cash-business/src/license cash-ui/src cash-ui/src/license
by tchemit@users.chorem.org 22 Nov '10
by tchemit@users.chorem.org 22 Nov '10
22 Nov '10
Author: tchemit
Date: 2010-11-22 10:32:16 +0100 (Mon, 22 Nov 2010)
New Revision: 65
Url: http://chorem.org/repositories/revision/cash/65
Log:
consolidate third-parties
Added:
trunk/cash-business/src/license/
trunk/cash-business/src/license/THIRD-PARTY.properties
trunk/cash-ui/src/license/
trunk/cash-ui/src/license/THIRD-PARTY.properties
Added: trunk/cash-business/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/cash-business/src/license/THIRD-PARTY.properties (rev 0)
+++ trunk/cash-business/src/license/THIRD-PARTY.properties 2010-11-22 09:32:16 UTC (rev 65)
@@ -0,0 +1,29 @@
+# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - ANTLR 2 License
+# - Apache License
+# - BSD License
+# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+# - Common Public License Version 1.0
+# - GNU Lesser General Public License
+# - Lesser General Public License (LGPL)
+# - Lesser General Public License (LGPL) v 3.0
+# - MIT License
+# - The Apache Software License - Version 2.0
+# - The Apache Software License, Version 2.0
+# - The H2 License, Version 1.0
+# - jdomlicence
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Nov 22 10:26:55 CET 2010
+antlr--antlr--2.7.6--jar=ANTLR 2 License
+commons-codec--commons-codec--1.2--jar=The Apache Software License - Version 2.0
+commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0
+dom4j--dom4j--1.6.1--jar=jdomlicence
+javassist--javassist--3.8.0.GA--jar=GNU Lesser General Public License
+javax.servlet--servlet-api--2.5--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+javax.transaction--jta--1.1--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+org.nuiton.thirdparty--asm--1.5.4-snapshot--jar=MIT License
Property changes on: trunk/cash-business/src/license/THIRD-PARTY.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Added: trunk/cash-ui/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/cash-ui/src/license/THIRD-PARTY.properties (rev 0)
+++ trunk/cash-ui/src/license/THIRD-PARTY.properties 2010-11-22 09:32:16 UTC (rev 65)
@@ -0,0 +1,34 @@
+# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - ANTLR 2 License
+# - Apache License
+# - Apache Software License 2.0
+# - BSD License
+# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+# - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+# - GNU Lesser General Public License
+# - Lesser General Public License (LGPL)
+# - Lesser General Public License (LGPL) v 3.0
+# - MIT License
+# - The Apache Software License - Version 2.0
+# - The Apache Software License, Version 2.0
+# - The BSD License
+# - jdomlicence
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Mon Nov 22 10:26:55 CET 2010
+antlr--antlr--2.7.6--jar=ANTLR 2 License
+com.google.code--kaptcha--2.3--jar=The Apache Software License - Version 2.0
+commons-beanutils--commons-beanutils-core--1.7.0--jar=The Apache Software License - Version 2.0
+commons-codec--commons-codec--1.2--jar=The Apache Software License - Version 2.0
+commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0
+dom4j--dom4j--1.6.1--jar=jdomlicence
+javassist--javassist--3.8.0.GA--jar=GNU Lesser General Public License
+javax.servlet--servlet-api--2.5--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+javax.transaction--jta--1.1--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+ognl--ognl--2.7.3--jar=OpenSymphony Software License, Version 1.1
+org.antlr--antlr-runtime--3.1.1--jar=ANTLR 3 License
+org.nuiton.thirdparty--asm--1.5.4-snapshot--jar=MIT License
Property changes on: trunk/cash-ui/src/license/THIRD-PARTY.properties
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
1
0
Author: tchemit
Date: 2010-11-22 10:23:28 +0100 (Mon, 22 Nov 2010)
New Revision: 64
Url: http://chorem.org/repositories/revision/cash/64
Log:
reformat poms
optimize dependencies
clean poms
Modified:
trunk/cash-business/pom.xml
trunk/cash-ui/pom.xml
trunk/pom.xml
Modified: trunk/cash-business/pom.xml
===================================================================
--- trunk/cash-business/pom.xml 2010-11-21 14:32:22 UTC (rev 63)
+++ trunk/cash-business/pom.xml 2010-11-22 09:23:28 UTC (rev 64)
@@ -1,153 +1,147 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.chorem</groupId>
- <artifactId>cash</artifactId>
- <version>1.0.0-alpha-3-SNAPSHOT</version>
- </parent>
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <groupId>org.chorem.cash</groupId>
- <artifactId>cash-business</artifactId>
+ <parent>
+ <groupId>org.chorem</groupId>
+ <artifactId>cash</artifactId>
+ <version>1.0.0-alpha-3-SNAPSHOT</version>
+ </parent>
- <dependencies>
- <!-- ChoReg -->
- <dependency>
- <groupId>org.chorem.choreg</groupId>
- <artifactId>choreg</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chorem</groupId>
- <artifactId>chorem-commons</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chorem</groupId>
- <artifactId>oasis-ciq-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlbeans</groupId>
- <artifactId>xmlbeans</artifactId>
- </dependency>
- <!-- ToPIA -->
- <dependency>
- <groupId>org.nuiton.topia</groupId>
- <artifactId>topia-persistence</artifactId>
- </dependency>
- <dependency>
- <groupId>org.nuiton.topia</groupId>
- <artifactId>topia-soa</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <!-- DataBase H2 -->
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.112</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
- <!-- junit -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
- </dependencies>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+ <groupId>org.chorem.cash</groupId>
+ <artifactId>cash-business</artifactId>
- <name>Ca$h Business</name>
- <description>Métier de l'application Cash.
+ <dependencies>
+ <!-- ChoReg -->
+ <dependency>
+ <groupId>org.chorem.choreg</groupId>
+ <artifactId>choreg</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chorem</groupId>
+ <artifactId>chorem-commons</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chorem</groupId>
+ <artifactId>oasis-ciq-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- ToPIA -->
+ <dependency>
+ <groupId>org.nuiton.topia</groupId>
+ <artifactId>topia-persistence</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.nuiton.topia</groupId>
+ <artifactId>topia-soa</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </dependency>
+ <!-- DataBase H2 -->
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ <!-- junit -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ </dependencies>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>Ca$h :: business</name>
+ <description>Métier de l'application Cash.
Implémentation des services et gestion Base de données.
Les entités, services et DTO sont générés par ToPIA
- </description>
+ </description>
- <!-- Developpers, contributors... -->
- <developers>
- <developer>
- <id>fdesbois</id>
- <name>Florian DESBOIS</name>
- <email>fdesbois(a)codelutin.com</email>
- <organization>Code Lutin</organization>
- <organizationUrl>http://www.codelutin.com/</organizationUrl>
- <timezone>+1</timezone>
- <roles>
- <role>Analyste</role>
- <role>Développeur</role>
- </roles>
- </developer>
- </developers>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources/</directory>
+ <includes>
+ <include>*.*</include>
+ </includes>
+ </resource>
+ </resources>
- <packaging>jar</packaging>
+ <plugins>
+ <!-- Plug in Topia -->
+ <plugin>
+ <groupId>org.nuiton.eugene</groupId>
+ <artifactId>maven-eugene-plugin</artifactId>
+ <version>${eugenePluginVersion}</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <!--Configuration of model generator-->
+ <configuration>
+ <includes>**/*.objectmodel</includes>
+ <templates>
+ org.nuiton.topia.generator.TopiaMetaGenerator,org.nuiton.topia.generator.BeanGenerator,org.nuiton.topia.generator.TopiaApplicationServiceMetaGenerator
+ </templates>
+ <defaultPackage>${project.groupId}</defaultPackage>
+ <fullPackagePath>${project.groupId}</fullPackagePath>
+ <extractedPackages>${project.groupId}</extractedPackages>
+ </configuration>
+ <goals>
+ <goal>zargo2xmi</goal>
+ <goal>xmi2objectmodel</goal>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <!-- Topia generation from zargo -->
+ <dependency>
+ <groupId>org.nuiton.topia</groupId>
+ <artifactId>topia-soa</artifactId>
+ <version>${topiaVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-java5</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
- <build>
- <resources>
- <resource>
- <directory>src/main/resources/</directory>
- <includes>
- <include>*.*</include>
- </includes>
- </resource>
- </resources>
-
- <plugins>
- <!-- Plug in Topia -->
- <plugin>
- <groupId>org.nuiton.eugene</groupId>
- <artifactId>maven-eugene-plugin</artifactId>
- <version>${generator.version}</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <!--Configuration of model generator-->
- <configuration>
- <addCompileDirectory>true</addCompileDirectory>
- <includes>**/*.objectmodel</includes>
- <templates>org.nuiton.topia.generator.TopiaMetaGenerator,org.nuiton.topia.generator.BeanGenerator,org.nuiton.topia.generator.TopiaApplicationServiceMetaGenerator</templates>
- <defaultPackage>${project.groupId}</defaultPackage>
- <fullPackagePath>${project.groupId}</fullPackagePath>
- <extractedPackages>${project.groupId}</extractedPackages>
- </configuration>
- <goals>
- <goal>zargo2xmi</goal>
- <goal>xmi2objectmodel</goal>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <!-- Topia generation from zargo -->
- <dependency>
- <groupId>org.nuiton.topia</groupId>
- <artifactId>topia-soa</artifactId>
- <version>${topia.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-java5</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
-
</project>
Modified: trunk/cash-ui/pom.xml
===================================================================
--- trunk/cash-ui/pom.xml 2010-11-21 14:32:22 UTC (rev 63)
+++ trunk/cash-ui/pom.xml 2010-11-22 09:23:28 UTC (rev 64)
@@ -1,58 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <parent>
- <groupId>org.chorem</groupId>
- <artifactId>cash</artifactId>
- <version>1.0.0-alpha-3-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.chorem</groupId>
+ <artifactId>cash</artifactId>
+ <version>1.0.0-alpha-3-SNAPSHOT</version>
+ </parent>
- <groupId>org.chorem.cash</groupId>
- <artifactId>cash-ui</artifactId>
+ <groupId>org.chorem.cash</groupId>
+ <artifactId>cash-ui</artifactId>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>cash-business</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.chorem.choreg</groupId>
- <artifactId>choreg</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chenillekit</groupId>
- <artifactId>chenillekit-tapestry</artifactId>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>cash-business</artifactId>
+ <version>${project.version}</version>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
- <name>Ca$h Web Interface</name>
- <description>Interface Web Tapestry pour Ca$h</description>
+ <dependency>
+ <groupId>org.chorem</groupId>
+ <artifactId>chorem-commons</artifactId>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
- <packaging>war</packaging>
- <properties>
- <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
- </properties>
+ <dependency>
+ <groupId>org.chorem.choreg</groupId>
+ <artifactId>choreg</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry5-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-ioc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chenillekit</groupId>
+ <artifactId>chenillekit-tapestry</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>Ca$h :: web Interface</name>
+ <description>Interface Web Tapestry pour Ca$h</description>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>war</packaging>
+ <properties>
+ <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
+ </properties>
</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-21 14:32:22 UTC (rev 63)
+++ trunk/pom.xml 2010-11-22 09:23:28 UTC (rev 64)
@@ -1,301 +1,298 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>mavenpom4redmine</artifactId>
- <version>2.4.1</version>
- </parent>
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>mavenpom4redmine</artifactId>
+ <version>2.4.1</version>
+ </parent>
- <groupId>org.chorem</groupId>
- <artifactId>cash</artifactId>
- <version>1.0.0-alpha-3-SNAPSHOT</version>
+ <groupId>org.chorem</groupId>
+ <artifactId>cash</artifactId>
+ <version>1.0.0-alpha-3-SNAPSHOT</version>
- <modules>
- <module>cash-ui</module>
- <module>cash-business</module>
- </modules>
+ <modules>
+ <module>cash-ui</module>
+ <module>cash-business</module>
+ </modules>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.chorem.choreg</groupId>
- <artifactId>choreg</artifactId>
- <version>${choreg.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.chorem</groupId>
- <artifactId>chorem-commons</artifactId>
- <version>${choreg.version}</version>
- </dependency>
- <dependency>
- <groupId>org.chorem</groupId>
- <artifactId>oasis-ciq-api</artifactId>
- <version>${choreg.version}</version>
- </dependency>
- <dependency>
- <groupId>org.nuiton.topia</groupId>
- <artifactId>topia-persistence</artifactId>
- <version>${topia.version}</version>
- </dependency>
- <dependency>
- <groupId>org.nuiton.topia</groupId>
- <artifactId>topia-soa</artifactId>
- <version>${topia.version}</version>
- <exclusions>
- <!-- xfire -->
- <exclusion>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-aegis</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.xfire</groupId>
- <artifactId>xfire-java5</artifactId>
- </exclusion>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.chorem.choreg</groupId>
+ <artifactId>choreg</artifactId>
+ <version>${choregVersion}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chorem</groupId>
+ <artifactId>chorem-commons</artifactId>
+ <version>${choregVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.chorem</groupId>
+ <artifactId>oasis-ciq-api</artifactId>
+ <version>${choregVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.nuiton.topia</groupId>
+ <artifactId>topia-persistence</artifactId>
+ <version>${topiaVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.nuiton.topia</groupId>
+ <artifactId>topia-soa</artifactId>
+ <version>${topiaVersion}</version>
+ <exclusions>
+ <!-- xfire -->
+ <exclusion>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-aegis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.xfire</groupId>
+ <artifactId>xfire-java5</artifactId>
+ </exclusion>
- <!-- xmlrpc -->
- <exclusion>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-common</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-client</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.xmlrpc</groupId>
- <artifactId>xmlrpc-server</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>${lang.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlbeans</groupId>
- <artifactId>xmlbeans</artifactId>
- <version>2.4.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-core</artifactId>
- <version>${tapestry.version}</version>
- <exclusions>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.chenillekit</groupId>
- <artifactId>chenillekit-tapestry</artifactId>
- <version>${chenillekit.version}</version>
- <exclusions>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.8.0.GA</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
+ <!-- xmlrpc -->
+ <exclusion>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-client</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.xmlrpc</groupId>
+ <artifactId>xmlrpc-server</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <version>2.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-core</artifactId>
+ <version>${tapestryVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry5-annotations</artifactId>
+ <version>${tapestryVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-ioc</artifactId>
+ <version>${tapestryVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.chenillekit</groupId>
+ <artifactId>chenillekit-tapestry</artifactId>
+ <version>${chenillekitVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.8.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.1.112</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4jVersion}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>${slf4jVersion}</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
- <name>Ca$h</name>
- <description>Gestion de la trésorerie avec vue prévisionnelle</description>
- <inceptionYear>2009</inceptionYear>
+ <name>Ca$h</name>
+ <description>Gestion de la trésorerie avec vue prévisionnelle</description>
+ <inceptionYear>2009</inceptionYear>
- <licenses>
- <license>
- <name>General Public License (GPL)</name>
- <url>${maven.license.file}</url>
- <distribution>local</distribution>
- </license>
- </licenses>
+ <!-- Developpers, contributors... -->
+ <developers>
+ <developer>
+ <id>fdesbois</id>
+ <name>Florian DESBOIS</name>
+ <email>fdesbois(a)codelutin.com</email>
+ <organization>Code Lutin</organization>
+ <organizationUrl>http://www.codelutin.com/</organizationUrl>
+ <timezone>+1</timezone>
+ <roles>
+ <role>Analyste</role>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>tchemit</id>
+ <name>tony Chemit</name>
+ <email>tchemit(a)codelutin.com</email>
+ <organization>Code Lutin</organization>
+ <organizationUrl>http://www.codelutin.com/</organizationUrl>
+ <timezone>+1</timezone>
+ <roles>
+ <role>developer</role>
+ </roles>
+ </developer>
+ </developers>
- <!-- Developpers, contributors... -->
- <developers>
- <developer>
- <id>fdesbois</id>
- <name>Florian DESBOIS</name>
- <email>fdesbois(a)codelutin.com</email>
- <organization>Code Lutin</organization>
- <organizationUrl>http://www.codelutin.com/</organizationUrl>
- <timezone>+1</timezone>
- <roles>
- <role>Analyste</role>
- <role>Développeur</role>
- </roles>
- </developer>
- </developers>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ <packaging>pom</packaging>
- <packaging>pom</packaging>
+ <properties>
- <properties>
+ <!-- Redmine configuration -->
+ <projectId>cash</projectId>
+ <platform>chorem.org</platform>
- <!-- Redmine configuration -->
- <projectId>cash</projectId>
- <platform>chorem.org</platform>
+ <!-- Nuiton librairies -->
+ <topiaVersion>2.2.0</topiaVersion>
+ <eugenePluginVersion>1.0.0</eugenePluginVersion>
- <!-- Nuiton librairies -->
- <topia.version>2.2.0</topia.version>
- <generator.version>1.0.0</generator.version>
+ <!-- ChoReg -->
+ <choregVersion>1.0.0-alpha-2-SNAPSHOT</choregVersion>
- <!-- ChoReg -->
- <choreg.version>1.0.0-alpha-2-SNAPSHOT</choreg.version>
+ <!-- Hibernate for ToPIA -->
+ <hibernateVersion>3.3.1.GA</hibernateVersion>
- <!-- commons-lang for ToPIA -->
- <lang.version>2.4</lang.version>
- <!-- Hibernate for ToPIA -->
- <hibernate.version>3.3.1.GA</hibernate.version>
+ <!-- ui -->
+ <tapestryVersion>5.1.0.5</tapestryVersion>
+ <chenillekitVersion>1.0.2</chenillekitVersion>
- <!-- test -->
- <junit.version>4.7</junit.version>
+ <!-- logging -->
+ <slf4jVersion>1.5.10</slf4jVersion>
- <!-- license to use -->
- <license.licenseName>gpl_v3</license.licenseName>
+ <!-- license to use -->
+ <license.licenseName>gpl_v3</license.licenseName>
- <!-- ui -->
- <tapestry.version>5.1.0.5</tapestry.version>
- <chenillekit.version>1.0.2</chenillekit.version>
+ </properties>
- <!-- license to use -->
- <license.licenseName>gpl_v3</license.licenseName>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.nuiton.jrst</groupId>
+ <artifactId>doxia-module-jrst</artifactId>
+ <version>${jrstPluginVersion}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
- </properties>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
- <build>
- <defaultGoal>install</defaultGoal>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.nuiton.jrst</groupId>
- <artifactId>doxia-module-jrst</artifactId>
- <version>${jrst.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
+ <scm>
+ <connection>scm:svn:http://svn.chorem.org/svn/cash/trunk</connection>
+ <developerConnection>
+ scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/cash/trunk
+ </developerConnection>
+ <url>http://www.chorem.org/repositories/browse/cash/trunk</url>
+ </scm>
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
+ <repositories>
- <scm>
- <connection>scm:svn:http://svn.chorem.org/svn/cash/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/cash/trunk
- </developerConnection>
- <url>http://www.chorem.org/repositories/browse/cash/trunk</url>
- </scm>
+ <!-- depot des snapshots nuiton -->
+ <repository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
- <repositories>
- <!-- depot des releases nuiton -->
- <repository>
- <id>nuiton.release</id>
- <name>NuitonReleaseRepository</name>
- <url>http://maven.nuiton.org/release</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- </repository>
+ <repository>
+ <id>chenillekit</id>
+ <url>http://www.chenillekit.org/mvnrepo/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
- <!-- depot des snapshots nuiton -->
- <repository>
- <id>nuiton.snapshot</id>
- <name>NuitonSnapshotRepository</name>
- <url>http://maven.nuiton.org/snapshot</url>
- <snapshots>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
+ <pluginRepositories>
- <repository>
- <id>chenillekit</id>
- <url>http://www.chenillekit.org/mvnrepo/release</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
+ <!-- depot des snapshots nuiton -->
+ <pluginRepository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
- <pluginRepositories>
- <!-- depot des releases nuiton -->
- <pluginRepository>
- <id>nuiton.release</id>
- <name>NuitonReleaseRepository</name>
- <url>http://maven.nuiton.org/release</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- </pluginRepository>
-
- <!-- depot des snapshots nuiton -->
- <pluginRepository>
- <id>nuiton.snapshot</id>
- <name>NuitonSnapshotRepository</name>
- <url>http://maven.nuiton.org/snapshot</url>
- <snapshots>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-
</project>
1
0
Author: tchemit
Date: 2010-11-21 15:32:22 +0100 (Sun, 21 Nov 2010)
New Revision: 63
Url: http://chorem.org/repositories/revision/cash/63
Log:
Update mavenpom4redmine to 2.4.1.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-17 01:41:48 UTC (rev 62)
+++ trunk/pom.xml 2010-11-21 14:32:22 UTC (rev 63)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.3.2</version>
+ <version>2.4.1</version>
</parent>
<groupId>org.chorem</groupId>
1
0