- 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/item/fs/HRepositoryFs2.java
r6665 r6762 145 145 /** Lieu de stockage pour l'UdptMgr */ 146 146 protected File fUpdtMgrFolder = null; 147 148 149 /** Nom du fichier wspmeta dans l'atelier. * */ 150 public String fNameFileWspMeta = sNameFileWspMeta; 147 151 148 152 /** … … 986 990 fFolderGeneration.hNewFolder(); 987 991 } 988 fPathWspType = fRootWsp.hFindSource( sNameFileWspMeta);992 fPathWspType = fRootWsp.hFindSource(fNameFileWspMeta); 989 993 } 990 994 … … 1185 1189 protected void xSaveWspType(WspType pWspType) throws Exception { 1186 1190 // On enregistre la nouvelle version courante de l'atelier 1187 OutputStream vStream = fRootWsp.hFindElemByPath( sNameFileWspMeta).hGetOutputStream();1191 OutputStream vStream = fRootWsp.hFindElemByPath(fNameFileWspMeta).hGetOutputStream(); 1188 1192 Writer vWriter = new OutputStreamWriter(vStream, "UTF-8"); 1189 1193 try {
Note: See TracChangeset
for help on using the changeset viewer.