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:55:09 UTC

svn commit: r816687 - /felix/trunk/sigil/eclipse/core.feature/feature.xml

Author: dsavage
Date: Fri Sep 18 15:55:09 2009
New Revision: 816687

URL: http://svn.apache.org/viewvc?rev=816687&view=rev
Log:
set update site url from preprocessed variable

Modified:
    felix/trunk/sigil/eclipse/core.feature/feature.xml

Modified: felix/trunk/sigil/eclipse/core.feature/feature.xml
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/eclipse/core.feature/feature.xml?rev=816687&r1=816686&r2=816687&view=diff
==============================================================================
--- felix/trunk/sigil/eclipse/core.feature/feature.xml (original)
+++ felix/trunk/sigil/eclipse/core.feature/feature.xml Fri Sep 18 15:55:09 2009
@@ -41,9 +41,9 @@
 limitations under the License.
    </license>
 
-   <!--url>
-      <update url="http://replace.with.real.url"/>
-   </url-->
+   <url>
+      <update url="${update-site}"/>
+   </url>
 
    <requires>
       <import plugin="org.eclipse.ant.core"/>