Author: bblfish
Date: Wed May 4 14:51:54 2011
New Revision: 1099471
URL: http://svn.apache.org/viewvc?rev=1099471&view=rev
Log:
pom changes to get to compile correctly. The EasyGraph class had initially been
in the main rdf.scala.utils package, but I had decided last minute to move it
here, so that people could consider it more carefully first. But that move
requires a pom change
Modified:
incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml
Modified: incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml?rev=1099471&r1=1099470&r2=1099471&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml
(original)
+++ incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml Wed
May 4 14:51:54 2011
@@ -117,7 +117,6 @@
</execution>
</executions>
<configuration>
-
<scalaVersion>${scala.version}</scalaVersion>
<charset>UTF-8</charset>
<!-- <args>
<arg>-target:jvm-1.5</arg>
@@ -130,6 +129,7 @@
<configuration>
<instructions>
<Service-Component>OSGI-INF/serviceComponents.xml</Service-Component>
+
<Private-Package>org.apache.clerezza.rdf.scala.utils.*</Private-Package>
<Export-Package>org.apache.clerezza.foafssl.test.*</Export-Package>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
</instructions>