diff --git a/examples/crisis/pom.xml b/examples/crisis/pom.xml index 5ed1f7bc957f053f8bfe6008b7d9430bd74cf827..b25eae05d434b692804b903c7b9946610ca49c1e 100644 --- a/examples/crisis/pom.xml +++ b/examples/crisis/pom.xml @@ -2,7 +2,7 @@ + org.ow2.frascati - frascati-implementation-script + frascati-implementation-script-beanshell ${project.version} - - - - org.beanshell - bsh - 2.0b5 - diff --git a/examples/helloworld-script/pom.xml b/examples/helloworld-script/pom.xml index ad6f22135bed75adf912e9df0d7e0411686ad1d3..9e68972ef705a4bd27a90c81ba5ee38e06b47067 100644 --- a/examples/helloworld-script/pom.xml +++ b/examples/helloworld-script/pom.xml @@ -2,7 +2,7 @@ + + - + org.ow2.frascati - frascati-implementation-script + frascati-implementation-script-beanshell ${project.version} - + - org.beanshell - bsh - 2.0b5 - - - - - org.codehaus.groovy - groovy-all - 1.6.4 - - - - - rhino - js - 1.7R1 - - - - net.java.dev - js-rhino-engine - 1.6R7 - - - - - org.jruby - jruby-complete - 1.3.1 - compile - - - asm - asm - - - asm - asm-commons - - - jline - jline - - + org.ow2.frascati + frascati-implementation-script-groovy + ${project.version} + - com.sun.script.jruby - jruby-engine - 1.1.7 + org.ow2.frascati + frascati-implementation-script-javascript + ${project.version} - + - org.python - jython - 2.2.1 + org.ow2.frascati + frascati-implementation-script-jruby + ${project.version} + - net.java.dev - jython-engine - 2.2.1 + org.ow2.frascati + frascati-implementation-script-jython + ${project.version} diff --git a/examples/helloworld-xquery/pom.xml b/examples/helloworld-xquery/pom.xml index af6368fa3a3343f95fe154d9971081d81d53480b..1adc43be1f9933a4e123006d6f1b92daada4262f 100644 --- a/examples/helloworld-xquery/pom.xml +++ b/examples/helloworld-xquery/pom.xml @@ -1,8 +1,8 @@ @@ -34,12 +37,10 @@ OW2 FraSCAti Examples: HelloWorld XQuery - org.ow2.frascati.examples helloworld-xquery 1.4-SNAPSHOT - helloworld-xquery run @@ -47,25 +48,17 @@ - + - - - org.ow2.frascati - frascati-implementation-script - ${project.version} - - - + org.ow2.frascati - frascati-xquery + frascati-implementation-script-xquery ${project.version} - org.ow2.frascati.examples.test frascati-test @@ -76,8 +69,7 @@ - + - - \ No newline at end of file + diff --git a/examples/nrbc/pom.xml b/examples/nrbc/pom.xml index c273f01b90a753467777606bdc8f650a47c7f5b6..aa6cbe66e8b54d852239a96fe49e4bd2dd3ed17f 100644 --- a/examples/nrbc/pom.xml +++ b/examples/nrbc/pom.xml @@ -2,7 +2,7 @@ + org.ow2.frascati - frascati-implementation-script + frascati-implementation-script-beanshell ${project.version} - - - - org.beanshell - bsh - 2.0b5 - diff --git a/frascati/modules/frascati-all/pom.xml b/frascati/modules/frascati-all/pom.xml index b552d425314945e63b68f074f4240cd22992b768..98fe0bea43921d826bac8e3d4c918e286a4d2645 100755 --- a/frascati/modules/frascati-all/pom.xml +++ b/frascati/modules/frascati-all/pom.xml @@ -247,6 +247,57 @@ ${project.version} + + + org.ow2.frascati + frascati-implementation-script-beanshell + ${project.version} + + + + + + + + org.ow2.frascati + frascati-implementation-script-groovy + ${project.version} + + + + + org.ow2.frascati + frascati-implementation-script-javascript + ${project.version} + + + + + org.ow2.frascati + frascati-implementation-script-jruby + ${project.version} + + + + + org.ow2.frascati + frascati-implementation-script-jython + ${project.version} + + + + + org.ow2.frascati + frascati-implementation-script-xquery + ${project.version} + + org.ow2.frascati diff --git a/frascati/modules/frascati-implementation-script-beanshell/pom.xml b/frascati/modules/frascati-implementation-script-beanshell/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..3b696ae2fc210773399a299b8d807704b9487972 --- /dev/null +++ b/frascati/modules/frascati-implementation-script-beanshell/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-beanshell + OW2 FraSCAti: SCA Implementation Script with BeanShell Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + org.beanshell + bsh + 2.0b5 + + + + + + + + + + + + diff --git a/frascati/modules/frascati-implementation-script-fscript/pom.xml b/frascati/modules/frascati-implementation-script-fscript/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..7aced4bb61f1e4fdb09ffe625473c1e52bb843f6 --- /dev/null +++ b/frascati/modules/frascati-implementation-script-fscript/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-fscript + OW2 FraSCAti: SCA Implementation Script with FScript Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + org.ow2.frascati + frascati-fscript-core + ${project.version} + + + + + + + + + + + + diff --git a/frascati/modules/frascati-implementation-script-groovy/pom.xml b/frascati/modules/frascati-implementation-script-groovy/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..9498a4c868689ae57f75bc8ef15f4cedb2a20511 --- /dev/null +++ b/frascati/modules/frascati-implementation-script-groovy/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-groovy + OW2 FraSCAti: SCA Implementation Script with Groovy Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + org.codehaus.groovy + groovy-all + 1.6.4 + + + + + + + + + + + + diff --git a/frascati/modules/frascati-implementation-script-javascript/pom.xml b/frascati/modules/frascati-implementation-script-javascript/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..6cf54ff4740f973cab837278b731a97836fc8db9 --- /dev/null +++ b/frascati/modules/frascati-implementation-script-javascript/pom.xml @@ -0,0 +1,110 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-javascript + OW2 FraSCAti: SCA Implementation Script with JavaScript Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + rhino + js + 1.7R1 + + + + net.java.dev + js-rhino-engine + 1.6R7 + + + + + + + + + + + + diff --git a/frascati/modules/frascati-implementation-script-jruby/pom.xml b/frascati/modules/frascati-implementation-script-jruby/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..fd1d491f4607d50bf5f4ce7dcb55d28db1811eb9 --- /dev/null +++ b/frascati/modules/frascati-implementation-script-jruby/pom.xml @@ -0,0 +1,125 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-jruby + OW2 FraSCAti: SCA Implementation Script with JRuby Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + org.jruby + jruby-complete + 1.3.1 + compile + + + asm + asm + + + asm + asm-commons + + + jline + jline + + + + + + com.sun.script.jruby + jruby-engine + 1.1.7 + + + + + + + + + + + + diff --git a/frascati/modules/frascati-implementation-script-jython/pom.xml b/frascati/modules/frascati-implementation-script-jython/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..43854b46d68688822c945306b9076c3dac6066de --- /dev/null +++ b/frascati/modules/frascati-implementation-script-jython/pom.xml @@ -0,0 +1,111 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-jython + OW2 FraSCAti: SCA Implementation Script with Jython Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + 2.2.1 + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + org.python + jython + ${jython.version} + + + + net.java.dev + jython-engine + ${jython.version} + + + + + + + + + + + + diff --git a/frascati/modules/frascati-implementation-script-xquery/pom.xml b/frascati/modules/frascati-implementation-script-xquery/pom.xml new file mode 100755 index 0000000000000000000000000000000000000000..bf895fee26baede08e3dc0c88c07a54a4bc7eb63 --- /dev/null +++ b/frascati/modules/frascati-implementation-script-xquery/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + + + + + + org.ow2.frascati + frascati-modules + 1.4-SNAPSHOT + + + org.ow2.frascati + frascati-implementation-script-xquery + OW2 FraSCAti: SCA Implementation Script with Xquery Module + + http://frascati.ow2.org/ + 2007 + + + + merle + Philippe Merle + Philippe.Merle@inria.fr + INRIA + http://www.inria.fr + + Architect + Developer + + + + + + + + + + + + + + + + + + + + + + + + + + + org.ow2.frascati + frascati-implementation-script + ${project.version} + + + + + org.ow2.frascati + frascati-xquery + ${project.version} + + + + + + + + + + + + diff --git a/frascati/modules/pom.xml b/frascati/modules/pom.xml index 98f185afa47d2a1fcaabdfd0dd067ba6713ee520..20a08fde972d47b0a2a8bfb3979e77409be99fc4 100644 --- a/frascati/modules/pom.xml +++ b/frascati/modules/pom.xml @@ -230,6 +230,13 @@ frascati-implementation-osgi-knopflerfish frascati-implementation-resource frascati-implementation-script + frascati-implementation-script-beanshell + frascati-implementation-script-fscript + frascati-implementation-script-groovy + frascati-implementation-script-javascript + frascati-implementation-script-jruby + frascati-implementation-script-jython + frascati-implementation-script-xquery frascati-implementation-spring frascati-interface-wsdl