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/item/fs/HRepositoryFs2.java

    r6665 r6762  
    145145        /** Lieu de stockage pour l'UdptMgr */ 
    146146        protected File fUpdtMgrFolder = null; 
     147         
     148 
     149        /** Nom du fichier wspmeta dans l'atelier. * */ 
     150        public String fNameFileWspMeta = sNameFileWspMeta; 
    147151 
    148152        /** 
     
    986990                                fFolderGeneration.hNewFolder(); 
    987991                        } 
    988                         fPathWspType = fRootWsp.hFindSource(sNameFileWspMeta); 
     992                        fPathWspType = fRootWsp.hFindSource(fNameFileWspMeta); 
    989993                } 
    990994 
     
    11851189                protected void xSaveWspType(WspType pWspType) throws Exception { 
    11861190                        // On enregistre la nouvelle version courante de l'atelier 
    1187                         OutputStream vStream = fRootWsp.hFindElemByPath(sNameFileWspMeta).hGetOutputStream(); 
     1191                        OutputStream vStream = fRootWsp.hFindElemByPath(fNameFileWspMeta).hGetOutputStream(); 
    11881192                        Writer vWriter = new OutputStreamWriter(vStream, "UTF-8"); 
    11891193                        try { 
Note: See TracChangeset for help on using the changeset viewer.