Author: davidb
Date: Fri Jun 27 14:31:42 2014
New Revision: 1606109

URL: http://svn.apache.org/r1606109
Log:
Add a simple script to copy the Felix HTTP Whiteboard RI implementation bundles 
into OSGi CT git.

Added:
    felix/sandbox/http-rfc189/osgi-ct/
    felix/sandbox/http-rfc189/osgi-ct/copy-to-osgi-ct.sh   (with props)

Added: felix/sandbox/http-rfc189/osgi-ct/copy-to-osgi-ct.sh
URL: 
http://svn.apache.org/viewvc/felix/sandbox/http-rfc189/osgi-ct/copy-to-osgi-ct.sh?rev=1606109&view=auto
==============================================================================
--- felix/sandbox/http-rfc189/osgi-ct/copy-to-osgi-ct.sh (added)
+++ felix/sandbox/http-rfc189/osgi-ct/copy-to-osgi-ct.sh Fri Jun 27 14:31:42 
2014
@@ -0,0 +1,12 @@
+# This is a simple script to copy the Felix HTTP Whiteboard RI bundles into 
OSGi git
+OSGI_GIT=... the OSGi build git clone root location ...
+FELIX_VERSION=3.0.0-SNAPSHOT
+OSGI_RI_VERSION=3.0.0
+FELIX_SERVLET_API_VERSION=1.0.1-SNAPSHOT
+OSGI_RI_SERVLET_API_VERSION=1.0.1
+
+cp -v ../api/target/org.apache.felix.http.api-$FELIX_VERSION.jar 
$OSGI_GIT/licensed/repo/org.apache.felix.http.api/org.apache.felix.http.api-$OSGI_RI_VERSION.jar
+cp -v ../jetty/target/org.apache.felix.http.jetty-$FELIX_VERSION.jar 
$OSGI_GIT/licensed/repo/org.apache.felix.http.jetty/org.apache.felix.http.jetty-$OSGI_RI_VERSION.jar
+cp -v ../whiteboard/target/org.apache.felix.http.whiteboard-$FELIX_VERSION.jar 
$OSGI_GIT/licensed/repo/org.apache.felix.http.whiteboard/org.apache.felix.http.whiteboard-$OSGI_RI_VERSION.jar
+cp -v 
../servlet-api/target/org.apache.felix.http.servlet-api-$FELIX_SERVLET_API_VERSION.jar
 
$OSGI_GIT/licensed/repo/org.apache.felix.http.servlet-api/org.apache.felix.http.servlet-api-$OSGI_RI_SERVLET_API_VERSION.jar
+

Propchange: felix/sandbox/http-rfc189/osgi-ct/copy-to-osgi-ct.sh
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to