From 1cf8a8b60936a7acdfeff9408633f9f7cd9828dc Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Mon, 6 Aug 2012 15:01:24 +0000 Subject: [PATCH 01/19] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1369862 13f79535-47bb-0310-9956-ffa450edef68 --- .../extscript-myfaces20-bundle/pom.xml | 12 ++++++------ extscript-bundles/pom.xml | 10 +++++----- extscript-core-root/extscript-cdi/pom.xml | 12 ++++++------ extscript-core-root/extscript-core/pom.xml | 10 +++++----- extscript-core-root/pom.xml | 10 +++++----- extscript-examples/blog-example/pom.xml | 12 ++++++------ extscript-examples/cdi-example/pom.xml | 14 +++++++------- extscript-examples/myfaces20-example/pom.xml | 12 ++++++------ .../myfaces20-extscript-helloworld/pom.xml | 12 ++++++------ extscript-examples/pom.xml | 10 +++++----- pom.xml | 8 ++++---- 11 files changed, 61 insertions(+), 61 deletions(-) diff --git a/extscript-bundles/extscript-myfaces20-bundle/pom.xml b/extscript-bundles/extscript-myfaces20-bundle/pom.xml index 3d507c4d..3569eabc 100644 --- a/extscript-bundles/extscript-myfaces20-bundle/pom.xml +++ b/extscript-bundles/extscript-myfaces20-bundle/pom.xml @@ -24,7 +24,7 @@ extscript-myfaces20-bundle jar MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle - 1.0.4 + 1.0.5-SNAPSHOT The meta bundle bundeling all needed core runtimes @@ -34,20 +34,20 @@ org.apache.myfaces.extensions.scripting extscript-bundles - 1.0.4 + 1.0.5-SNAPSHOT - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles/extscript-myfaces20-bundle - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles/extscript-myfaces20-bundle - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles/extscript-myfaces20-bundle + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle org.apache.myfaces.extensions.scripting extscript-core - 1.0.4 + 1.0.5-SNAPSHOT diff --git a/extscript-bundles/pom.xml b/extscript-bundles/pom.xml index c7e67a8d..b9106b76 100644 --- a/extscript-bundles/pom.xml +++ b/extscript-bundles/pom.xml @@ -24,7 +24,7 @@ extscript-bundles pom MyFaces Extension Scripting meta bundles - 1.0.4 + 1.0.5-SNAPSHOT Meta bundles bundling the various ext-script @@ -35,14 +35,14 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4 + 1.0.5-SNAPSHOT - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles diff --git a/extscript-core-root/extscript-cdi/pom.xml b/extscript-core-root/extscript-cdi/pom.xml index abeba08a..d2741000 100644 --- a/extscript-core-root/extscript-cdi/pom.xml +++ b/extscript-core-root/extscript-cdi/pom.xml @@ -20,7 +20,7 @@ 4.0.0 extscript-cdi - 1.0.4 + 1.0.5-SNAPSHOT jar MyFaces Extension Scripting Core @@ -31,7 +31,7 @@ org.apache.myfaces.extensions.scripting extscript-core-root - 1.0.4 + 1.0.5-SNAPSHOT @@ -49,12 +49,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core @@ -64,7 +64,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4 + 1.0.5-SNAPSHOT diff --git a/extscript-examples/myfaces20-example/pom.xml b/extscript-examples/myfaces20-example/pom.xml index 27170ef5..f7cb2a21 100644 --- a/extscript-examples/myfaces20-example/pom.xml +++ b/extscript-examples/myfaces20-example/pom.xml @@ -22,24 +22,24 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4 + 1.0.5-SNAPSHOT 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-example war A custom project using myfaces 2.0 - 1.0.4 + 1.0.5-SNAPSHOT http://www.apache.org - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example @@ -99,7 +99,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4 + 1.0.5-SNAPSHOT diff --git a/extscript-examples/myfaces20-extscript-helloworld/pom.xml b/extscript-examples/myfaces20-extscript-helloworld/pom.xml index 06675351..bbceece0 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/pom.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/pom.xml @@ -22,24 +22,24 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4 + 1.0.5-SNAPSHOT 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-extscript-helloworld war A simple project for MyFaces 2.0 and Ext-Scripting 1.0 - 1.0.4 + 1.0.5-SNAPSHOT http://www.apache.org - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld @@ -79,7 +79,7 @@ org.apache.myfaces.extensions.scripting extscript-myfaces20-bundle - 1.0.4 + 1.0.5-SNAPSHOT diff --git a/extscript-examples/pom.xml b/extscript-examples/pom.xml index 3c7b4e05..2d2a352c 100644 --- a/extscript-examples/pom.xml +++ b/extscript-examples/pom.xml @@ -22,7 +22,7 @@ extscript-examples pom Examples Submodule - 1.0.4 + 1.0.5-SNAPSHOT Examples Meta Project, see the subprojects @@ -32,16 +32,16 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4 + 1.0.5-SNAPSHOT - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples diff --git a/pom.xml b/pom.xml index 72050c56..797e4197 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ extscript-root pom Myfaces Extension Scripting Project - 1.0.4 + 1.0.5-SNAPSHOT http://myfaces.apache.org/extensions/scripting @@ -57,10 +57,10 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4 - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4 + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk - http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4 + http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk From e3d7d88485b357b68f2ee274f843bb40ef2e595e Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Tue, 7 Aug 2012 08:35:46 +0000 Subject: [PATCH 02/19] reverting the versions due to failed vote. git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1370141 13f79535-47bb-0310-9956-ffa450edef68 --- extscript-bundles/extscript-myfaces20-bundle/pom.xml | 6 +++--- extscript-bundles/pom.xml | 4 ++-- extscript-core-root/extscript-cdi/pom.xml | 6 +++--- extscript-core-root/extscript-core/pom.xml | 4 ++-- extscript-core-root/pom.xml | 4 ++-- extscript-examples/blog-example/pom.xml | 6 +++--- extscript-examples/cdi-example/pom.xml | 8 ++++---- extscript-examples/myfaces20-example/pom.xml | 6 +++--- extscript-examples/myfaces20-extscript-helloworld/pom.xml | 6 +++--- extscript-examples/pom.xml | 4 ++-- pom.xml | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/extscript-bundles/extscript-myfaces20-bundle/pom.xml b/extscript-bundles/extscript-myfaces20-bundle/pom.xml index 3569eabc..479cfcd9 100644 --- a/extscript-bundles/extscript-myfaces20-bundle/pom.xml +++ b/extscript-bundles/extscript-myfaces20-bundle/pom.xml @@ -24,7 +24,7 @@ extscript-myfaces20-bundle jar MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT The meta bundle bundeling all needed core runtimes @@ -34,7 +34,7 @@ org.apache.myfaces.extensions.scripting extscript-bundles - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT @@ -47,7 +47,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/extscript-bundles/pom.xml b/extscript-bundles/pom.xml index b9106b76..e6475768 100644 --- a/extscript-bundles/pom.xml +++ b/extscript-bundles/pom.xml @@ -24,7 +24,7 @@ extscript-bundles pom MyFaces Extension Scripting meta bundles - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT Meta bundles bundling the various ext-script @@ -35,7 +35,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/extscript-core-root/extscript-cdi/pom.xml b/extscript-core-root/extscript-cdi/pom.xml index d2741000..209b28c3 100644 --- a/extscript-core-root/extscript-cdi/pom.xml +++ b/extscript-core-root/extscript-cdi/pom.xml @@ -20,7 +20,7 @@ 4.0.0 extscript-cdi - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT jar MyFaces Extension Scripting Core @@ -31,7 +31,7 @@ org.apache.myfaces.extensions.scripting extscript-core-root - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT @@ -64,7 +64,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/extscript-examples/myfaces20-example/pom.xml b/extscript-examples/myfaces20-example/pom.xml index f7cb2a21..15cbb82f 100644 --- a/extscript-examples/myfaces20-example/pom.xml +++ b/extscript-examples/myfaces20-example/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-example war A custom project using myfaces 2.0 - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT http://www.apache.org @@ -99,7 +99,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/extscript-examples/myfaces20-extscript-helloworld/pom.xml b/extscript-examples/myfaces20-extscript-helloworld/pom.xml index bbceece0..7ed84dab 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/pom.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-extscript-helloworld war A simple project for MyFaces 2.0 and Ext-Scripting 1.0 - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT http://www.apache.org @@ -79,7 +79,7 @@ org.apache.myfaces.extensions.scripting extscript-myfaces20-bundle - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/extscript-examples/pom.xml b/extscript-examples/pom.xml index 2d2a352c..70714a78 100644 --- a/extscript-examples/pom.xml +++ b/extscript-examples/pom.xml @@ -22,7 +22,7 @@ extscript-examples pom Examples Submodule - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT Examples Meta Project, see the subprojects @@ -32,7 +32,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/pom.xml b/pom.xml index 797e4197..837514d2 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ extscript-root pom Myfaces Extension Scripting Project - 1.0.5-SNAPSHOT + 1.0.4-SNAPSHOT http://myfaces.apache.org/extensions/scripting From 35b7069fe21e22dd02229097e6b4e06b00870fcc Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Tue, 7 Aug 2012 08:49:45 +0000 Subject: [PATCH 03/19] EXTSCRIPT-167 cleanup for release of the web.xml git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1370144 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 41 +++---------------- .../src/main/webapp/WEB-INF/web.xml | 21 ---------- 2 files changed, 5 insertions(+), 57 deletions(-) diff --git a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml index 28c93cfb..530921cd 100644 --- a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml +++ b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml @@ -34,14 +34,14 @@ - + a redirecting Facelet resource resolver which allows to pick up templates and resources from our @@ -73,37 +73,6 @@ org.apache.myfaces.extensions.scripting.jsf.facelet.MyFacesReroutingResourceResolver - - - - diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml index 9e8e1cae..0a7e33b2 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml @@ -89,27 +89,6 @@ --> - - javax.faces.PROJECT_STAGE From 4fc94fcfc070d7f8530a8374cc93bb7c5e18b2b6 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Tue, 7 Aug 2012 12:16:28 +0000 Subject: [PATCH 04/19] EXTSCRIPT-167 removing web.xml junk, changing the documentation link in the demo git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1370199 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 20 ------------------- .../src/main/webapp/mainpage.xhtml | 2 +- .../src/main/webapp/WEB-INF/web.xml | 6 +++--- 3 files changed, 4 insertions(+), 24 deletions(-) diff --git a/extscript-examples/cdi-example/src/main/webapp/WEB-INF/web.xml b/extscript-examples/cdi-example/src/main/webapp/WEB-INF/web.xml index 7c073870..55bcdcc1 100644 --- a/extscript-examples/cdi-example/src/main/webapp/WEB-INF/web.xml +++ b/extscript-examples/cdi-example/src/main/webapp/WEB-INF/web.xml @@ -89,26 +89,6 @@ --> - diff --git a/extscript-examples/myfaces20-example/src/main/webapp/mainpage.xhtml b/extscript-examples/myfaces20-example/src/main/webapp/mainpage.xhtml index 010ff04b..3c264219 100644 --- a/extscript-examples/myfaces20-example/src/main/webapp/mainpage.xhtml +++ b/extscript-examples/myfaces20-example/src/main/webapp/mainpage.xhtml @@ -40,7 +40,7 @@

