Changeset 54075 in spip-zone
- Timestamp:
- Nov 6, 2011, 9:46:56 AM (9 years ago)
- Location:
- _plugins_/gmapmxn/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gmapmxn/trunk/gmapmxn_options.php
r54062 r54075 3 3 // Path de la librairie mxn 4 4 if (!defined('_DIR_LIB')) define('_DIR_LIB', _DIR_RACINE . 'lib/'); 5 define('_DIR_LIB_MXN', _DIR_LIB.' mxn-2.0.17/');5 define('_DIR_LIB_MXN', _DIR_LIB.'h12833bc5-mxn-2.0.17/'); 6 6 7 7 ?> -
_plugins_/gmapmxn/trunk/plugin.xml
r54062 r54075 28 28 <necessite id="SPIP" version="[2.0.9;2.1.99]" /> 29 29 <necessite id="gmap" version="[0.1.3;0.1.99]" /> 30 <necessite id="lib: mxn-2.0.17" src="http://github.com/downloads/mapstraction/mxn/mxn-2.0.17.zip" />30 <necessite id="lib:h12833bc5-mxn-2.0.17" src="http://github.com/downloads/mapstraction/mxn/mxn-2.0.17.zip" /> 31 31 32 32 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.