From 0d15bb29b7e20f8c32b31522f49ea83e6d212099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Sun, 10 Apr 2011 16:32:59 +0200 Subject: [PATCH] Use deploy script to install locally the new timeplotz-modified dependency This jar should be moved to a remote repository. FEA: ItEr74S05PrintingSupportItEr73S05 --- navalplanner-webapp/pom.xml | 4 ++-- pom.xml | 4 ++-- zk-Timeplot-1.0_2/build.target.xml | 6 +++--- zk-Timeplot-1.0_2/deploy.sh | 2 ++ zk-Timeplot-1.0_2/timeplotz/pom.xml | 32 ++--------------------------- 5 files changed, 11 insertions(+), 37 deletions(-) create mode 100755 zk-Timeplot-1.0_2/deploy.sh diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index c31adc3e6..d53c41b99 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -302,8 +302,8 @@ timelinez - org.zkoss.zkforge.timeplot - timeplotz + org.zkoss.zkforge + timeplotz-modified diff --git a/pom.xml b/pom.xml index 509621539..65c99b826 100644 --- a/pom.xml +++ b/pom.xml @@ -549,8 +549,8 @@ - org.zkoss.zkforge.timeplot - timeplotz + org.zkoss.zkforge + timeplotz-modified 1.0_2_3 diff --git a/zk-Timeplot-1.0_2/build.target.xml b/zk-Timeplot-1.0_2/build.target.xml index 1f2ad7b72..a7a574690 100755 --- a/zk-Timeplot-1.0_2/build.target.xml +++ b/zk-Timeplot-1.0_2/build.target.xml @@ -142,18 +142,18 @@ depends="deploy.export, deploy.lib, deploy.tomcat, deploy.jboss"> - + + excludes="META-INF/MANIFEST.MF, **/CVS/**"/> diff --git a/zk-Timeplot-1.0_2/deploy.sh b/zk-Timeplot-1.0_2/deploy.sh new file mode 100755 index 000000000..20a826097 --- /dev/null +++ b/zk-Timeplot-1.0_2/deploy.sh @@ -0,0 +1,2 @@ +./build build.debug timeplotz +mvn install:install-file -Dfile=dist/lib/timeplotz.jar -DpomFile=timeplotz/pom.xml diff --git a/zk-Timeplot-1.0_2/timeplotz/pom.xml b/zk-Timeplot-1.0_2/timeplotz/pom.xml index cb89e17cb..120942004 100755 --- a/zk-Timeplot-1.0_2/timeplotz/pom.xml +++ b/zk-Timeplot-1.0_2/timeplotz/pom.xml @@ -3,8 +3,8 @@ 4.0.0 org.zkoss.zkforge - timeplotz - {version} + timeplotz-modified + 1.0_2_3 jar The Timeplot Component for ZK http://www.zkoss.org @@ -16,34 +16,6 @@ repo - - http://zkforge.svn.sourceforge.net/viewvc/zkforge/trunk/timeplotz - - - org.zkoss.common - zcommon - 2.2.0 - - - org.zkoss.common - zweb - 2.2.0 - - - org.zkoss.zk - zk - 2.2.0 - - - org.zkoss.zk - zul - 2.2.0 - - - org.zkoss.zkforge.timeline - timelinez - 1.2_1 -