| <?xml version="1.0" encoding="UTF-8"?> | |
| <plan name="properties.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="bundle" name="my.webapp" version="[1.0.0, 2.0.0)"> | |
| <property name="Web-ContextPath" value="/foo"/> | |
| </artifact> | |
| </plan> |