fixed #637: rename derectory name from Resource to Resources

This commit is contained in:
minggo 2011-07-28 09:58:44 +08:00
parent 657fe9a17d
commit 65f3d53aae
5 changed files with 4 additions and 4 deletions

View File

@ -43,11 +43,11 @@ copy_cpp_h_from_helloworld(){
# copy resources
copy_resouces(){
mkdir $APP_DIR/Resource
mkdir $APP_DIR/Resources
for file in $HELLOWORLD_ROOT/Resource/*
do
cp $file $APP_DIR/Resource
cp $file $APP_DIR/Resources
done
}

View File

@ -1 +1 @@
ef940d5753a60f54cba21c8c503248f75bd3ab98
6616770f7d0487bf12f076293d27d5ef5f11af1e

View File

@ -1 +1 @@
dec21d9705b1a93bf01aac9fb46e3e65996adfba
99f6132989ba063c7d343a1b0b27799df3d2f280