RPM packaging of OSGi boot
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 12 Oct 2011 19:23:16 +0000 (19:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 12 Oct 2011 19:23:16 +0000 (19:23 +0000)
commit87a5c6c8c109097c8be2412f5a10df2de3a6e0c0
treed9a4d818ed86ed4222a5c0e1804b1edaefea084a
parent43f16492d87ed567a7d332b205129016a3ef1dd7
RPM packaging of OSGi boot

git-svn-id: https://svn.argeo.org/commons/trunk@4814 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
osgi/dist/osgi-boot/pom.xml [new file with mode: 0644]
osgi/dist/osgi-boot/src/main/rpm/etc/osgiboot/osgi-service-settings.sh [new file with mode: 0644]
osgi/dist/osgi-boot/src/main/rpm/usr/sbin/osgi-service [new file with mode: 0644]
osgi/dist/osgi-boot/src/main/scripts/postinstall [new file with mode: 0644]
osgi/dist/osgi-boot/src/main/scripts/postremove [new file with mode: 0644]
osgi/dist/osgi-boot/src/main/scripts/preremove [new file with mode: 0644]
osgi/dist/pom.xml [new file with mode: 0644]
osgi/pom.xml
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/Activator.java
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/AdminThread.java [new file with mode: 0644]