Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | # dependee sigil.properties |
| 2 | |
| 3 | version: 1.0.0 |
| 4 | |
| 5 | -bundles: dependee |
| 6 | |
| 7 | -exports: standalone |
| 8 | |
| 9 | -imports: \ |
| 10 | org.apache.commons.lang;version="[2.0.0,2.4.0)", \ |
| 11 | |
| 12 | # add these to -imports to test the resolution process |
| 13 | # javax.servlet;version="(2.4,3.0]", \ |
| 14 | # org.apache.log4j;version="[1.2.14,1.3)", \ |
| 15 | # org.apache.commons.logging, \ |
| 16 | |
| 17 | # this is a require-bundle dependency |
| 18 | #-requires: \ |
| 19 | # com.springsource.org.apache.commons.lang;version="[2.0.0,2.4.0)", \ |
| 20 | |
| 21 | -resources: \ |
| 22 | version.properties |
| 23 | |
| 24 | # end |