Author: erinnp
Date: Fri Jun 28 22:34:28 2013
New Revision: 1497950

URL: http://svn.apache.org/r1497950
Log:
move requirejs optimizer build target to project build target

Modified:
    rave/branches/require/rave-portal-resources/pom.xml
    
rave/branches/require/rave-portal-resources/src/main/resources/requireBuild.js

Modified: rave/branches/require/rave-portal-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/rave/branches/require/rave-portal-resources/pom.xml?rev=1497950&r1=1497949&r2=1497950&view=diff
==============================================================================
--- rave/branches/require/rave-portal-resources/pom.xml (original)
+++ rave/branches/require/rave-portal-resources/pom.xml Fri Jun 28 22:34:28 2013
@@ -191,7 +191,7 @@
                     must resolve to absolute paths (see below)
                     -->
                     <filterConfig>
-                        false
+                        true
                     </filterConfig>
                     <!-- Skip requirejs optimization if true -->
                     <skip>

Modified: 
rave/branches/require/rave-portal-resources/src/main/resources/requireBuild.js
URL: 
http://svn.apache.org/viewvc/rave/branches/require/rave-portal-resources/src/main/resources/requireBuild.js?rev=1497950&r1=1497949&r2=1497950&view=diff
==============================================================================
--- 
rave/branches/require/rave-portal-resources/src/main/resources/requireBuild.js 
(original)
+++ 
rave/branches/require/rave-portal-resources/src/main/resources/requireBuild.js 
Fri Jun 28 22:34:28 2013
@@ -18,10 +18,10 @@
  */
 
 ({
-    appDir: '../webapp/static/script',
-    mainConfigFile: '../webapp/static/script/requireConfig.js',
+    appDir: '${basedir}/src/main/webapp/static/script',
+    mainConfigFile: 
'${basedir}/src/main/webapp/static/script/requireConfig.js',
     baseUrl: '.',
-    dir: '../webapp/static/script-built',
+    dir: 
'${project.build.directory}/${project.build.finalName}/static/script-built',
     modules: [
         {
             name: 'rave'


Reply via email to