Ignore:
Timestamp:
10/03/06 19:13:02 (6 years ago)
Author:
sys
Message:

Paramétrage du nom du fichier ".wspmeta" dans un atelier -> pour univers test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_BDP_FS/com/scenari/m/bdp/service/repos/fs2/HServiceLoaderReposFs2.java

    r1700 r6762  
    7777     */ 
    7878    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"; 
    7982 
    8083    /** . */ 
     
    155158        } 
    156159 
     160        // 
     161        else if (TAG_WSPMEATFILEPATH.equals(pLocalName)) { 
     162            ((WServiceReposFs2)fCurrentService).fPathWspMeta = xNewDonnee(pAttributes); 
     163        } 
     164 
    157165        //On traite les tags génériques. 
    158166        else { 
Note: See TracChangeset for help on using the changeset viewer.