Author: nickboldt
Date: 2011-12-02 19:12:19 -0500 (Fri, 02 Dec 2011)
New Revision: 36908
Modified:
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
Log:
fix missing missing dep - add org.jboss.tools.community.project.examples.feature as
dependency of org.jboss.tools.community.central.feature (JBIDE-10321)
Modified: trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
===================================================================
---
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml 2011-12-02
23:56:43 UTC (rev 36907)
+++
trunk/central/features/org.jboss.tools.community.central.feature/feature.xml 2011-12-03
00:12:19 UTC (rev 36908)
@@ -1,27 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.community.central.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.community.central">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <plugin
- id="org.jboss.tools.community.central"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.community.central.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.jboss.tools.community.central">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import feature="org.jboss.tools.community.project.examples.feature"
version="1.2.1.qualifier" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.jboss.tools.community.central"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Show replies by date