Subversion Repositories SmartDukaan

Rev

Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 95
Line 34... Line 34...
34
 
34
 
35
reldir=`dirname $0`
35
reldir=`dirname $0`
36
 
36
 
37
echo "copying files"
37
echo "copying files"
38
 
38
 
39
dir_to_copy="$java_path/../../../ThriftConfigPy/src"
39
dir_to_copy="$java_path/../../../PyProj/src"
40
 
40
 
41
echo $dir_to_copy
41
echo $dir_to_copy
42
 
42
 
43
copy=`cp -r gen-py/* $java_path/../../../ThriftConfigPy/src/`
43
copy=`cp -r gen-py/* $java_path/../../../PyProj/src/`
44
 
44
 
45
echo "files copied, pleae refresh ThriftConfigPy in eclipse"
45
echo "files copied, pleae refresh PyProj in eclipse"