[Castore-commits] Converter.java 1.2.2.3 1.2.2.4 TransFilesParser.java 1.3.2.3 1.3.2.4 OOInputStream.java 1.1.2.5 1.1.2.6 ConverterThread.java 1.4.2.6 1.4.2.7 OOOutputStream.java 1.1.2.2 1.1.2.3

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Lun 6 Mar 17:11:18 CET 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/retro
In directory adullact1:/tmp/cvs-serv6459/src/java/fr/emn/castor/documents/retro

Modified Files:
      Tag: v1_1_branch
	Converter.java TransFilesParser.java OOInputStream.java 
	ConverterThread.java OOOutputStream.java 
Log Message:
Mise en page

Index: TransFilesParser.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/retro/TransFilesParser.java,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -d -r1.3.2.3 -r1.3.2.4
*** TransFilesParser.java	6 Mar 2006 11:14:18 -0000	1.3.2.3
--- TransFilesParser.java	6 Mar 2006 16:11:16 -0000	1.3.2.4
***************
*** 79,83 ****
      private static Log log = LogFactory.getLog(TransFilesParser.class);
  
!     public TransFilesParser (final String file) {
          this.s4sFilesDetails = new ArrayList();
  
--- 79,83 ----
      private static Log log = LogFactory.getLog(TransFilesParser.class);
  
!     public TransFilesParser(final String file) {
          this.s4sFilesDetails = new ArrayList();
  

Index: OOOutputStream.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/retro/Attic/OOOutputStream.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** OOOutputStream.java	6 Mar 2006 11:13:49 -0000	1.1.2.2
--- OOOutputStream.java	6 Mar 2006 16:11:16 -0000	1.1.2.3
***************
*** 69,73 ****
       * @throws FileNotFoundException
       */
!     public OOOutputStream (File fichier) throws FileNotFoundException {
          super(fichier);
      }
--- 69,73 ----
       * @throws FileNotFoundException
       */
!     public OOOutputStream(File fichier) throws FileNotFoundException {
          super(fichier);
      }

Index: Converter.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/retro/Converter.java,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -d -r1.2.2.3 -r1.2.2.4
*** Converter.java	20 Jan 2006 10:41:06 -0000	1.2.2.3
--- Converter.java	6 Mar 2006 16:11:16 -0000	1.2.2.4
***************
*** 76,80 ****
       * Constructeur.
       */
!     private Converter () {
          this.fonds = Fonds.getInstance();
          // création de la Map contenant les extensions lisibles par OOo
--- 76,80 ----
       * Constructeur.
       */
!     private Converter() {
          this.fonds = Fonds.getInstance();
          // création de la Map contenant les extensions lisibles par OOo

Index: ConverterThread.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/retro/ConverterThread.java,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -C2 -d -r1.4.2.6 -r1.4.2.7
*** ConverterThread.java	6 Mar 2006 11:12:31 -0000	1.4.2.6
--- ConverterThread.java	6 Mar 2006 16:11:16 -0000	1.4.2.7
***************
*** 90,94 ****
       * @param fsUsed la feuille de style a utiliser lors de la retro-convertion.
       */
!     public ConverterThread (final String idDoc, final String format,
              final String fsUsed) {
          super("ConverterThread-" + idDoc);
--- 90,94 ----
       * @param fsUsed la feuille de style a utiliser lors de la retro-convertion.
       */
!     public ConverterThread(final String idDoc, final String format,
              final String fsUsed) {
          super("ConverterThread-" + idDoc);

Index: OOInputStream.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/retro/OOInputStream.java,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** OOInputStream.java	6 Mar 2006 11:13:49 -0000	1.1.2.5
--- OOInputStream.java	6 Mar 2006 16:11:16 -0000	1.1.2.6
***************
*** 75,79 ****
       * @throws FileNotFoundException
       */
!     public OOInputStream (File fichier) throws FileNotFoundException {
          super(fichier);
          this.fichier = fichier;
--- 75,79 ----
       * @throws FileNotFoundException
       */
!     public OOInputStream(File fichier) throws FileNotFoundException {
          super(fichier);
          this.fichier = fichier;




Plus d'informations sur la liste de diffusion Castore-commits