Author: pwang
Date: 2010-10-26 13:14:20 -0700 (Tue, 26 Oct 2010)
New Revision: 22465

Modified:
   
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Rename class BasicCyProperty

Modified: 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
  2010-10-26 20:01:25 UTC (rev 22464)
+++ 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
  2010-10-26 20:14:20 UTC (rev 22465)
@@ -24,7 +24,7 @@
        <!-- Cytoscape Properties (cytoscape.props) -->
        <util:properties id="cytoscapeProperties" 
location="classpath:cytoscape.props" />
        
-       <bean id="cyMainProps" class="org.cytoscape.property.DefaultCyProperty">
+       <bean id="cyMainProps" class="org.cytoscape.property.BasicCyProperty">
                <constructor-arg ref="cytoscapeProperties" />
        </bean>
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to