[Users] ExtJS 3.0.0 build for GeoExt
Alexandre Dube
adube at mapgears.com
Tue Dec 1 17:34:13 CET 2009
Eric Lemoine wrote:
> No, because it's not only what GeoExt extends that's required. I think
> you need to look for \s+Ext\. or something.
>
How's this :
grep -r " Ext." * | grep -v .svn | cut -d: -f2 | grep -v "^\s*\*" | sed
-e "s|\bExt\.|\nExt.|g" | grep -e "^Ext\." > /tmp/ttt.txt ; sed -e
"s|^.*\bExt\.|Ext.|g" /tmp/ttt.txt | ssed -R "s/[^\.\w].*$//g" |
sort|uniq>/tmp/extlib.txt
All credits go to Julien btw.
--
Alexandre Dubé
Mapgears
www.mapgears.com
More information about the Users
mailing list