reset password
Author Message
poonam31
Posts: 35
Posted 20:20 Jul 07, 2015 |

Dr. Sun, you said only source files should be version controlled.

In import Step,

After shareing the project, when I click on commit, I have .java, .xml and .jsp files under src but not directly under src.

for ex. ./src/main/...../filename.java etc

similarly .xml and .jsp files are present. So I should only check all those , is that right?

cysun
Posts: 2935
Posted 08:42 Jul 08, 2015 |

The directory structure should be preserved during import so it sounds about right.

poonam31
Posts: 35
Posted 16:11 Jul 08, 2015 |

Thank you Professor.