[Castore-commits] Famille.java 1.2.2.1 1.2.2.2 MesListes.java
1.1.2.1 1.1.2.2 Metadonnee.java 1.1.2.1 1.1.2.2
ParserTypeDoc.java 1.2.2.2 1.2.2.3
Stéphane Bouchet
sbouchet at adullact1.hosting.cri74.org
Lun 6 Mar 16:58:57 CET 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/admin/gestionTypeDoc
In directory adullact1:/tmp/cvs-serv29373/src/java/fr/emn/castor/admin/gestionTypeDoc
Modified Files:
Tag: v1_1_branch
Famille.java MesListes.java Metadonnee.java ParserTypeDoc.java
Log Message:
Mise en page
Index: MesListes.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/admin/gestionTypeDoc/MesListes.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** MesListes.java 24 Nov 2005 14:30:05 -0000 1.1.2.1
--- MesListes.java 6 Mar 2006 15:58:54 -0000 1.1.2.2
***************
*** 61,65 ****
* @param Liste liste
*/
! public MesListes(String nomListe, List liste) {
this.nomListe = nomListe;
this.liste = liste;
--- 61,65 ----
* @param Liste liste
*/
! public MesListes (String nomListe, List liste) {
this.nomListe = nomListe;
this.liste = liste;
Index: Metadonnee.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/admin/gestionTypeDoc/Metadonnee.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Metadonnee.java 24 Nov 2005 14:30:05 -0000 1.1.2.1
--- Metadonnee.java 6 Mar 2006 15:58:54 -0000 1.1.2.2
***************
*** 111,115 ****
*
*/
! public Metadonnee() {
/* Attention : il faut 1 identifiant unique pour chaque métadonnée */
this.idMeta = intitule + new Date().toString();
--- 111,115 ----
*
*/
! public Metadonnee () {
/* Attention : il faut 1 identifiant unique pour chaque métadonnée */
this.idMeta = intitule + new Date().toString();
***************
*** 137,145 ****
* @param isEditable
*/
! public Metadonnee(String intitule, String eqDc, String typeDc,
! String commentaire, String aide, String formatAide, boolean isList,
! String nomListe, String typeDonneeAttendue, boolean isObligatoire,
! String visibleFor, boolean isMultiple, boolean isSearch,
! boolean isLink, boolean isEditable) {
this.idMeta = intitule + new Date().toString();
compteur = compteur + 1;
--- 137,145 ----
* @param isEditable
*/
! public Metadonnee (String intitule, String eqDc, String typeDc,
! String commentaire, String aide, String formatAide,
! boolean isList, String nomListe, String typeDonneeAttendue,
! boolean isObligatoire, String visibleFor, boolean isMultiple,
! boolean isSearch, boolean isLink, boolean isEditable) {
this.idMeta = intitule + new Date().toString();
compteur = compteur + 1;
Index: Famille.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/admin/gestionTypeDoc/Famille.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** Famille.java 24 Nov 2005 14:30:05 -0000 1.2.2.1
--- Famille.java 6 Mar 2006 15:58:54 -0000 1.2.2.2
***************
*** 88,92 ****
*
*/
! public Famille() {
/* Constructeur a utilisé quand on crée un objet dans l'applet */
this.idFamille = nom + new Date().toString();
--- 88,92 ----
*
*/
! public Famille () {
/* Constructeur a utilisé quand on crée un objet dans l'applet */
this.idFamille = nom + new Date().toString();
Index: ParserTypeDoc.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/admin/gestionTypeDoc/ParserTypeDoc.java,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** ParserTypeDoc.java 6 Mar 2006 10:18:49 -0000 1.2.2.2
--- ParserTypeDoc.java 6 Mar 2006 15:58:55 -0000 1.2.2.3
***************
*** 50,56 ****
import javax.xml.parsers.FactoryConfigurationError;
- import javax.xml.parsers.ParserConfigurationException;
- import javax.xml.parsers.SAXParser;
- import javax.xml.parsers.SAXParserFactory;
import org.apache.commons.logging.Log;
--- 50,53 ----
Plus d'informations sur la liste de diffusion Castore-commits