| <?xml version="1.0" encoding="UTF-8"?> |
| <plan name="multi-artifact.plan" version="1.0.0" scoped="true" atomic="true" |
| xmlns="http://www.eclipse.org/virgo/schema/plan" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation=" |
| http://www.eclipse.org/virgo/schema/plan |
| http://www.eclipse.org/virgo/schema/plan/eclipse-virgo-plan.xsd"> |
| |
| <artifact type="alpha" name="org.springframework.core"/> |
| <artifact type="bravo" name="org.springframework.context" version="1.0.0"/> |
| <artifact type="charlie" name="org.springframework.context.support" version="[1.0.0, 2.0.0)"/> |
| |
| </plan> |