[Castore-commits] defaultWorkflow.xml 1.2 1.3 studentWorkflow.xml 1.2 1.3 castoreWorkflow.xsd 1.1 1.2

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Mer 28 Juin 18:37:38 CEST 2006


Update of /cvsroot/castore/castore-core/src/data/workflows
In directory adullact1:/tmp/cvs-serv29874/src/data/workflows

Modified Files:
	defaultWorkflow.xml studentWorkflow.xml castoreWorkflow.xsd 
Log Message:
modification du nom de l'attribut si l'etape de soumission est obligatoire ou non

Index: castoreWorkflow.xsd
===================================================================
RCS file: /cvsroot/castore/castore-core/src/data/workflows/castoreWorkflow.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** castoreWorkflow.xsd	19 Apr 2006 12:55:32 -0000	1.1
--- castoreWorkflow.xsd	28 Jun 2006 16:37:36 -0000	1.2
***************
*** 43,50 ****
  
  	<xsd:attributeGroup name="soumissionAttributes">
! 		<xsd:attribute name="optional" type="xsd:boolean">
  			<xsd:annotation>
  				<xsd:documentation>
! 					Demande si cette etape est optionnelle ou non
  				</xsd:documentation>
  			</xsd:annotation>
--- 43,50 ----
  
  	<xsd:attributeGroup name="soumissionAttributes">
! 		<xsd:attribute name="mandatory" type="xsd:boolean">
  			<xsd:annotation>
  				<xsd:documentation>
! 					Demande si cette etape est obligatoire ou non
  				</xsd:documentation>
  			</xsd:annotation>
***************
*** 54,58 ****
  				<xsd:documentation>
  					Valeur par defaut utilisee si l'etape est
! 					optionnelle
  				</xsd:documentation>
  			</xsd:annotation>
--- 54,58 ----
  				<xsd:documentation>
  					Valeur par defaut utilisee si l'etape est
! 					optionnelle (mandatory = false)
  				</xsd:documentation>
  			</xsd:annotation>

Index: studentWorkflow.xml
===================================================================
RCS file: /cvsroot/castore/castore-core/src/data/workflows/studentWorkflow.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** studentWorkflow.xml	19 Apr 2006 12:55:32 -0000	1.2
--- studentWorkflow.xml	28 Jun 2006 16:37:36 -0000	1.3
***************
*** 49,54 ****
  	xsi:noNamespaceSchemaLocation="castoreWorkflow.xsd">
  	<soumissionStep number="0">
! 		<license defaultValue="" optional="false" />
! 		<diffusion defaultValue="" optional="false" />
  	</soumissionStep>
  	<validationStep number="1" what="content" who="metadataLink" whoId="contributor_director"/>
--- 49,54 ----
  	xsi:noNamespaceSchemaLocation="castoreWorkflow.xsd">
  	<soumissionStep number="0">
! 		<license defaultValue="" mandatory="false" />
! 		<diffusion defaultValue="" mandatory="false" />
  	</soumissionStep>
  	<validationStep number="1" what="content" who="metadataLink" whoId="contributor_director"/>

Index: defaultWorkflow.xml
===================================================================
RCS file: /cvsroot/castore/castore-core/src/data/workflows/defaultWorkflow.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** defaultWorkflow.xml	19 Apr 2006 12:55:32 -0000	1.2
--- defaultWorkflow.xml	28 Jun 2006 16:37:36 -0000	1.3
***************
*** 50,55 ****
  	xsi:noNamespaceSchemaLocation="castoreWorkflow.xsd">
  	<soumissionStep number="0">
! 		<license defaultValue="" optional="false" />
! 		<diffusion defaultValue="" optional="false" />
  	</soumissionStep>
  	<validationStep number="1" what="content" who="profile"
--- 50,55 ----
  	xsi:noNamespaceSchemaLocation="castoreWorkflow.xsd">
  	<soumissionStep number="0">
! 		<license defaultValue="" mandatory="true" />
! 		<diffusion defaultValue="" mandatory="true" />
  	</soumissionStep>
  	<validationStep number="1" what="content" who="profile"




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