Commit 027d233d authored by Andrey Filippov's avatar Andrey Filippov
Browse files

moving Eclipse project files to a separate directory, adding INIT_PROJECT to copy them back

parent 79e0b9a4
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −0

File moved.

INIT_PROJECT

0 → 100755
+4 −0
Original line number Original line Diff line number Diff line
 #!/bin/bash
 echo "Copying Eclipse project files for project import"
 cp .eclipse_project_setup/* ./
 exit 0