You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/09/18 17:56:13 UTC

svn commit: r816688 - in /felix/trunk/sigil: eclipse/obr.feature/feature.xml sigil-defaults.properties

Author: dsavage
Date: Fri Sep 18 15:56:13 2009
New Revision: 816688

URL: http://svn.apache.org/viewvc?rev=816688&view=rev
Log:
set update site url from bnd macro (again - botched svn commit)

Modified:
    felix/trunk/sigil/eclipse/obr.feature/feature.xml
    felix/trunk/sigil/sigil-defaults.properties

Modified: felix/trunk/sigil/eclipse/obr.feature/feature.xml
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/eclipse/obr.feature/feature.xml?rev=816688&r1=816687&r2=816688&view=diff
==============================================================================
--- felix/trunk/sigil/eclipse/obr.feature/feature.xml (original)
+++ felix/trunk/sigil/eclipse/obr.feature/feature.xml Fri Sep 18 15:56:13 2009
@@ -42,7 +42,7 @@
    </license>
 
    <!--url>
-      <update url="http://replace.with.real.url"/>
+      <update url="${update-site}"/>
    </url-->
 
    <requires>
@@ -69,4 +69,4 @@
          version="${version}"
          unpack="false"/>
 
-</feature>
\ No newline at end of file
+</feature>

Modified: felix/trunk/sigil/sigil-defaults.properties
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/sigil-defaults.properties?rev=816688&r1=816687&r2=816688&view=diff
==============================================================================
--- felix/trunk/sigil/sigil-defaults.properties (original)
+++ felix/trunk/sigil/sigil-defaults.properties Fri Sep 18 15:56:13 2009
@@ -4,6 +4,7 @@
 version: 0.9.0.SNAPSHOT
 
 # Default bundle headers
+header;update-site: http://people.apache.org/~dsavage/sigil/updates-site-snapshot
 header;Bundle-Category: development
 header;Bundle-ContactAddress: http://felix.apache.org
 header;Bundle-Vendor: The Apache Software Foundation