- Timestamp:
- 10/03/06 19:13:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_BDP_FS/com/scenari/m/bdp/service/repos/fs2/HServiceLoaderReposFs2.java
r1700 r6762 77 77 */ 78 78 public static final String TAG_CHECK_UPDATES_ITEMS = "checkUpdateItems"; 79 80 /** TAG : Chemin d'accès au fichier .wspmeta dans l'atelier (".wspmeta" par défaut). */ 81 public static final String TAG_WSPMEATFILEPATH = "wspmetaFilePath"; 79 82 80 83 /** . */ … … 155 158 } 156 159 160 // 161 else if (TAG_WSPMEATFILEPATH.equals(pLocalName)) { 162 ((WServiceReposFs2)fCurrentService).fPathWspMeta = xNewDonnee(pAttributes); 163 } 164 157 165 //On traite les tags génériques. 158 166 else {
Note: See TracChangeset
for help on using the changeset viewer.