Support for library definitions (libd)
---------------------------------------
Key: PAXCONSTRUCT-123
URL: http://issues.ops4j.org/browse/PAXCONSTRUCT-123
Project: Pax Construct
Issue Type: New Feature
Reporter: Leen Toelen
Assignee:
The Springsource Enterprise Bundle repository has a concept of a library
definition (http://www.springsource.com/repository/app/library).
In maven the spring library dependency would become.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.spring-library</artifactId>
<type>libd</type>
<version>2.5.6.SEC01</version>
</dependency>
Which points to
http://repository.springsource.com/ivy/libraries/release/org.springframework/org.springframework.spring-library/2.5.6.SEC01/org.springframework.spring-library-2.5.6.SEC01.libd
Library-SymbolicName: org.springframework.spring
Library-Version: 2.5.6.SEC01
Library-Name: Spring Framework
Import-Bundle:
org.springframework.aop;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.aspects;version="[2.5.6.SEC01,
2.5.6.SEC01]";import-scope:=application,
org.springframework.beans;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.context;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.context.support;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.core;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.jdbc;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.jms;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.orm;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.transaction;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.web;version="[2.5.6.SEC01, 2.5.6.SEC01]",
org.springframework.web.servlet;version="[2.5.6.SEC01, 2.5.6.SEC01]",
com.springsource.org.aopalliance;version="[1.0.0, 1.0.0]"
Pax construct skips these definitions as non-bundle artifacts, but it would be
very convenient to re-use the maven dependencies in pax construct without a
fallback to the corresponding profiles.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general