Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2012-09-19 10:01:25 +0000
committerMarkus Knauer2012-09-19 10:01:25 +0000
commit952d74496bcb6e3d7aac38034093688d8a505e2a (patch)
treee2e5b7340c1f30024507fb9fb37f64d2020e461d
downloadorg.eclipse.rap.incubator.osgi-packaging-952d74496bcb6e3d7aac38034093688d8a505e2a.tar.gz
org.eclipse.rap.incubator.osgi-packaging-952d74496bcb6e3d7aac38034093688d8a505e2a.tar.xz
org.eclipse.rap.incubator.osgi-packaging-952d74496bcb6e3d7aac38034093688d8a505e2a.zip
Initialize repository with component description.
-rw-r--r--.gitignore2
-rw-r--r--component.xml17
2 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fb60f67
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+bin/
+target/
diff --git a/component.xml b/component.xml
new file mode 100644
index 0000000..0bb2185
--- /dev/null
+++ b/component.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <name>
+ OSGi-Packaging
+ </name>
+ <maintainer>
+ Markus Knauer
+ </maintainer>
+ <description>
+ <p>
+ OSGi-Packaging re-packages RAP bundles plus important bundles from the Eclipse
+ ecosystem to be used in OSGi containers other than Equinox. As a start it provides
+ the necessary Karaf features and Karaf archive in order to run RAP applications
+ in Apache Karaf.
+ </p>
+ </description>
+</component>

Back to the top