- added single value attributes into JPIS configuration
authorJiří Filipovič <fila@ics.muni.cz>
Fri, 23 May 2008 12:55:55 +0000 (12:55 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Fri, 23 May 2008 12:55:55 +0000 (12:55 +0000)
- fixed dependences in Makefile

org.glite.jp.ws-interface/Makefile
org.glite.jp.ws-interface/src/JobProvenanceIS.xml

index 2a2121a..6463300 100644 (file)
@@ -59,5 +59,5 @@ JobProvenance.html: doc.xml JobProvenancePS.xml JobProvenanceIS.xml JobProvenanc
        -${XMLLINT} --valid --noout doc-html.xml
        -${TIDY} -asxhtml -m $@
 
-jpdev.xml: jpdev.xml.sh
+jpdev.xml: jpdev.xml.sh JobProvenancePS.xml JobProvenanceIS.xml JobProvenanceTypes.xml
        ${top_srcdir}/src/jpdev.sh $< > $@
index 0a62af8..4ecae0e 100644 (file)
@@ -91,6 +91,9 @@
                         <output name="indexedAttrs" type="xsd:string" list="yes">
                                 List of indexed attributes which will JPPS send to JPIS.
                         </output>
+                       <output name="singlevalAttrs" type="xsd:string" list="yes">
+                                List of indexed single value attributes which will JPPS send to JPIS.
+                        </output>
                         <output name="plugins" type="xsd:string" optional="yes" list="yes">
                                 List of type plugins.
                         </output>