From: Manish A. <mag...@us...> - 2007-01-09 10:53:22
|
User: magrawal Date: 07/01/09 02:53:22 Modified: andromda-nspring/src/main/resources/META-INF/andromda namespace.xml Log: made the service-tests and service-tests-impl properties optional to avoid warnings in existing projects that do not define these properties. Revision Changes Path 1.4 +2 -2 cartridges/andromda-nspring/src/main/resources/META-INF/andromda/namespace.xml Index: namespace.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/src/main/resources/META-INF/andromda/namespace.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- namespace.xml 9 Jan 2007 10:46:11 -0000 1.3 +++ namespace.xml 9 Jan 2007 10:53:18 -0000 1.4 @@ -18,13 +18,13 @@ <documentation> Defines the locations to which output is generated. </documentation> - <property name="service-tests"> + <property name="service-tests" required="false"> <documentation> The location to which all service test classes will be generated. </documentation> </property> - <property name="service-test-impls"> + <property name="service-test-impls" required="false"> <documentation> The location to which all service test implementation classes will be generated. |