From: <pat...@us...> - 2009-08-14 21:52:42
|
Revision: 923 http://cishell.svn.sourceforge.net/cishell/?rev=923&view=rev Author: pataphil Date: 2009-08-14 21:52:29 +0000 (Fri, 14 Aug 2009) Log Message: ----------- * Added necessary template files for the static executable wizard. Added Paths: ----------- trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/ant-launcher.jar trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/ant.jar trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/cishell_templates.jar trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/component.xml Added: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/ant-launcher.jar =================================================================== (Binary files differ) Property changes on: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/ant-launcher.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/ant.jar =================================================================== (Binary files differ) Property changes on: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/ant.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/cishell_templates.jar =================================================================== (Binary files differ) Property changes on: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/cishell_templates.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/component.xml =================================================================== --- trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/component.xml (rev 0) +++ trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/lib/component.xml 2009-08-14 21:52:29 UTC (rev 923) @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component name="${component.id}" immediate="false"> + <implementation class="org.cishell.templates.staticexecutable.StaticExecutableAlgorithmFactory"/> + <properties entry="${service.properties}"/> + <property name="Algorithm-Directory" value="${alg.dir}"/> + <reference name="LOG" interface="org.osgi.service.log.LogService"/> + <reference name="MTS" interface="org.osgi.service.metatype.MetaTypeService"/> + + <service> + <provide interface= + "org.cishell.framework.algorithm.AlgorithmFactory"/> + </service> +</component> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |