Author: taylor
Date: Mon Mar 20 22:00:40 2006
New Revision: 387433

URL: http://svn.apache.org/viewcvs?rev=387433&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-514
work with javascript libs as a single unit

Modified:
    portals/jetspeed-2/trunk/maven.xml

Modified: portals/jetspeed-2/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven.xml?rev=387433&r1=387432&r2=387433&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven.xml (original)
+++ portals/jetspeed-2/trunk/maven.xml Mon Mar 20 22:00:40 2006
@@ -216,6 +216,9 @@
 
       <j:set var="maven.test.skip" value="true"/>
         
+        
+      <attainGoal name='unzip-javascript'/>
+          
       <!-- Build and install pa war files -->
       <attainGoal name="jetspeed2:war:install" />
         
@@ -309,4 +312,8 @@
                <echo>and the holy ghost...run your test... dont forget 
-Dmaven.test.skip=false</echo>
        </goal>
        
+    <goal name='unzip-javascript'>
+       <unzip src="src/javascript/dojo/dojo.zip" 
dest="${maven.build.dir}/jetspeed/javascript/dojo/"/> 
+    </goal>
+    
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to