Use deploy script to install locally the new timeplotz-modified dependency

This jar should be moved to a remote repository.

FEA: ItEr74S05PrintingSupportItEr73S05
This commit is contained in:
Óscar González Fernández 2011-04-10 16:32:59 +02:00
parent 7a02bde0be
commit 0d15bb29b7
5 changed files with 11 additions and 37 deletions

View file

@ -302,8 +302,8 @@
<artifactId>timelinez</artifactId>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge.timeplot</groupId>
<artifactId>timeplotz</artifactId>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz-modified</artifactId>
</dependency>
</dependencies>
</project>

View file

@ -549,8 +549,8 @@
</dependency>
<!-- ZK Timeplot -->
<dependency>
<groupId>org.zkoss.zkforge.timeplot</groupId>
<artifactId>timeplotz</artifactId>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz-modified</artifactId>
<version>1.0_2_3</version>
</dependency>
<dependency>

View file

@ -142,18 +142,18 @@ depends="deploy.export, deploy.lib, deploy.tomcat, deploy.jboss">
<target name="build.jar" depends="compile, copy.web.jar" if="build.jar.required">
<mkdir dir="${src.archive.dir}"/>
<mkdir dir="${codegen.archive.dir}"/>
<!--
<exec executable="bash" dir="." failonerror="true">
<arg value="${bin.dir}/zipjs"/>
<arg value="${dist.lib.ext.dir}/yuicompressor.jar"/>
<arg value="${src.archive.dir}/${zipjs}"/>
<arg value="${codegen.archive.dir}/${zipjs}"/>
</exec>
-->
<jar jarfile="${out.dir}/${jar.name}" manifest="${manifest.mf}">
<fileset dir="${out.dir}" excludes="${exclude.list}"/>
<fileset dir="${src.archive.dir}" includes="**"
excludes="META-INF/MANIFEST.MF, **/CVS/**, ${zipjs}/**"/>
excludes="META-INF/MANIFEST.MF, **/CVS/**"/>
<fileset dir="${codegen.archive.dir}" includes="**"
excludes="META-INF/MANIFEST.MF"/>
</jar>

2
zk-Timeplot-1.0_2/deploy.sh Executable file
View file

@ -0,0 +1,2 @@
./build build.debug timeplotz
mvn install:install-file -Dfile=dist/lib/timeplotz.jar -DpomFile=timeplotz/pom.xml

View file

@ -3,8 +3,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz</artifactId>
<version>{version}</version>
<artifactId>timeplotz-modified</artifactId>
<version>1.0_2_3</version>
<packaging>jar</packaging>
<name>The Timeplot Component for ZK</name>
<url>http://www.zkoss.org</url>
@ -16,34 +16,6 @@
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://zkforge.svn.sourceforge.net/viewvc/zkforge/trunk/timeplotz</url>
</scm>
<dependencies>
<dependency>
<groupId>org.zkoss.common</groupId>
<artifactId>zcommon</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.zkoss.common</groupId>
<artifactId>zweb</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zk</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zul</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge.timeline</groupId>
<artifactId>timelinez</artifactId>
<version>1.2_1</version>
</dependency>
</dependencies>
</project>