]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/views.xml
Ignore MANIFESTs
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / META-INF / spring / views.xml
index cd31b7bb6b464ba38be6749c47fd84bfeefe625c..5b93dc562202eedc68438feff0a5697f55c9d0a0 100644 (file)
        <bean id="queryArtifactsForm" class="org.argeo.slc.client.ui.dist.views.QueryArtifactsForm"
                scope="prototype">
                <property name="session" ref="slcSession" />
+               <property name="columnProperties">
+                       <list>
+                               <value>slc:artifactVersion.jcr:uuid</value>
+                               <value>slc:artifactVersion.slc:groupId</value>
+                               <value>slc:artifactVersion.slc:artifactId</value>
+                               <value>slc:artifactVersion.slc:artifactVersion</value>
+                       </list>
+               </property>
        </bean>
        <bean id="queryBundlesForm" class="org.argeo.slc.client.ui.dist.views.QueryBundlesForm"
                scope="prototype">
                <property name="session" ref="slcSession" />
+               <property name="columnProperties">
+                       <list>
+                               <value>slc:artifactVersion.jcr:uuid</value>
+                               <value>slc:bundleArtifact.slc:symbolic-name</value>
+                               <value>slc:artifactVersion.slc:groupId</value>
+                               <value>slc:bundleArtifact.slc:bundle-version</value>
+                               <!-- <value>slc:bundleArtifact.slc:Fragment-Host</value> -->
+                       </list>
+               </property>
        </bean>
 
        <bean id="queryArtifactsText" class="org.argeo.slc.client.ui.dist.views.QueryArtifactsText"
                scope="prototype">
                <property name="session" ref="slcSession" />
        </bean>
-
-       <util:list id="columnProperties" scope="prototype">
-               <util:constant static-field="org.argeo.slc.jcr.SlcNames.SLC_ARTIFACT_ID" />
-               <util:constant static-field="org.argeo.slc.jcr.SlcNames.SLC_GROUP_ID" />
-               <util:constant static-field="org.argeo.slc.jcr.SlcNames.SLC_ARTIFACT_VERSION" />
-               <util:constant static-field="org.argeo.slc.jcr.SlcNames.SLC_ARTIFACT_EXTENSION" />
-               <util:constant static-field="org.argeo.slc.jcr.SlcNames.SLC_ARTIFACT_CLASSIFIER" />
-       </util:list>
 </beans>