If you take a look at the example on this page:






You'll see a section like the following:



<namespace name="default" ignore="false">

&nbsp; &nbsp; <property name="languageMappingsUri" 
value="file&#58;$&#123;basedir&#125;/JavaMappings.xml"/>

</namespace>



You'd need to add the property 'allowDefaultIdentifiers' with a value of 
"false" (like I did here) if you want it off, its true by default:



<namespace name="default" ignore="false">

&nbsp; &nbsp; <property name="languageMappingsUri" 
value="file&#58;$&#123;basedir&#125;/JavaMappings.xml"/>

&nbsp; &nbsp; <property name="allowDefaultIdentifiers" value="false"/>

</namespace>



You can take a look at this page () for more information on namespace 
properties that can configure the UML metafacades (each cartridge has its own 
namespace properties that can be configured as well, you can find that in the 
documentation for each cartridge).
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=141#141


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to