[Carbon-dev] To all carbon-product teams

Pradeep Fernando pradeep at wso2.com
Tue Jan 25 22:29:00 PST 2011


use these two scripts:


grep -rl "<artifactId>wso2carbon<\/artifactId>" . | grep -v .svn
|xargs sed "s/<artifactId>wso2carbon<\/artifactId>/<artifactId>wso2carbon-core<\/artifactId>/"
-i



grep -rl "wso2carbon-\${carbon.version}" . |grep -v .svn |grep -v
/target |xargs  sed
"s/wso2carbon-\${carbon.version}/wso2carbon-core-\${carbon.version}/"
-i


thanks.
--Pradeep


More information about the Carbon-dev mailing list