Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5247 - in branches/new-structure-with-base2/ps-mdm-ls: . conf

Subject: perfsonar development work

List archive

perfsonar: r5247 - in branches/new-structure-with-base2/ps-mdm-ls: . conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5247 - in branches/new-structure-with-base2/ps-mdm-ls: . conf
  • Date: Thu, 6 Aug 2009 04:49:08 -0400

Author: trzaszcz
Date: 2009-08-06 04:49:07 -0400 (Thu, 06 Aug 2009)
New Revision: 5247

Modified:
branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
branches/new-structure-with-base2/ps-mdm-ls/pom.xml
Log:
project name changed in pom

Modified: branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
2009-08-06 06:53:29 UTC (rev 5246)
+++ branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
2009-08-06 08:49:07 UTC (rev 5247)
@@ -163,9 +163,8 @@


<!-- default mapping -->
- <element name="*"
- mapping="org.perfsonar.base2.xml.Element"/>

+
<!-- general mappings -->
<element name="{*}message"
mapping="org.perfsonar.base2.xml.nmwg.Message"/>
@@ -181,7 +180,14 @@
mapping="org.perfsonar.base2.xml.nmwg.Parameters"/>
<element name="{*}parameter"
mapping="org.perfsonar.base2.xml.nmwg.Parameter"/>
-
+ <element name="*"
+ mapping="org.perfsonar.base2.xml.Element"/>
+
+ <!-- element name="{http://ggf.org/ns/nmwg/query/query/...}subject";
+ mapping="org.perfsonar.base2.xml.TextElement"/ -->
+
+
+
</protocolMappings>

<!--
....................................................................................
-->

Modified: branches/new-structure-with-base2/ps-mdm-ls/pom.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/pom.xml 2009-08-06 06:53:29
UTC (rev 5246)
+++ branches/new-structure-with-base2/ps-mdm-ls/pom.xml 2009-08-06 08:49:07
UTC (rev 5247)
@@ -12,11 +12,11 @@

<modelVersion>4.0.0</modelVersion>
<groupId>perfsonar</groupId>
- <artifactId>perfsonar-test-service</artifactId>
+ <artifactId>ps-mdm-ls</artifactId>
<packaging>war</packaging>
- <name>pS test service</name>
+ <name>pS mdm ls</name>
<version>4.0</version>
- <description>This is example service using the libarary
pS-base2</description>
+ <description>This is LookupService service using the libarary
pS-base2</description>
<url>http://wiki.perfsonar.net/jra1-wiki</url>
<inceptionYear>2008</inceptionYear>
<organization>



  • perfsonar: r5247 - in branches/new-structure-with-base2/ps-mdm-ls: . conf, svnlog, 08/06/2009

Archive powered by MHonArc 2.6.16.

Top of Page