Author: lenzi
Date: Fri Aug 24 15:56:25 2007
New Revision: 569555

URL: http://svn.apache.org/viewvc?rev=569555&view=rev
Log:
Trying to fix compilation issure arose by missing repository for 
artificat

Modified:
    felix/trunk/upnp.basedriver/pom.xml
    felix/trunk/upnp.extra/pom.xml
    felix/trunk/upnp.sample.binaryLight/pom.xml
    felix/trunk/upnp.sample.clock/pom.xml

Modified: felix/trunk/upnp.basedriver/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/upnp.basedriver/pom.xml?rev=569555&r1=569554&r2=569555&view=diff
==============================================================================
--- felix/trunk/upnp.basedriver/pom.xml (original)
+++ felix/trunk/upnp.basedriver/pom.xml Fri Aug 24 15:56:25 2007
@@ -15,9 +15,16 @@
   <repositories>
     <!-- For snapshots (no release jars or non-apache jars)           -->
     <repository>
-      <id>cgupnpjava.sourceforge.net</id>
+      <id>snapshot.cgupnpjava.sourceforge.net</id>
       <name>CyberLink for Java repository</name>
       <url>http://cgupnpjava.sourceforge.net/snapshots-repository/</url>
+      <releases><enabled>false</enabled></releases>
+    </repository>
+    <repository>
+      <id>cgupnpjava.sourceforge.net</id>
+      <name>CyberLink for Java repository</name>
+      <url>http://cgupnpjava.sourceforge.net/repository/</url>
+      <snapshot><enabled>false</enabled></snapshot>
     </repository>
   </repositories>   <!-- <url>http://maven.apache.org</url> -->
   <dependencies>
@@ -57,7 +64,6 @@
             <Bundle-Name>${pom.name}</Bundle-Name>
             
<Bundle-Activator>org.apache.felix.upnp.basedriver.Activator</Bundle-Activator>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <[EMAIL 
PROTECTED]>,Francesco Furfari <[EMAIL PROTECTED]>,Stefano "Kismet" Lenzi 
<[EMAIL PROTECTED]>]]></Bundle-Author>
             <Bundle-Description>
                        A Bundle implementation of the UPnP Service 
Specification R4

Modified: felix/trunk/upnp.extra/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/upnp.extra/pom.xml?rev=569555&r1=569554&r2=569555&view=diff
==============================================================================
--- felix/trunk/upnp.extra/pom.xml (original)
+++ felix/trunk/upnp.extra/pom.xml Fri Aug 24 15:56:25 2007
@@ -32,7 +32,6 @@
           <instructions>
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <[EMAIL 
PROTECTED]>,Francesco Furfari <[EMAIL PROTECTED]>,Stefano "Kismet" Lenzi 
<[EMAIL PROTECTED]>]]></Bundle-Author>
             <Bundle-Description>
                        A library used to extend the integration between UPnP 
and OSGi that is not part of the standard. Also services that allow to change 
the beahviour of the UPnP Base Driver

Modified: felix/trunk/upnp.sample.binaryLight/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/upnp.sample.binaryLight/pom.xml?rev=569555&r1=569554&r2=569555&view=diff
==============================================================================
--- felix/trunk/upnp.sample.binaryLight/pom.xml (original)
+++ felix/trunk/upnp.sample.binaryLight/pom.xml Fri Aug 24 15:56:25 2007
@@ -44,7 +44,6 @@
           <instructions>
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <[EMAIL 
PROTECTED]>,Francesco Furfari <[EMAIL PROTECTED]>,Stefano "Kismet" Lenzi 
<[EMAIL PROTECTED]>]]></Bundle-Author>
             <Bundle-Description>
                        Standardized BinaryLight DCPs to test UPnP Base Driver

Modified: felix/trunk/upnp.sample.clock/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/upnp.sample.clock/pom.xml?rev=569555&r1=569554&r2=569555&view=diff
==============================================================================
--- felix/trunk/upnp.sample.clock/pom.xml (original)
+++ felix/trunk/upnp.sample.clock/pom.xml Fri Aug 24 15:56:25 2007
@@ -38,7 +38,6 @@
           <instructions>
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <[EMAIL 
PROTECTED]>,Francesco Furfari <[EMAIL PROTECTED]>,Stefano "Kismet" Lenzi 
<[EMAIL PROTECTED]>]]></Bundle-Author>
             <Bundle-Description>
                        CyberLink Clock clone to test UPnPBase driver


Reply via email to