Author: reto
Date: Wed Feb 9 08:41:39 2011
New Revision: 1068792
URL: http://svn.apache.org/viewvc?rev=1068792&view=rev
Log:
fixed wrong names due to artifact-renaming, export jline from
scala-compiler-bundle
Modified:
incubator/clerezza/trunk/parent/platform.launcher.tdb/pom.xml
incubator/clerezza/trunk/parent/pom.xml
incubator/clerezza/trunk/parent/rdf.core/pom.xml
incubator/clerezza/trunk/parent/utils/pom.xml
incubator/clerezza/trunk/parent/web.resources.style/pom.xml
Modified: incubator/clerezza/trunk/parent/platform.launcher.tdb/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.launcher.tdb/pom.xml?rev=1068792&r1=1068791&r2=1068792&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.launcher.tdb/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.launcher.tdb/pom.xml Wed Feb 9
08:41:39 2011
@@ -43,7 +43,7 @@
</goals>
<configuration>
<includeArtifactIds>
-
org.apache.clerezza.platform.launcher.storageless
+
platform.launcher.storageless
</includeArtifactIds>
<outputDirectory>target/extracted</outputDirectory>
<includes>**</includes>
Modified: incubator/clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1068792&r1=1068791&r2=1068792&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Wed Feb 9 08:41:39 2011
@@ -182,7 +182,7 @@
<version>2.1.0</version>
<configuration>
<instructions>
-
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
</instructions>
</configuration>
</plugin>
Modified: incubator/clerezza/trunk/parent/rdf.core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.core/pom.xml?rev=1068792&r1=1068791&r2=1068792&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/rdf.core/pom.xml (original)
+++ incubator/clerezza/trunk/parent/rdf.core/pom.xml Wed Feb 9 08:41:39 2011
@@ -73,7 +73,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
-
<Export-Package>${project.artifactId}.*</Export-Package>
+
<Export-Package>org.apache.clerezza.rdf.core.*</Export-Package>
</instructions>
</configuration>
</plugin>
Modified: incubator/clerezza/trunk/parent/utils/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/utils/pom.xml?rev=1068792&r1=1068791&r2=1068792&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/utils/pom.xml (original)
+++ incubator/clerezza/trunk/parent/utils/pom.xml Wed Feb 9 08:41:39 2011
@@ -45,7 +45,7 @@
<instructions>
<Embed-Dependency>*;scope=provided;inline=false;artifactId=!slf4j-api</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
-
<Export-Package>org.apache.commons.codec.*;version=1.4.1,${project.artifactId}.*;version=${project.version}</Export-Package>
+
<Export-Package>org.apache.commons.codec.*;version=1.4.1,org.apache.clerezza.utils.*;version=${project.version}</Export-Package>
</instructions>
</configuration>
</plugin>
Modified: incubator/clerezza/trunk/parent/web.resources.style/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/web.resources.style/pom.xml?rev=1068792&r1=1068791&r2=1068792&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/web.resources.style/pom.xml (original)
+++ incubator/clerezza/trunk/parent/web.resources.style/pom.xml Wed Feb 9
08:41:39 2011
@@ -56,7 +56,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
-
<Import-Package>org.apache.clerezza.web.resources.scripts, *</Import-Package>
+
<Import-Package>*</Import-Package>
+
<Require-Bundle>org.apache.clerezza.web.resources.scripts</Require-Bundle>
</instructions>
</configuration>
</plugin>
@@ -66,4 +67,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>