|
From: Logs S. c. messages. <gvs...@li...> - 2013-11-23 15:22:47
|
Revision: 1064
http://sourceforge.net/p/gvsigce/code/1064
Author: benducke
Date: 2013-11-23 15:22:41 +0000 (Sat, 23 Nov 2013)
Log Message:
-----------
Pass "-DexpFeatures" to the JVM to enable experimental features in gvSIG CE (made expFeaturesEnabled() a static method).
Modified Paths:
--------------
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Version.java
Modified: trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Version.java
===================================================================
--- trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Version.java 2013-11-23 15:18:20 UTC (rev 1063)
+++ trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Version.java 2013-11-23 15:22:41 UTC (rev 1064)
@@ -150,7 +150,7 @@
* Experimental features can be enabled by setting "-DexpFeatures" to any value when
* starting the JVM.
*/
- public boolean expFeaturesEnabled() {
+ public static boolean expFeaturesEnabled() {
String gvsig_exp_features = System.getProperty("gvSIG.expFeatures");
if ( gvsig_exp_features != null ) {
return true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|