|
From: Chad B. <cwb...@us...> - 2008-04-10 15:24:00
|
User: cwbrandon
Date: 08/04/10 07:28:31
Modified: conf andromda.xml
Log:
only find the uml14 profiles
Revision Changes Path
1.3 +2 -2 cartridges/conf/andromda.xml
Index: andromda.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/conf/andromda.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- andromda.xml 19 Dec 2005 05:14:09 -0000 1.2
+++ andromda.xml 10 Apr 2008 14:28:31 -0000 1.3
@@ -9,7 +9,7 @@
<uri>${model.uri}</uri>
<moduleSearchLocations>
<location>${maven.repo.local}/andromda/xml.zips</location>
- <location patterns="**/*.xml.zip">${settings.localRepository}/org/andromda/profiles</location>
+ <location patterns="**/*.xml.zip">${settings.localRepository}/org/andromda/profiles/uml14</location>
<location patterns="**/*.xml.zip">${settings.localRepository}/org/andromda/metafacades</location>
</moduleSearchLocations>
<modelPackages>
|