Revision: 1908
Author: [email protected]
Date: Thu Jun 17 06:06:19 2010
Log: Version number of the doapcreator widget is now the same as the Simal version number.
http://code.google.com/p/simal/source/detail?r=1908

Modified:
 /trunk/uk.ac.osswatch.simal.web/pom.xml
 /trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/config.xml

=======================================
--- /trunk/uk.ac.osswatch.simal.web/pom.xml     Fri Jun 11 11:08:11 2010
+++ /trunk/uk.ac.osswatch.simal.web/pom.xml     Thu Jun 17 06:06:19 2010
@@ -222,14 +222,12 @@
         <directory>src/main/resources</directory>
       </resource>
       <resource>
-        <filtering>false</filtering>
-        <directory>src/main/gadgets</directory>
+        <filtering>true</filtering>
+        <directory>src/main/widgets</directory>
+        <targetPath>${project.build.directory}/filteredWidgets</targetPath>
         <includes>
           <include>**</include>
         </includes>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
       </resource>
       <resource>
         <filtering>false</filtering>
@@ -274,12 +272,12 @@
         <version>1.3</version>
         <executions>
           <execution>
-                                               <phase>package</phase>
+            <phase>package</phase>
             <configuration>
               <tasks>
                 <mkdir dir="${project.build.directory}/widgets"/>
- <zip basedir="${project.basedir}/src/main/widgets/doapcreator" - destfile="${project.build.directory}/widgets/doapcreator.wgt"> + <zip basedir="${project.build.directory}/filteredWidgets/doapcreator" + destfile="${project.build.directory}/widgets/doapcreator-${project.version}.wgt">
                 </zip>
               </tasks>
             </configuration>
=======================================
--- /trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/config.xml Fri Jun 11 10:53:24 2010 +++ /trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/config.xml Thu Jun 17 06:06:19 2010
@@ -18,7 +18,7 @@

 <widget xmlns="http://www.w3.org/ns/widgets";
                id="http://wookie.apache.org/widgets/doapcreator";
-               version="0.1"
+               version="${project.version}"
         width="750"
         height="400"
         >

--
You received this message because you are subscribed to the Google Groups "Simal 
Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simal-commits?hl=en.

Reply via email to