[Castore-commits] FileCastoreOAICatalog.java 1.6 1.7
XML2dcCastoreOAICrosswalk.java 1.3 1.4 GetOAIRef.java 1.8 1.9
Stéphane Bouchet
sbouchet at adullact1.hosting.cri74.org
Mar 16 Mai 17:28:32 CEST 2006
Update of /cvsroot/castore/castore-servlets/src/java/fr/emn/castor/servlets/OAIexternalisation
In directory adullact1:/tmp/cvs-serv32359/src/java/fr/emn/castor/servlets/OAIexternalisation
Modified Files:
FileCastoreOAICatalog.java XML2dcCastoreOAICrosswalk.java
GetOAIRef.java
Log Message:
Mise en page.
Index: GetOAIRef.java
===================================================================
RCS file: /cvsroot/castore/castore-servlets/src/java/fr/emn/castor/servlets/OAIexternalisation/GetOAIRef.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GetOAIRef.java 11 May 2006 13:38:16 -0000 1.8
--- GetOAIRef.java 16 May 2006 15:28:30 -0000 1.9
***************
*** 82,86 ****
String oaiAllows = Constants.CASTOR_ALLOWS_OAI_OPTION;
! if ((docFacade.isValideForOAIExt(docId).equals(VraiFauxEnum.VRAI))
&& (oaiAllows.equals("yes"))) {
try {
--- 82,86 ----
String oaiAllows = Constants.CASTOR_ALLOWS_OAI_OPTION;
! if ((docFacade.isValideForOAIExt(docId)==VraiFauxEnum.VRAI)
&& (oaiAllows.equals("yes"))) {
try {
Index: XML2dcCastoreOAICrosswalk.java
===================================================================
RCS file: /cvsroot/castore/castore-servlets/src/java/fr/emn/castor/servlets/OAIexternalisation/XML2dcCastoreOAICrosswalk.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** XML2dcCastoreOAICrosswalk.java 21 Apr 2006 11:40:49 -0000 1.3
--- XML2dcCastoreOAICrosswalk.java 16 May 2006 15:28:30 -0000 1.4
***************
*** 47,50 ****
--- 47,51 ----
import ORG.oclc.oai.server.verb.CannotDisseminateFormatException;
+
import fr.emn.castor.documents.Facade;
Index: FileCastoreOAICatalog.java
===================================================================
RCS file: /cvsroot/castore/castore-servlets/src/java/fr/emn/castor/servlets/OAIexternalisation/FileCastoreOAICatalog.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FileCastoreOAICatalog.java 11 May 2006 13:38:16 -0000 1.6
--- FileCastoreOAICatalog.java 16 May 2006 15:28:30 -0000 1.7
***************
*** 47,50 ****
--- 47,51 ----
import ORG.oclc.oai.server.catalog.FileSystemOAICatalog;
+
import fr.emn.castor.common.Constants;
import fr.emn.castor.common.Constants.VraiFauxEnum;
***************
*** 89,94 ****
File parent = child.getParentFile();
return ((child.getName().equals("notice.xml")) && facade
! .isValideForOAIExt(parent.getName()).equals(
! VraiFauxEnum.VRAI));
//rajouter verif groupe
}
--- 90,95 ----
File parent = child.getParentFile();
return ((child.getName().equals("notice.xml")) && facade
! .isValideForOAIExt(parent.getName())==
! VraiFauxEnum.VRAI);
//rajouter verif groupe
}
Plus d'informations sur la liste de diffusion Castore-commits