Run Eclipse. From the Project Explorer View, open the Maven JAR project that you want to customize. Your Project Explorer View should look similar to the following:
Expand your project, then expand src/main/resources. Your Project Explorer View should look similar to the following:
Open the applicationContext-csf-projectName-config.xml for editing and change the following lines substituting your short project acronym for projectName. The are 3 occurances of projectName that have to be changed.
When you have made all the changes, the lines you have changed should look similar to the following:
Code Block
<bean id="csfAttMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="commonHibernateMappingResources">
<bean id="hibernateCsfAttMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="csfAttMappingResources">
In the above example, ProjectName was replaced with the short project acronymAtt. When you are satisifed with the changes, save and close the file.Open the applicationContext-csf-projectName.xml for editing and change the following lines substituting your short project acronym for projectName. There are 3 occurances of projectName that have to be changed.
In the above example, projectName was replaced with the short project acronymatt. When you are satisifed with the changes, save and close the file. Image Removed
From the Project Explorer View, rename each of the following files, substituting your short project acronym for projectName. There are 4 files that have to be renamed.
In the above example, projectName was replaced with the short project acronymatt. Your Project Explorer View should look similar to the following: When you are satisifed with the changes, save and close the file.