You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by to...@apache.org on 2010/01/01 16:52:45 UTC

svn commit: r895028 - in /incubator/ace/trunk: ace-log-servlet/pom.xml ace-log-store/pom.xml ace-log-task/pom.xml

Author: tonit
Date: Fri Jan  1 15:52:45 2010
New Revision: 895028

URL: http://svn.apache.org/viewvc?rev=895028&view=rev
Log:
ACE-62 fixed symbolicnames so verification tool can match up correctly against ant build reference

Modified:
    incubator/ace/trunk/ace-log-servlet/pom.xml
    incubator/ace/trunk/ace-log-store/pom.xml
    incubator/ace/trunk/ace-log-task/pom.xml

Modified: incubator/ace/trunk/ace-log-servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-servlet/pom.xml?rev=895028&r1=895027&r2=895028&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log-servlet/pom.xml (original)
+++ incubator/ace/trunk/ace-log-servlet/pom.xml Fri Jan  1 15:52:45 2010
@@ -36,7 +36,7 @@
     <name>Apache ACE - Log Servlet</name>
     
     <properties>
-        <bundle.symbolicName>${namespace}.log.servlet</bundle.symbolicName>
+        <bundle.symbolicName>${namespace}.server.log.servlet</bundle.symbolicName>
         <bundle.namespace>${namespace}.server.log.servlet</bundle.namespace>
     </properties>
 

Modified: incubator/ace/trunk/ace-log-store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-store/pom.xml?rev=895028&r1=895027&r2=895028&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log-store/pom.xml (original)
+++ incubator/ace/trunk/ace-log-store/pom.xml Fri Jan  1 15:52:45 2010
@@ -36,7 +36,7 @@
     <name>Apache ACE - Log Store</name>
     
     <properties>
-        <bundle.symbolicName>${namespace}.log.store</bundle.symbolicName>
+        <bundle.symbolicName>${namespace}.server.log.store</bundle.symbolicName>
         <bundle.namespace>${namespace}.server.log.store</bundle.namespace>
     </properties>
 

Modified: incubator/ace/trunk/ace-log-task/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-task/pom.xml?rev=895028&r1=895027&r2=895028&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log-task/pom.xml (original)
+++ incubator/ace/trunk/ace-log-task/pom.xml Fri Jan  1 15:52:45 2010
@@ -36,7 +36,7 @@
     <name>Apache ACE - Log Store</name>
 
     <properties>
-        <bundle.symbolicName>${namespace}.log.task</bundle.symbolicName>
+        <bundle.symbolicName>${namespace}.server.log.task</bundle.symbolicName>
         <bundle.namespace>${namespace}.server.log.task</bundle.namespace>
     </properties>