reset password
Author Message
spanfer
Posts: 25
Posted 02:28 Jan 22, 2015 |

Hi,

  I have a question for:

3. (15pt) Follow Step 1 in Import and Merge with Subclipse to import the project to your Subversion repository. Note that only source files should be version controlled. After the project is imported, create a tag called cs520-hw2.

 Does this mean to strictly add only the files under the src/ folder or is it ok if we add the pom.xml (along with web.xml and other configuration xml files) to the SVN repository.

Thanks

 

cysun
Posts: 2935
Posted 09:07 Jan 22, 2015 |

pom.xml should be included.
 

spanfer
Posts: 25
Posted 10:33 Jan 22, 2015 |

Thank you professor