Update of /var/cvs/applications/vpro-wizards
In directory james.mmbase.org:/tmp/cvs-serv21795/applications/vpro-wizards

Modified Files:
        pom.xml 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/applications/vpro-wizards


Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/vpro-wizards/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml     9 Mar 2009 14:33:38 -0000       1.1
+++ pom.xml     9 Mar 2009 16:03:49 -0000       1.2
@@ -100,24 +100,27 @@
                                <execution>
                                        <!--
                                                weird to have to assign this 
action to phase 'test'. but
-                                               prepare-package (the more 
logical phase) is not available in older
-                                               versions of maven, and the 
war:war task is bound to the lifecycle
-                                               first, so you can not get 
before that
+                                                       prepare-package (the 
more logical phase) is not available in
+                                                       older versions of 
maven, and the war:war task is bound to the
+                                                       lifecycle first, so you 
can not get before that
                                        -->
                                        <phase>generate-sources</phase>
                                        <configuration>
                                                <tasks name="merge the 
vpro-wizards with this project">
                                                        <property 
name="webapp.dir" value="${pom.artifactId}-${pom.version}" />
-                                                       <property 
name="remote.download.url" 
value="http://surfnet.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.6.4.zip"/>
-                                                       <property 
name="local.file" value="fckeditor.zip"/>
-                                                       <property 
name="deploy.sources" value="fckeditor"/>
-                                                       <property 
name="deploy.destination" 
value="mmbase/vpro-wizards/system/javascript/fckeditor"/>
+                                                               <property 
name="remote.download.url"
+                                                                       
value="http://surfnet.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.6.4.zip";
 />
+                                                               <property 
name="local.file" value="fckeditor.zip" />
+                                                               <property 
name="deploy.sources" value="fckeditor" />
+                                                               <property 
name="deploy.destination"
+                                                                       
value="mmbase/vpro-wizards/system/javascript/fckeditor" />
                                                        
                                                        <ant 
antfile="${basedir}/antsupport-fck.xml" inheritRefs="true">
                                                                <target 
name="doit" />
                                                        </ant>
                                                        
-                                                       <copy 
file="${basedir}/ext/fckconfig.js" 
todir="${basedir}/target/${webapp.dir}/mmbase/vpro-wizards/system/javascript/fckeditor"/>
+                                                               <copy 
file="${basedir}/ext/fckconfig.js"
+                                                                       
todir="${basedir}/target/${webapp.dir}/mmbase/vpro-wizards/system/javascript/fckeditor"
 />
                                                </tasks>
                                        </configuration>
                                        <goals>
@@ -126,6 +129,26 @@
                                </execution>
                        </executions>
                </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>make-assembly</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <descriptors>
+                                                               
<descriptor>examples-assembly.xml
+                                                               </descriptor>
+                                                       </descriptors>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
 </project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to