Add Ext BSF
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 14:02:45 +0000 (14:02 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 14:02:45 +0000 (14:02 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5494 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/org.argeo.ext.bsf/pom.xml [new file with mode: 0644]
server/modules/pom.xml

diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml
new file mode 100644 (file)
index 0000000..f331e12
--- /dev/null
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons.server</groupId>
+               <artifactId>modules</artifactId>
+               <version>1.1.4-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.ext.bsf</artifactId>
+       <name>Commons Server BSF Extension</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Fragment-Host>org.apache.bsf</Fragment-Host>
+                                               <Import-Package>
+                                                       *,
+                                                       bsh.util;resolution:=optional,
+                                                       org.codehaus.groovy.bsf;resolution:=optional
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+</project>
\ No newline at end of file
index 2da951f029a13084e609c7b23d887f5e30a09d60..1c708aa76d9ecc9fb049102dfeaf930708b9d31c 100644 (file)
@@ -13,6 +13,7 @@
        <modules>
                <module>org.argeo.ext.jackrabbit.sybase</module>
                <module>org.argeo.ext.jdbm</module>
+               <module>org.argeo.ext.bsf</module>
                <module>org.argeo.jackrabbit.webapp</module>
                <module>org.argeo.node.repo.jackrabbit</module>
                <module>org.argeo.node.repofactory.jackrabbit</module>