You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2007/10/23 16:58:04 UTC

svn commit: r587530 - in /geronimo/devtools/j2g/trunk/features: org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.properties org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.xml org.apache.geronimo.devtools.j2g.feature.v1.0.0/pom.xml pom.xml

Author: linsun
Date: Tue Oct 23 07:58:03 2007
New Revision: 587530

URL: http://svn.apache.org/viewvc?rev=587530&view=rev
Log:
minor changes to the feature - version identifier has to be numberic

Modified:
    geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.properties
    geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.xml
    geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/pom.xml
    geronimo/devtools/j2g/trunk/features/pom.xml

Modified: geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.properties?rev=587530&r1=587529&r2=587530&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.properties (original)
+++ geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.properties Tue Oct 23 07:58:03 2007
@@ -16,7 +16,11 @@
 #
 # $Rev: 577442 $ $Date: 2007-09-19 16:43:00 -0400 (Wed, 19 Sep 2007) $
 #
+
+providerName=Apache Software Foundation
+
 description = This feature provides the JBoss to Geronimo (J2G) Migration tool for Apache Geronimo.
+
 copyright = Copyright 2004 The Apache Software Foundation.
 
 license =                        Apache License \n\

Modified: geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.xml?rev=587530&r1=587529&r2=587530&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.xml (original)
+++ geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/feature.xml Tue Oct 23 07:58:03 2007
@@ -20,8 +20,7 @@
       id="org.apache.geronimo.devtools.j2g.feature"
       label="Geronimo Devtools J2g Feature"
       version="${org.apache.geronimo.devtools.j2g.feature_version}"
-      provider-name="Apache Software Foundation"
-      image="bigG.gif">
+      provider-name="%providerName">
     
     <description url="http://geronimo.apache.org/devtools">
       %description

Modified: geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/pom.xml?rev=587530&r1=587529&r2=587530&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/features/org.apache.geronimo.devtools.j2g.feature.v1.0.0/pom.xml Tue Oct 23 07:58:03 2007
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools.j2g</groupId>
         <artifactId>eclipse-features-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -41,17 +41,11 @@
                 </includes>
             </resource>
             <resource>
-                <targetPath>META-INF</targetPath>
+                <targetPath>meta-inf</targetPath>
                 <directory>..</directory>
                 <includes>
                     <include>LICENSE</include>
                     <include>NOTICE</include>
-                </includes>
-            </resource>
-            <resource>
-                <directory>..</directory>
-                <includes>
-                    <include>bigG.gif</include>
                 </includes>
             </resource>
         </resources>

Modified: geronimo/devtools/j2g/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/features/pom.xml?rev=587530&r1=587529&r2=587530&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/features/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/features/pom.xml Tue Oct 23 07:58:03 2007
@@ -29,6 +29,7 @@
     <groupId>org.apache.geronimo.devtools.j2g</groupId>
     <artifactId>eclipse-features-parent</artifactId>
     <packaging>pom</packaging>
+    <version>1.0.0</version>
     <name>J2g :: Features</name>
 
     <modules>