This project is a fork of the smart-stock.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/smart-stock.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownersubrata@smartitengineering.com
last changeMon, 8 Mar 2010 18:31:26 +0000 (9 00:31 +0600)
content tags
add:
README
To get started run the following commands:
mvn clean install
cd feedprovider/
mvn gae:unpack

To run the GAE simulator run the following commands:
cd feedprovider/
mvn gae:run 

Use -Dappengine=system if you have appengine SDK installed locally an also ensure to create profiles.xml from profiles.xml.template
shortlog
2010-03-08 Subrata Sen... fix some bugsclientmaster
2010-03-08 Subrata Sen... Change the way of loading quotes to the page
2010-03-08 Subrata Sen... fixing the bug of rows being colored unorderly
2010-03-08 Subrata Sen... Merge branch 'client'
2010-03-08 Subrata Sen... change the mouse pointer of the tabs
2010-03-08 Subrata Sen... don't show bookmarked at top while refreshing the page
2010-03-07 Subrata Sen... show bookmarked in a new tab
2010-03-07 Subrata Sen... stop showing bookmark at top while sorting
2010-03-07 Imran M YousufFix some cache update code
2010-03-06 Imran M YousufMake node replacement more efficient (at least from...
2010-03-06 Imran M YousufUse bookmared and nbookmarked to distinguish
2010-03-06 Imran M YousufFix the sorting algorithm for bookmark
2010-03-06 Imran M YousufMove the logic of setting color and showing bookmarked...
2010-03-06 Imran M YousufRemove unnecessary separation operation during sorting
2010-03-05 Subrata Sen... Merge branch 'master' of git://repo.or.cz/smart-stock.git
2010-03-05 Subrata Sen... fixed the date format
...
heads
14 years ago master
14 years ago client