You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2011/02/07 16:03:18 UTC

svn commit: r1067958 - in /felix/trunk/ipojo/plugin: doc/changelog.txt src/main/resources/META-INF/maven/archetype-metadata.xml

Author: clement
Date: Mon Feb  7 15:03:17 2011
New Revision: 1067958

URL: http://svn.apache.org/viewvc?rev=1067958&view=rev
Log:
[FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform

Modified:
    felix/trunk/ipojo/plugin/doc/changelog.txt
    felix/trunk/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: felix/trunk/ipojo/plugin/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/doc/changelog.txt?rev=1067958&r1=1067957&r2=1067958&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/doc/changelog.txt (original)
+++ felix/trunk/ipojo/plugin/doc/changelog.txt Mon Feb  7 15:03:17 2011
@@ -1,3 +1,8 @@
+Changes from the 1.8.0 to 1.8.2
+-------------------------------
+** Bug
+    * [FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform
+
 Changes from the 1.6.0 to 1.8.0
 -------------------------------
 ** Improvement

Modified: felix/trunk/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1067958&r1=1067957&r2=1067958&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml (original)
+++ felix/trunk/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml Mon Feb  7 15:03:17 2011
@@ -16,8 +16,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<archetype>
-	<id>maven-ipojo-plugin</id>
+<archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
+  name="maven-ipojo-plugin">
+
 	<fileSets>
     <fileSet filtered="true" packaged="true" encoding="UTF-8">
       <directory>src/main/java</directory>
@@ -40,4 +42,4 @@
     </fileSet>
   </fileSets>
 
-</archetype>
\ No newline at end of file
+</archetype-descriptor>