Advertisement
Guest User

WWW2 content.xml

a guest
Feb 2nd, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.96 KB | None | 0 0
  1.     <unit id='example-feature.feature.group' version='0.1.0.201202012235' singleton='false'>
  2.       <update id='example-feature.feature.group' range='[0.0.0,0.1.0.201202012235)' severity='0'/>
  3.       <properties size='12'>
  4.         <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
  5.         <property name='org.eclipse.equinox.p2.description' value='%description'/>
  6.         <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
  7.         <property name='org.eclipse.equinox.p2.type.group' value='true'/>
  8.         <property name='maven-groupId' value='example.group'/>
  9.         <property name='maven-artifactId' value='example-feature'/>
  10.         <property name='maven-version' value='0.1.0-SNAPSHOT'/>
  11.         <property name='df_LT.featureName' value='Example Feature'/>
  12.         <property name='df_LT.providerName' value='Eclipse.org'/>
  13.         <property name='df_LT.description' value='Tycho Example Feature'/>
  14.         <property name='df_LT.copyright' value='Copyright (c) 2010, 2011 SAP AG and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html'/>
  15.         <property name='df_LT.license' value='...'/>
  16.       </properties>
  17.       <provides size='2'>
  18.         <provided namespace='org.eclipse.equinox.p2.iu' name='example-feature.feature.group' version='0.1.0.201202012235'/>
  19.         <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
  20.       </provides>
  21.       <requires size='5'>
  22.         <required namespace='org.eclipse.equinox.p2.iu' name='example-bundle' range='[0.1.0.201202012235,0.1.0.201202012235]'/>
  23.         <required namespace='org.eclipse.equinox.p2.iu' name='example-feature.feature.jar' range='[0.1.0.201202012235,0.1.0.201202012235]'>
  24.           <filter>
  25.             (org.eclipse.update.install.features=true)
  26.           </filter>
  27.         </required>
  28.         <required namespace='org.eclipse.equinox.p2.iu' name='example-feature_root.win32.win32.x86' range='[0.1.0.201202012235,0.1.0.201202012235]'>
  29.           <filter>
  30.             (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
  31.           </filter>
  32.         </required>
  33.         <required namespace='org.eclipse.equinox.p2.iu' name='example-feature_root' range='[0.1.0.201202012235,0.1.0.201202012235]'/>
  34.         <required namespace='org.eclipse.equinox.p2.iu' name='example-feature_root.gtk.linux.x86' range='[0.1.0.201202012235,0.1.0.201202012235]'>
  35.           <filter>
  36.             (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
  37.           </filter>
  38.         </required>
  39.       </requires>
  40.       <touchpoint id='null' version='0.0.0'/>
  41.       <licenses size='1'>
  42.         <license uri='%25licenseURL' url='%25licenseURL'>
  43.           %license
  44.         </license>
  45.       </licenses>
  46.       <copyright>
  47.         %copyright
  48.       </copyright>
  49.     </unit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement