[savara-commits] savara SVN: r375 - in trunk/tools: features/org.jboss.savara.experimental.feature and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 27 08:14:55 EDT 2010


Author: objectiser
Date: 2010-08-27 08:14:55 -0400 (Fri, 27 Aug 2010)
New Revision: 375

Added:
   trunk/tools/features/org.jboss.savara.tools.feature/
Removed:
   trunk/tools/features/org.jboss.savara.feature/
Modified:
   trunk/tools/features/org.jboss.savara.experimental.feature/feature.xml
   trunk/tools/features/org.jboss.savara.tools.feature/feature.xml
   trunk/tools/features/org.jboss.savara.tools.feature/pom.xml
   trunk/tools/features/pom.xml
   trunk/tools/site/site.xml
Log:
Revert the feature back to the old name so that it will override the plugins from savara 1.0.0.

Modified: trunk/tools/features/org.jboss.savara.experimental.feature/feature.xml
===================================================================
--- trunk/tools/features/org.jboss.savara.experimental.feature/feature.xml	2010-08-27 11:38:42 UTC (rev 374)
+++ trunk/tools/features/org.jboss.savara.experimental.feature/feature.xml	2010-08-27 12:14:55 UTC (rev 375)
@@ -175,7 +175,7 @@
    </license>
 
    <requires>
-      <import feature="org.jboss.savara.feature"/>
+      <import feature="org.jboss.savara.tools.feature"/>
    </requires>
 
    <plugin

Copied: trunk/tools/features/org.jboss.savara.tools.feature (from rev 373, trunk/tools/features/org.jboss.savara.feature)

Modified: trunk/tools/features/org.jboss.savara.tools.feature/feature.xml
===================================================================
--- trunk/tools/features/org.jboss.savara.feature/feature.xml	2010-08-27 10:20:28 UTC (rev 373)
+++ trunk/tools/features/org.jboss.savara.tools.feature/feature.xml	2010-08-27 12:14:55 UTC (rev 375)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
-      id="org.jboss.savara.feature"
-      label="JBoss SAVARA Feature"
+      id="org.jboss.savara.tools.feature"
+      label="JBoss SAVARA Tools Feature"
       version="1.1.0.qualifier"
       provider-name="www.jboss.org">
 

Modified: trunk/tools/features/org.jboss.savara.tools.feature/pom.xml
===================================================================
--- trunk/tools/features/org.jboss.savara.feature/pom.xml	2010-08-27 10:20:28 UTC (rev 373)
+++ trunk/tools/features/org.jboss.savara.tools.feature/pom.xml	2010-08-27 12:14:55 UTC (rev 375)
@@ -2,7 +2,7 @@
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion> 
 	<groupId>org.jboss.savara.tools</groupId>
-	<artifactId>org.jboss.savara.feature</artifactId> 
+	<artifactId>org.jboss.savara.tools.feature</artifactId> 
 	<version>1.1.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 	<name>Savara::Tools::Features::SavaraTools</name>

Modified: trunk/tools/features/pom.xml
===================================================================
--- trunk/tools/features/pom.xml	2010-08-27 11:38:42 UTC (rev 374)
+++ trunk/tools/features/pom.xml	2010-08-27 12:14:55 UTC (rev 375)
@@ -15,7 +15,7 @@
 
 	<modules>
 		<module>org.scribble.protocol.feature</module>
-		<module>org.jboss.savara.feature</module>
+		<module>org.jboss.savara.tools.feature</module>
 		<module>org.jboss.savara.experimental.feature</module>
 	</modules>
 </project>

Modified: trunk/tools/site/site.xml
===================================================================
--- trunk/tools/site/site.xml	2010-08-27 11:38:42 UTC (rev 374)
+++ trunk/tools/site/site.xml	2010-08-27 12:14:55 UTC (rev 375)
@@ -3,7 +3,7 @@
    <description name="Savara Tools Update Site">
       This is the update site for the Savara tools.
    </description>
-   <feature url="features/org.jboss.savara.feature_0.0.0.jar" id="org.jboss.savara.feature" version="0.0.0">
+   <feature url="features/org.jboss.savara.tools.feature_0.0.0.jar" id="org.jboss.savara.tools.feature" version="0.0.0">
       <category name="Savara"/>
    </feature>
    <feature url="features/org.scribble.protocol.feature_0.0.0.jar" id="org.scribble.protocol.feature" version="0.0.0">



More information about the savara-commits mailing list