Hi Yuri / Charith ,
Thanks for the help.
Regards,
Chathura De Silva
On Sun, Apr 5, 2015 at 4:17 PM, Roshan Lakmal
wrote:
> Hi chathura,
>
> If you want to rest only the .project file, you can use following command:
>
> git checkout -- .project
>
> Thanks,
>
> Roshan
>
> On Sun, Apr 5, 2015 at
Hi chathura,
If you want to rest only the .project file, you can use following command:
git checkout -- .project
Thanks,
Roshan
On Sun, Apr 5, 2015 at 4:04 PM, chathura silva wrote:
> Hello Yuri Z,
>
> please tell me how to reset the changes that happened due to "ant eclipse"
> .
>
> Then I
The git command to reset changes is:
git reset --hard
make sure to execute this command in the folder where you cloned WIAB.
On Sun, Apr 5, 2015 at 1:35 PM chathura silva wrote:
> Hello Yuri Z,
>
> please tell me how to reset the changes that happened due to "ant eclipse"
> .
>
> Then I can try
Hello Yuri Z,
please tell me how to reset the changes that happened due to "ant eclipse" .
Then I can try it .
On Sun, Apr 5, 2015 at 3:57 PM, Yuri Z wrote:
> You don't need to invoke "ant eclipse" as the project already contains
> eclipse configuration. Just reset the changes and import as ex
You don't need to invoke "ant eclipse" as the project already contains
eclipse configuration. Just reset the changes and import as existing
project.
On Sun, Apr 5, 2015 at 1:24 PM chathura silva wrote:
> Hello ,
>
> As in this link
> https://cwiki.apache.org/confluence/display/WAVE/
> Client+De