|
From: <bh...@us...> - 2008-03-12 13:27:24
|
Revision: 653
http://cishell.svn.sourceforge.net/cishell/?rev=653&view=rev
Author: bh2
Date: 2008-03-12 06:26:40 -0700 (Wed, 12 Mar 2008)
Log Message:
-----------
updated the java algorithm wizard
Modified Paths:
--------------
branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/src/org/cishell/templates/wizards/java/NewJavaAlgorithmWizard.java
branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/templates_3.0/java_algorithm/OSGI-INF/component.xml
Modified: branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/src/org/cishell/templates/wizards/java/NewJavaAlgorithmWizard.java
===================================================================
--- branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/src/org/cishell/templates/wizards/java/NewJavaAlgorithmWizard.java 2008-03-12 12:52:35 UTC (rev 652)
+++ branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/src/org/cishell/templates/wizards/java/NewJavaAlgorithmWizard.java 2008-03-12 13:26:40 UTC (rev 653)
@@ -131,9 +131,9 @@
*/
public String[] getImportPackages() {
return new String[]{
- "org.cishell.framework",
- "org.cishell.framework.algorithm",
- "org.cishell.framework.data",
+ "org.cishell.framework;version=\"1.0.0\"",
+ "org.cishell.framework.algorithm;version=\"1.0.0\"",
+ "org.cishell.framework.data;version=\"1.0.0\"",
"org.osgi.framework;version=\"1.3.0\"",
"org.osgi.service.component;version=\"1.0.0\"",
"org.osgi.service.log;version=\"1.3.0\"",
Modified: branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/templates_3.0/java_algorithm/OSGI-INF/component.xml
===================================================================
--- branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/templates_3.0/java_algorithm/OSGI-INF/component.xml 2008-03-12 12:52:35 UTC (rev 652)
+++ branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/templates_3.0/java_algorithm/OSGI-INF/component.xml 2008-03-12 13:26:40 UTC (rev 653)
@@ -2,8 +2,6 @@
<component name="$algFullClass$.component" immediate="false">
<implementation class="$algFullClass$Factory"/>
<properties entry="OSGI-INF/algorithm.properties"/>
- <reference name="LOG" interface="org.osgi.service.log.LogService"/>
- <reference name="MTS" interface="org.osgi.service.metatype.MetaTypeService"/>
<service>
<provide interface=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|