Author: vtence Date: Wed Dec 15 20:11:41 2004 New Revision: 121026 URL: http://svn.apache.org/viewcvs?view=rev&rev=121026 Log: fixed gump descriptor for asm dependencies Modified: incubator/directory/janus/trunk/gump.xml
Modified: incubator/directory/janus/trunk/gump.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/gump.xml?view=diff&rev=121026&p1=incubator/directory/janus/trunk/gump.xml&r1=121025&p2=incubator/directory/janus/trunk/gump.xml&r2=121026 ============================================================================== --- incubator/directory/janus/trunk/gump.xml (original) +++ incubator/directory/janus/trunk/gump.xml Wed Dec 15 20:11:41 2004 @@ -102,8 +102,7 @@ <depend project="janus-api" /> <depend project="janus-impl" /> <depend project="groovy" /> - <depend project="asm" /> - <depend project="asm-util" /> + <depend project="asm" ids="asm,asm-util"/> <depend project="dom4j" /> <depend project="commons-collections" /> <depend project="jmock" />
