- Update the iPOJO Package Version to 1.1.0
- Cleanup pom files (useless dependencies)
- Re-add (??) the specification attribute in the @Requires for Collection field
- Update Notice file copyright
- Fix issue FELIX-876. Now the package from 'specification' attributes are imported also for primitive components


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@734402 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/swing-runner/NOTICE b/ipojo/junit4osgi/swing-runner/NOTICE
index b766c24..c5c6fa4 100644
--- a/ipojo/junit4osgi/swing-runner/NOTICE
+++ b/ipojo/junit4osgi/swing-runner/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix iPOJO junit4osgi Swing Runner
-Copyright 2008 The Apache Software Foundation
+Copyright 2008-2009 The Apache Software Foundation
 
 I. Included Software
 
diff --git a/ipojo/junit4osgi/swing-runner/pom.xml b/ipojo/junit4osgi/swing-runner/pom.xml
index 137e93b..d20cca0 100644
--- a/ipojo/junit4osgi/swing-runner/pom.xml
+++ b/ipojo/junit4osgi/swing-runner/pom.xml
@@ -56,7 +56,7 @@
 			<extensions>true</extensions>

 			<configuration>

 				<instructions>

-					<Bundle-Name> iPOJO OSGi Junit Runner - Swing Gui</Bundle-Name>

+					<Bundle-Name>Apache Felix iPOJO OSGi Junit Runner - Swing Gui</Bundle-Name>

 					<Bundle-SymbolicName> ${pom.artifactId}</Bundle-SymbolicName>

 					<Private-Package> org.apache.felix.ipojo.junit4osgi.command

 					</Private-Package>