Documentation

Extension Scripting Documentation + value="http://myfaces.apache.org/extensions/scripting/index.html">Extension Scripting Documentation

Demo and Testing Links

diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml index 0a7e33b2..057c00fd 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml @@ -47,7 +47,7 @@
org.apache.myfaces.extensions.scripting.groovy.LOADER_PATHS - /whatever/development/workspace/extensions-scripting3/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/groovy + /whatever/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/groovy @@ -58,7 +58,7 @@
org.apache.myfaces.extensions.scripting.java.LOADER_PATHS - /whatever/development/workspace/extensions-scripting3/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java + /whatever/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java @@ -66,7 +66,7 @@ resource paths for our custom JSF2 resource resolver org.apache.myfaces.extensions.scripting.resources.LOADER_PATHS - /whatever/development/workspace/extensions-scripting3/extscript-examples/myfaces20-example/src/main/webapp + /whatever/extscript-examples/myfaces20-example/src/main/webapp From 7c62c798d601a93f45e55ed8f87b0e9360f6977a Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Tue, 7 Aug 2012 12:16:40 +0000 Subject: [PATCH 05/19] EXTSCRIPT-167 changing the headers git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1370200 13f79535-47bb-0310-9956-ffa450edef68 --- .../myfaces20-extscript-helloworld/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp index 73f52385..0c20cabf 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp @@ -1,3 +1,4 @@ +<%@ page session="false" %> -<%@ page session="false" %> <% response.sendRedirect("helloWorld.jsf"); %> \ No newline at end of file From b96d43fb0fe70129ec74426f49515b9712bb337e Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Wed, 12 Sep 2012 13:26:14 +0000 Subject: [PATCH 06/19] EXTSCRIPT-173 glassfish npe fix git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1383928 13f79535-47bb-0310-9956-ffa450edef68 --- .../scripting/core/monitor/ResourceMonitor.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/monitor/ResourceMonitor.java b/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/monitor/ResourceMonitor.java index 42c6b765..f292d3f4 100644 --- a/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/monitor/ResourceMonitor.java +++ b/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/monitor/ResourceMonitor.java @@ -111,7 +111,15 @@ public static synchronized ResourceMonitor getInstance() */ public void run() { - + try { + //on Glassfish we have to defer the initial scan to avoid an NPE, for + //reasons not debuggable, TODO check for a concurrency issue there + //which causes the npe + Thread.sleep(3000); + } catch (InterruptedException ex) { + Logger.getLogger(ResourceMonitor.class.getName()).log(Level.SEVERE, null, ex); + } + while (!Thread.currentThread().isInterrupted()) { if (Thread.currentThread().isInterrupted()) break; From 1c1f14634e4b40948375ca406e26aac15a6717a1 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Wed, 12 Sep 2012 13:29:37 +0000 Subject: [PATCH 07/19] EXTSCRIPT-173 adding glassfish myfaces definitions git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1383932 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/glassfish-web.xml | 13 +++++++++++++ .../src/main/webapp/WEB-INF/sun-web.xml | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml create mode 100644 extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml new file mode 100644 index 00000000..4b219e21 --- /dev/null +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml @@ -0,0 +1,13 @@ + + + + /myfaces20-extscript-helloworld + + + + + + Keep a copy of the generated servlet class' java code. + + + diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml new file mode 100644 index 00000000..731bff5e --- /dev/null +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml @@ -0,0 +1,12 @@ + + + + /myfaces20-extscript-helloworld + + + + Keep a copy of the generated servlet class' java code. + + + + From 68292796e2b00fd5dec2d3b076267c283a01e6a3 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 13 Sep 2012 08:38:29 +0000 Subject: [PATCH 08/19] EXTSCRIPT-174 adding wildcarding to the additional classpaths git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1384230 13f79535-47bb-0310-9956-ffa450edef68 --- .../scripting/core/api/Configuration.java | 37 ++++++++++++++++--- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/Configuration.java b/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/Configuration.java index a7cf9151..c9c25a98 100644 --- a/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/Configuration.java +++ b/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/Configuration.java @@ -25,14 +25,10 @@ import javax.servlet.ServletContext; import java.io.File; +import java.io.FilenameFilter; import java.lang.ref.WeakReference; import java.net.MalformedURLException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collection; -import java.util.List; -import java.util.Map; -import java.util.Set; +import java.util.*; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentSkipListSet; import java.util.concurrent.CopyOnWriteArrayList; @@ -94,6 +90,31 @@ public Configuration() { } + + private Collection performWildCardSearch(String classPathEntry) { + + if(classPathEntry.toLowerCase().endsWith("*.jar")|| classPathEntry.toLowerCase().endsWith("*.zip")){ + //peform a full search of jars on the dir + classPathEntry = classPathEntry.substring(0, classPathEntry.length()-5); + File classPathDir = new File(classPathEntry); + String[] foundFiles = classPathDir.list(new FilenameFilter() { + @Override + public boolean accept(File dir, String name) { + return name.toLowerCase().endsWith(".jar") || name.toLowerCase().endsWith(".zip"); + } + }); + if(foundFiles == null) { + return Collections.emptyList(); + } + ArrayList retVal = new ArrayList(foundFiles.length); + for(String foundFile: foundFiles) { + retVal.add(classPathEntry+foundFile); + } + return retVal; + } + return Arrays.asList(new String[] {classPathEntry}); + } + public void init(ServletContext context) { String packageWhiteList = context.getInitParameter(INIT_PARAM_SCRIPTING_PACKAGE_WHITELIST); @@ -103,6 +124,10 @@ public void init(ServletContext context) String additionalClassPath = context.getInitParameter(INIT_PARAM_SCRIPTING_ADDITIONAL_CLASSPATH); additionalClassPath = (additionalClassPath == null) ? "" : additionalClassPath; String[] additionalClassPaths = additionalClassPath.split("\\,"); + for(String cp: additionalClassPaths) { + _additionalClassPath.addAll(performWildCardSearch(cp)); + } + _additionalClassPath.addAll(Arrays.asList(additionalClassPaths)); String resourcePath = context.getInitParameter(INIT_PARAM_RESOURCE_PATH); From a9aeec6a4b404d54a2327d229967f8d9a5de2386 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 13 Sep 2012 08:43:32 +0000 Subject: [PATCH 09/19] EXTSCRIPT-174 adding the additional classpath to the configuration git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1384235 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml index 057c00fd..cbed33b1 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml @@ -47,7 +47,7 @@
org.apache.myfaces.extensions.scripting.groovy.LOADER_PATHS - /whatever/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/groovy + /whatever//myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/groovy @@ -58,15 +58,26 @@
org.apache.myfaces.extensions.scripting.java.LOADER_PATHS - /whatever/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/java + /whatever//myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/java + + + Additional comma separated loader paths to allow direct editing on the sources directory instead + of the deployment dir + + org.apache.myfaces.extensions.scripting.scala.LOADER_PATHS + + /whatever//myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/scala + + + resource paths for our custom JSF2 resource resolver org.apache.myfaces.extensions.scripting.resources.LOADER_PATHS - /whatever/extscript-examples/myfaces20-example/src/main/webapp + /whatever//myfaces20-extscript-helloworld/src/main/webapp/ @@ -77,6 +88,18 @@ facelets.RESOURCE_RESOLVER org.apache.myfaces.extensions.scripting.jsf.facelet.MyFacesReroutingResourceResolver + + + Some containers do not expand their war/ear files and do not return a proper classpath for the + compilers. + For those you can set an additional classpath as comma separated list of paths so that the compiler can pick + up dependencies from other directories. Wildcarding regarding jar and zip files is allowed. + + org.apache.myfaces.extensions.scripting.ADDITIONAL_CLASSPATH + /whatever//myfaces20-extscript-helloworld/target/myfaces20-extscript-helloworld-1.0.4-SNAPSHOT/WEB-INF/lib/*.jar, + /whatever//myfaces20-extscript-helloworld/target/myfaces20-extscript-helloworld-1.0.4-SNAPSHOT/WEB-INF/classes + + --> State saving method: "client" or "server" (= default) diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml index 4b219e21..443a564a 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/glassfish-web.xml @@ -1,4 +1,22 @@ + /myfaces20-extscript-helloworld diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml index 731bff5e..5db9477b 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/sun-web.xml @@ -1,4 +1,22 @@ + /myfaces20-extscript-helloworld diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml index cbed33b1..7a5d1ca7 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/web.xml @@ -47,7 +47,7 @@ org.apache.myfaces.extensions.scripting.groovy.LOADER_PATHS - /whatever//myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/groovy + /whatever/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/groovy @@ -58,7 +58,7 @@
org.apache.myfaces.extensions.scripting.java.LOADER_PATHS - /whatever//myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/java + /whatever/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/java @@ -68,7 +68,7 @@ org.apache.myfaces.extensions.scripting.scala.LOADER_PATHS - /whatever//myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/scala + /whatever/myfaces20-extscript-helloworld/src/main/webapp/WEB-INF/scala @@ -77,7 +77,7 @@ resource paths for our custom JSF2 resource resolver org.apache.myfaces.extensions.scripting.resources.LOADER_PATHS - /whatever//myfaces20-extscript-helloworld/src/main/webapp/ + /whatever/myfaces20-extscript-helloworld/src/main/webapp/ @@ -96,8 +96,8 @@ up dependencies from other directories. Wildcarding regarding jar and zip files is allowed. org.apache.myfaces.extensions.scripting.ADDITIONAL_CLASSPATH - /whatever//myfaces20-extscript-helloworld/target/myfaces20-extscript-helloworld-1.0.4-SNAPSHOT/WEB-INF/lib/*.jar, - /whatever//myfaces20-extscript-helloworld/target/myfaces20-extscript-helloworld-1.0.4-SNAPSHOT/WEB-INF/classes + /whatever/myfaces20-extscript-helloworld/target/myfaces20-extscript-helloworld-1.0.4-SNAPSHOT/WEB-INF/lib/*.jar, + /whatever/myfaces20-extscript-helloworld/target/myfaces20-extscript-helloworld-1.0.4-SNAPSHOT/WEB-INF/classes --> diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/helloWorld.xhtml b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/helloWorld.xhtml index 3c4e24d7..4e7c351e 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/helloWorld.xhtml +++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/helloWorld.xhtml @@ -26,7 +26,6 @@ Hello World - - + diff --git a/pom.xml b/pom.xml index fb5aeedf..3d96a9b4 100644 --- a/pom.xml +++ b/pom.xml @@ -156,9 +156,12 @@ **/*.log **/LICENSE.TXT **/NOTICE.TXT + **/asm-license.txt + **/facelet-license.txt .gitignore - **/target/rat.txt + **/target/rat.txt atlassian-ide-plugin.xml + From 2dfb8d6d8e95af29db9b92e382eb7fc49109caf2 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 09:59:38 +0000 Subject: [PATCH 12/19] EXTSCRIPT-175 adding missing files git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1396965 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/glassfish-web.xml | 28 +++++++++++++++++ .../src/main/webapp/WEB-INF/sun-web.xml | 31 +++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 extscript-examples/cdi-example/src/main/webapp/WEB-INF/glassfish-web.xml create mode 100644 extscript-examples/cdi-example/src/main/webapp/WEB-INF/sun-web.xml diff --git a/extscript-examples/cdi-example/src/main/webapp/WEB-INF/glassfish-web.xml b/extscript-examples/cdi-example/src/main/webapp/WEB-INF/glassfish-web.xml new file mode 100644 index 00000000..b7984726 --- /dev/null +++ b/extscript-examples/cdi-example/src/main/webapp/WEB-INF/glassfish-web.xml @@ -0,0 +1,28 @@ + + + + + + + + Keep a copy of the generated servlet class' java code. + + + diff --git a/extscript-examples/cdi-example/src/main/webapp/WEB-INF/sun-web.xml b/extscript-examples/cdi-example/src/main/webapp/WEB-INF/sun-web.xml new file mode 100644 index 00000000..0094f2bf --- /dev/null +++ b/extscript-examples/cdi-example/src/main/webapp/WEB-INF/sun-web.xml @@ -0,0 +1,31 @@ + + + + + /testenterpriseweb2 + + + + Keep a copy of the generated servlet class' java code. + + + + + \ No newline at end of file From 3592bdb2bdd62b652e3125dcfaccc7094466278e Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 09:59:50 +0000 Subject: [PATCH 13/19] EXTSCRIPT-175 adding the glassfish files to the WEB-INF as well git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1396966 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/glassfish-web.xml | 28 +++++++++++ .../src/main/webapp/WEB-INF/sun-web.xml | 48 +++++++++++-------- 2 files changed, 55 insertions(+), 21 deletions(-) create mode 100644 extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/glassfish-web.xml diff --git a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/glassfish-web.xml b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/glassfish-web.xml new file mode 100644 index 00000000..b7984726 --- /dev/null +++ b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/glassfish-web.xml @@ -0,0 +1,28 @@ + + + + + + + + Keep a copy of the generated servlet class' java code. + + + diff --git a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/sun-web.xml b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/sun-web.xml index 2d4cb4d4..0094f2bf 100644 --- a/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/sun-web.xml +++ b/extscript-examples/myfaces20-example/src/main/webapp/WEB-INF/sun-web.xml @@ -1,25 +1,31 @@ - - - - - + + + /testenterpriseweb2 + + + + Keep a copy of the generated servlet class' java code. + + + + \ No newline at end of file From 923d20979e8d4a647a3aafb9bdf4d87ff1c68bf0 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 11:27:15 +0000 Subject: [PATCH 14/19] testcommit git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1396989 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3d96a9b4..d61067ae 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,10 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4 - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4 From 79240bc1b2f6eccd332dfd8f16e7b28b0b6b4934 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 11:33:37 +0000 Subject: [PATCH 15/19] EXTSCRIPT-175 git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1396992 13f79535-47bb-0310-9956-ffa450edef68 --- extscript-bundles/extscript-myfaces20-bundle/pom.xml | 6 +++--- extscript-bundles/pom.xml | 6 +++--- extscript-core-root/extscript-cdi/pom.xml | 6 +++--- extscript-core-root/extscript-core/pom.xml | 6 +++--- extscript-core-root/pom.xml | 6 +++--- extscript-examples/blog-example/pom.xml | 6 +++--- extscript-examples/cdi-example/pom.xml | 6 +++--- extscript-examples/myfaces20-example/pom.xml | 6 +++--- extscript-examples/myfaces20-extscript-helloworld/pom.xml | 6 +++--- extscript-examples/pom.xml | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/extscript-bundles/extscript-myfaces20-bundle/pom.xml b/extscript-bundles/extscript-myfaces20-bundle/pom.xml index 479cfcd9..1caddf83 100644 --- a/extscript-bundles/extscript-myfaces20-bundle/pom.xml +++ b/extscript-bundles/extscript-myfaces20-bundle/pom.xml @@ -38,9 +38,9 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles/extscript-myfaces20-bundle + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles/extscript-myfaces20-bundle + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles/extscript-myfaces20-bundle diff --git a/extscript-bundles/pom.xml b/extscript-bundles/pom.xml index e6475768..45456150 100644 --- a/extscript-bundles/pom.xml +++ b/extscript-bundles/pom.xml @@ -40,9 +40,9 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-bundles diff --git a/extscript-core-root/extscript-cdi/pom.xml b/extscript-core-root/extscript-cdi/pom.xml index 209b28c3..83fa16e5 100644 --- a/extscript-core-root/extscript-cdi/pom.xml +++ b/extscript-core-root/extscript-cdi/pom.xml @@ -49,12 +49,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core diff --git a/extscript-core-root/extscript-core/pom.xml b/extscript-core-root/extscript-core/pom.xml index c8ce8fc0..7cf62bcc 100644 --- a/extscript-core-root/extscript-core/pom.xml +++ b/extscript-core-root/extscript-core/pom.xml @@ -37,12 +37,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root/extscript-core diff --git a/extscript-core-root/pom.xml b/extscript-core-root/pom.xml index da7fb764..cb918105 100644 --- a/extscript-core-root/pom.xml +++ b/extscript-core-root/pom.xml @@ -35,9 +35,9 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-core-root diff --git a/extscript-examples/blog-example/pom.xml b/extscript-examples/blog-example/pom.xml index 11266f66..2fd0f06f 100644 --- a/extscript-examples/blog-example/pom.xml +++ b/extscript-examples/blog-example/pom.xml @@ -34,12 +34,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example diff --git a/extscript-examples/cdi-example/pom.xml b/extscript-examples/cdi-example/pom.xml index 035a29fb..3303aec0 100644 --- a/extscript-examples/cdi-example/pom.xml +++ b/extscript-examples/cdi-example/pom.xml @@ -34,13 +34,13 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld diff --git a/extscript-examples/myfaces20-example/pom.xml b/extscript-examples/myfaces20-example/pom.xml index 15cbb82f..3fb85102 100644 --- a/extscript-examples/myfaces20-example/pom.xml +++ b/extscript-examples/myfaces20-example/pom.xml @@ -34,12 +34,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-example diff --git a/extscript-examples/myfaces20-extscript-helloworld/pom.xml b/extscript-examples/myfaces20-extscript-helloworld/pom.xml index 7ed84dab..cd41df7d 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/pom.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/pom.xml @@ -34,12 +34,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples/myfaces20-extscript-helloworld diff --git a/extscript-examples/pom.xml b/extscript-examples/pom.xml index 70714a78..f185b34f 100644 --- a/extscript-examples/pom.xml +++ b/extscript-examples/pom.xml @@ -36,12 +36,12 @@ - scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples + scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples - scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples + scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples - http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples + http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.4/extscript-examples From f81e26e1262ad4b4d1de1005d0323dc9669ae117 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 11:39:17 +0000 Subject: [PATCH 16/19] EXTSCRIPT-175 remving a line for a testcommit git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1396997 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d61067ae..eaad421b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ Myfaces Extension Scripting Project 1.0.4-SNAPSHOT http://myfaces.apache.org/extensions/scripting - + 1.2.9 2.1.7 From 701d949e761d8f6a8778c8d22c5132af7c236975 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 11:43:24 +0000 Subject: [PATCH 17/19] [maven-release-plugin] prepare release extscript-root-1.0.4 git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1396999 13f79535-47bb-0310-9956-ffa450edef68 --- extscript-bundles/extscript-myfaces20-bundle/pom.xml | 6 +++--- extscript-bundles/pom.xml | 4 ++-- extscript-core-root/extscript-cdi/pom.xml | 6 +++--- extscript-core-root/extscript-core/pom.xml | 4 ++-- extscript-core-root/pom.xml | 4 ++-- extscript-examples/blog-example/pom.xml | 6 +++--- extscript-examples/cdi-example/pom.xml | 8 ++++---- extscript-examples/myfaces20-example/pom.xml | 6 +++--- extscript-examples/myfaces20-extscript-helloworld/pom.xml | 6 +++--- extscript-examples/pom.xml | 4 ++-- pom.xml | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/extscript-bundles/extscript-myfaces20-bundle/pom.xml b/extscript-bundles/extscript-myfaces20-bundle/pom.xml index 1caddf83..3d507c4d 100644 --- a/extscript-bundles/extscript-myfaces20-bundle/pom.xml +++ b/extscript-bundles/extscript-myfaces20-bundle/pom.xml @@ -24,7 +24,7 @@ extscript-myfaces20-bundle jar MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle - 1.0.4-SNAPSHOT + 1.0.4 The meta bundle bundeling all needed core runtimes @@ -34,7 +34,7 @@ org.apache.myfaces.extensions.scripting extscript-bundles - 1.0.4-SNAPSHOT + 1.0.4 @@ -47,7 +47,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-bundles/pom.xml b/extscript-bundles/pom.xml index 45456150..c7e67a8d 100644 --- a/extscript-bundles/pom.xml +++ b/extscript-bundles/pom.xml @@ -24,7 +24,7 @@ extscript-bundles pom MyFaces Extension Scripting meta bundles - 1.0.4-SNAPSHOT + 1.0.4 Meta bundles bundling the various ext-script @@ -35,7 +35,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-core-root/extscript-cdi/pom.xml b/extscript-core-root/extscript-cdi/pom.xml index 83fa16e5..abeba08a 100644 --- a/extscript-core-root/extscript-cdi/pom.xml +++ b/extscript-core-root/extscript-cdi/pom.xml @@ -20,7 +20,7 @@ 4.0.0 extscript-cdi - 1.0.4-SNAPSHOT + 1.0.4 jar MyFaces Extension Scripting Core @@ -31,7 +31,7 @@ org.apache.myfaces.extensions.scripting extscript-core-root - 1.0.4-SNAPSHOT + 1.0.4 @@ -64,7 +64,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-examples/myfaces20-example/pom.xml b/extscript-examples/myfaces20-example/pom.xml index 3fb85102..27170ef5 100644 --- a/extscript-examples/myfaces20-example/pom.xml +++ b/extscript-examples/myfaces20-example/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4-SNAPSHOT + 1.0.4 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-example war A custom project using myfaces 2.0 - 1.0.4-SNAPSHOT + 1.0.4 http://www.apache.org @@ -99,7 +99,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-examples/myfaces20-extscript-helloworld/pom.xml b/extscript-examples/myfaces20-extscript-helloworld/pom.xml index cd41df7d..06675351 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/pom.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4-SNAPSHOT + 1.0.4 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-extscript-helloworld war A simple project for MyFaces 2.0 and Ext-Scripting 1.0 - 1.0.4-SNAPSHOT + 1.0.4 http://www.apache.org @@ -79,7 +79,7 @@ org.apache.myfaces.extensions.scripting extscript-myfaces20-bundle - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-examples/pom.xml b/extscript-examples/pom.xml index f185b34f..3c7b4e05 100644 --- a/extscript-examples/pom.xml +++ b/extscript-examples/pom.xml @@ -22,7 +22,7 @@ extscript-examples pom Examples Submodule - 1.0.4-SNAPSHOT + 1.0.4 Examples Meta Project, see the subprojects @@ -32,7 +32,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/pom.xml b/pom.xml index eaad421b..8de01836 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ extscript-root pom Myfaces Extension Scripting Project - 1.0.4-SNAPSHOT + 1.0.4 http://myfaces.apache.org/extensions/scripting From 927a233b4a03442d850a83397a3f00a570b345f6 Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 11:57:25 +0000 Subject: [PATCH 18/19] [maven-release-plugin] rollback the release of extscript-root-1.0.4 git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1397003 13f79535-47bb-0310-9956-ffa450edef68 --- extscript-bundles/extscript-myfaces20-bundle/pom.xml | 6 +++--- extscript-bundles/pom.xml | 4 ++-- extscript-core-root/extscript-cdi/pom.xml | 6 +++--- extscript-core-root/extscript-core/pom.xml | 4 ++-- extscript-core-root/pom.xml | 4 ++-- extscript-examples/blog-example/pom.xml | 6 +++--- extscript-examples/cdi-example/pom.xml | 8 ++++---- extscript-examples/myfaces20-example/pom.xml | 6 +++--- extscript-examples/myfaces20-extscript-helloworld/pom.xml | 6 +++--- extscript-examples/pom.xml | 4 ++-- pom.xml | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/extscript-bundles/extscript-myfaces20-bundle/pom.xml b/extscript-bundles/extscript-myfaces20-bundle/pom.xml index 3d507c4d..1caddf83 100644 --- a/extscript-bundles/extscript-myfaces20-bundle/pom.xml +++ b/extscript-bundles/extscript-myfaces20-bundle/pom.xml @@ -24,7 +24,7 @@ extscript-myfaces20-bundle jar MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle - 1.0.4 + 1.0.4-SNAPSHOT The meta bundle bundeling all needed core runtimes @@ -34,7 +34,7 @@ org.apache.myfaces.extensions.scripting extscript-bundles - 1.0.4 + 1.0.4-SNAPSHOT @@ -47,7 +47,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4 + 1.0.4-SNAPSHOT diff --git a/extscript-bundles/pom.xml b/extscript-bundles/pom.xml index c7e67a8d..45456150 100644 --- a/extscript-bundles/pom.xml +++ b/extscript-bundles/pom.xml @@ -24,7 +24,7 @@ extscript-bundles pom MyFaces Extension Scripting meta bundles - 1.0.4 + 1.0.4-SNAPSHOT Meta bundles bundling the various ext-script @@ -35,7 +35,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4 + 1.0.4-SNAPSHOT diff --git a/extscript-core-root/extscript-cdi/pom.xml b/extscript-core-root/extscript-cdi/pom.xml index abeba08a..83fa16e5 100644 --- a/extscript-core-root/extscript-cdi/pom.xml +++ b/extscript-core-root/extscript-cdi/pom.xml @@ -20,7 +20,7 @@ 4.0.0 extscript-cdi - 1.0.4 + 1.0.4-SNAPSHOT jar MyFaces Extension Scripting Core @@ -31,7 +31,7 @@ org.apache.myfaces.extensions.scripting extscript-core-root - 1.0.4 + 1.0.4-SNAPSHOT @@ -64,7 +64,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4 + 1.0.4-SNAPSHOT diff --git a/extscript-examples/myfaces20-example/pom.xml b/extscript-examples/myfaces20-example/pom.xml index 27170ef5..3fb85102 100644 --- a/extscript-examples/myfaces20-example/pom.xml +++ b/extscript-examples/myfaces20-example/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4 + 1.0.4-SNAPSHOT 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-example war A custom project using myfaces 2.0 - 1.0.4 + 1.0.4-SNAPSHOT http://www.apache.org @@ -99,7 +99,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4 + 1.0.4-SNAPSHOT diff --git a/extscript-examples/myfaces20-extscript-helloworld/pom.xml b/extscript-examples/myfaces20-extscript-helloworld/pom.xml index 06675351..cd41df7d 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/pom.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4 + 1.0.4-SNAPSHOT 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-extscript-helloworld war A simple project for MyFaces 2.0 and Ext-Scripting 1.0 - 1.0.4 + 1.0.4-SNAPSHOT http://www.apache.org @@ -79,7 +79,7 @@ org.apache.myfaces.extensions.scripting extscript-myfaces20-bundle - 1.0.4 + 1.0.4-SNAPSHOT diff --git a/extscript-examples/pom.xml b/extscript-examples/pom.xml index 3c7b4e05..f185b34f 100644 --- a/extscript-examples/pom.xml +++ b/extscript-examples/pom.xml @@ -22,7 +22,7 @@ extscript-examples pom Examples Submodule - 1.0.4 + 1.0.4-SNAPSHOT Examples Meta Project, see the subprojects @@ -32,7 +32,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4 + 1.0.4-SNAPSHOT diff --git a/pom.xml b/pom.xml index 8de01836..eaad421b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ extscript-root pom Myfaces Extension Scripting Project - 1.0.4 + 1.0.4-SNAPSHOT http://myfaces.apache.org/extensions/scripting From 050adba13af6cd1a71419d345200952fc07601dc Mon Sep 17 00:00:00 2001 From: Werner Punz Date: Thu, 11 Oct 2012 12:16:26 +0000 Subject: [PATCH 19/19] [maven-release-plugin] prepare release extscript-root-1.0.4 git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1397010 13f79535-47bb-0310-9956-ffa450edef68 --- extscript-bundles/extscript-myfaces20-bundle/pom.xml | 6 +++--- extscript-bundles/pom.xml | 4 ++-- extscript-core-root/extscript-cdi/pom.xml | 6 +++--- extscript-core-root/extscript-core/pom.xml | 4 ++-- extscript-core-root/pom.xml | 4 ++-- extscript-examples/blog-example/pom.xml | 6 +++--- extscript-examples/cdi-example/pom.xml | 8 ++++---- extscript-examples/myfaces20-example/pom.xml | 6 +++--- extscript-examples/myfaces20-extscript-helloworld/pom.xml | 6 +++--- extscript-examples/pom.xml | 4 ++-- pom.xml | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/extscript-bundles/extscript-myfaces20-bundle/pom.xml b/extscript-bundles/extscript-myfaces20-bundle/pom.xml index 1caddf83..3d507c4d 100644 --- a/extscript-bundles/extscript-myfaces20-bundle/pom.xml +++ b/extscript-bundles/extscript-myfaces20-bundle/pom.xml @@ -24,7 +24,7 @@ extscript-myfaces20-bundle jar MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle - 1.0.4-SNAPSHOT + 1.0.4 The meta bundle bundeling all needed core runtimes @@ -34,7 +34,7 @@ org.apache.myfaces.extensions.scripting extscript-bundles - 1.0.4-SNAPSHOT + 1.0.4 @@ -47,7 +47,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-bundles/pom.xml b/extscript-bundles/pom.xml index 45456150..c7e67a8d 100644 --- a/extscript-bundles/pom.xml +++ b/extscript-bundles/pom.xml @@ -24,7 +24,7 @@ extscript-bundles pom MyFaces Extension Scripting meta bundles - 1.0.4-SNAPSHOT + 1.0.4 Meta bundles bundling the various ext-script @@ -35,7 +35,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-core-root/extscript-cdi/pom.xml b/extscript-core-root/extscript-cdi/pom.xml index 83fa16e5..abeba08a 100644 --- a/extscript-core-root/extscript-cdi/pom.xml +++ b/extscript-core-root/extscript-cdi/pom.xml @@ -20,7 +20,7 @@ 4.0.0 extscript-cdi - 1.0.4-SNAPSHOT + 1.0.4 jar MyFaces Extension Scripting Core @@ -31,7 +31,7 @@ org.apache.myfaces.extensions.scripting extscript-core-root - 1.0.4-SNAPSHOT + 1.0.4 @@ -64,7 +64,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-examples/myfaces20-example/pom.xml b/extscript-examples/myfaces20-example/pom.xml index 3fb85102..27170ef5 100644 --- a/extscript-examples/myfaces20-example/pom.xml +++ b/extscript-examples/myfaces20-example/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4-SNAPSHOT + 1.0.4 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-example war A custom project using myfaces 2.0 - 1.0.4-SNAPSHOT + 1.0.4 http://www.apache.org @@ -99,7 +99,7 @@ org.apache.myfaces.extensions.scripting extscript-core - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-examples/myfaces20-extscript-helloworld/pom.xml b/extscript-examples/myfaces20-extscript-helloworld/pom.xml index cd41df7d..06675351 100644 --- a/extscript-examples/myfaces20-extscript-helloworld/pom.xml +++ b/extscript-examples/myfaces20-extscript-helloworld/pom.xml @@ -22,14 +22,14 @@ extscript-examples org.apache.myfaces.extensions.scripting - 1.0.4-SNAPSHOT + 1.0.4 4.0.0 org.apache.myfaces.extensions.scripting myfaces20-extscript-helloworld war A simple project for MyFaces 2.0 and Ext-Scripting 1.0 - 1.0.4-SNAPSHOT + 1.0.4 http://www.apache.org @@ -79,7 +79,7 @@ org.apache.myfaces.extensions.scripting extscript-myfaces20-bundle - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/extscript-examples/pom.xml b/extscript-examples/pom.xml index f185b34f..3c7b4e05 100644 --- a/extscript-examples/pom.xml +++ b/extscript-examples/pom.xml @@ -22,7 +22,7 @@ extscript-examples pom Examples Submodule - 1.0.4-SNAPSHOT + 1.0.4 Examples Meta Project, see the subprojects @@ -32,7 +32,7 @@ org.apache.myfaces.extensions.scripting extscript-root - 1.0.4-SNAPSHOT + 1.0.4 diff --git a/pom.xml b/pom.xml index eaad421b..8de01836 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ extscript-root pom Myfaces Extension Scripting Project - 1.0.4-SNAPSHOT + 1.0.4 http://myfaces.apache.org/extensions/scripting