Author: sebb Date: Wed Mar 25 10:45:25 2009 New Revision: 758210 URL: http://svn.apache.org/viewvc?rev=758210&view=rev Log: Move JUnit test engine to test tree; add AL headers
Added: jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/ jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/services/ jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/services/javax.script.ScriptEngineFactory Modified: jakarta/bsf/trunk/bsf3/bsf-engines/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory Added: jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/services/javax.script.ScriptEngineFactory URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/services/javax.script.ScriptEngineFactory?rev=758210&view=auto ============================================================================== --- jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/services/javax.script.ScriptEngineFactory (added) +++ jakarta/bsf/trunk/bsf3/bsf-api/src/test/resources/META-INF/services/javax.script.ScriptEngineFactory Wed Mar 25 10:45:25 2009 @@ -0,0 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# + +org.apache.bsf.utils.TestScriptEngineFactory # JUnit engine + Modified: jakarta/bsf/trunk/bsf3/bsf-engines/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/bsf-engines/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory?rev=758210&r1=758209&r2=758210&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/bsf-engines/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory (original) +++ jakarta/bsf/trunk/bsf3/bsf-engines/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory Wed Mar 25 10:45:25 2009 @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# + bsh.engine.BshScriptEngineFactory com.sun.script.freemarker.FreeMarkerScriptEngineFactory com.sun.script.groovy.GroovyScriptEngineFactory @@ -20,5 +38,4 @@ com.sun.script.velocity.VelocityScriptEngineFactory com.sun.script.xpath.XPathScriptEngineFactory com.sun.script.xslt.XSLTScriptEngineFactory -org.apache.bsf.utils.TestScriptEngineFactory --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org