You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/01/31 07:46:44 UTC

svn commit: r1065490 - /incubator/clerezza/trunk/parent/rdf.scala.utils/pom.xml

Author: reto
Date: Mon Jan 31 06:46:44 2011
New Revision: 1065490

URL: http://svn.apache.org/viewvc?rev=1065490&view=rev
Log:
CLEREZZA-412: adapted to new artifcatId

Modified:
    incubator/clerezza/trunk/parent/rdf.scala.utils/pom.xml

Modified: incubator/clerezza/trunk/parent/rdf.scala.utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.scala.utils/pom.xml?rev=1065490&r1=1065489&r2=1065490&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/rdf.scala.utils/pom.xml (original)
+++ incubator/clerezza/trunk/parent/rdf.scala.utils/pom.xml Mon Jan 31 06:46:44 2011
@@ -85,7 +85,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Export-Package>${project.artifactId}.*</Export-Package>
+						<Export-Package>${project.groupId}.${project.artifactId}.*</Export-Package>
 					</instructions>
 				</configuration>
 			</plugin>