You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/25 21:24:12 UTC

[24/50] [abbrv] incubator-tamaya-sandbox git commit: TAMAYA-123: Adding OSGI Support.

TAMAYA-123: Adding OSGI Support.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/61de41de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/61de41de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/61de41de

Branch: refs/heads/master
Commit: 61de41defc580137487625c203b1ad6c07dc0c78
Parents: 89e97b1
Author: anatole <an...@apache.org>
Authored: Fri Oct 16 19:15:21 2015 +0200
Committer: anatole <an...@apache.org>
Committed: Fri Oct 16 19:15:21 2015 +0200

----------------------------------------------------------------------
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/61de41de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a078f79..710e5e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@ under the License.
 
     <artifactId>tamaya-builder</artifactId>
     <name>Apache Tamaya Builder</name>
+    <packaging>jar</packaging> <!-- bundle -->
 
     <inceptionYear>2015</inceptionYear>
 
@@ -86,5 +87,21 @@ under the License.
 
     </dependencies>
 
+    <!--build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                            org.apache.tamaya.builder
+                        </Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build -->
     
 </project>
\ No newline at end of file