| At line 50 added 47 lines. |
| !!Developers Approach , building Fuji-Felix with springDM bundles |
| !Modify /fuji/packaging/release-packages/felix/pom.xml |
| {{{ |
| }}} |
| {{{ |
| }}} |
| {{{ |
| }}} |
| !Modify /fuji/packaging/release-packages/felix/conf/config.properties |
| {{{ |
| felix.auto.start.1= \ |
| ... |
| ... |
| file:bundle/spring-osgi-core.jar \ |
| file:bundle/cglib-nodep.osgi.jar \ |
| file:bundle/com.springsource.org.aopalliance.jar \ |
| file:bundle/com.springsource.slf4j.api.jar \ |
| file:bundle/com.springsource.slf4j.log4j.jar \ |
| file:bundle/com.springsource.slf4j.org.apache.commons.logging.jar \ |
| file:bundle/org.springframework.aop.jar \ |
| file:bundle/org.springframework.beans.jar \ |
| file:bundle/org.springframework.context.jar \ |
| file:bundle/org.springframework.core.jar \ |
| file:bundle/spring-osgi-extender.jar \ |
| file:bundle/spring-osgi-io.jar \ |
| file:bundle/log4j.osgi.jar |
| }}} |
| !GO to SRC_ROOT , mvn clean install |