diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2007-07-11 12:05:50 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2007-07-11 12:05:50 +0000 |
commit | d08f9bc42544977c1826759acd6646ff4c61634f (patch) | |
tree | f608ef0619fe76f56c0f47cd52ee417e44cda17a /dev-java/tapestry/files | |
parent | Stable on amd64 wrt security bug #182047 (diff) | |
download | gentoo-2-d08f9bc42544977c1826759acd6646ff4c61634f.tar.gz gentoo-2-d08f9bc42544977c1826759acd6646ff4c61634f.tar.bz2 gentoo-2-d08f9bc42544977c1826759acd6646ff4c61634f.zip |
Adding package provided by elvantor <elvantor2007@gmail.com> after some minor cleanup.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'dev-java/tapestry/files')
-rw-r--r-- | dev-java/tapestry/files/Version.properties | 5 | ||||
-rw-r--r-- | dev-java/tapestry/files/build.properties | 32 | ||||
-rw-r--r-- | dev-java/tapestry/files/common.properties | 94 | ||||
-rw-r--r-- | dev-java/tapestry/files/digest-tapestry-3.0.4 | 3 |
4 files changed, 134 insertions, 0 deletions
diff --git a/dev-java/tapestry/files/Version.properties b/dev-java/tapestry/files/Version.properties new file mode 100644 index 000000000000..84a60c274ebd --- /dev/null +++ b/dev-java/tapestry/files/Version.properties @@ -0,0 +1,5 @@ +# $Id: Version.properties,v 1.1 2007/07/11 12:05:50 ali_bush Exp $ +# +# Stores the version number of the framework. + +framework.version=3.0.4 diff --git a/dev-java/tapestry/files/build.properties b/dev-java/tapestry/files/build.properties new file mode 100644 index 000000000000..7b623c4a8718 --- /dev/null +++ b/dev-java/tapestry/files/build.properties @@ -0,0 +1,32 @@ +# $Id: build.properties,v 1.1 2007/07/11 12:05:50 ali_bush Exp $ +# This file is used to configure the Tapestry build. +# Copy it as "build.properties" and fill in the necessary data. + +# The absolute path to the directory where external distributions +# used in the building process will be downloaded and installed +base.path=/usr/share/java + +# The absolute path to the directory containing the JBoss installation. +# Required to execute the configure and run-jboss targets. +jboss.dir= + +# The absolute path to the directory containing the Tomcat installation. +# Required to execute the deploy-tomcat target. +# +tomcat.dir= + +# The absolute path to the directory containing the Jetty installation. +# Required to execute the run-workbench target. +jetty.dir= + +# The absolute path to the directory containing the Jython installation. +# Required to execute the junit target. +jython.dir= + +# Home for xml-forrest, used to build documentation. +# Available from :pserver:anoncvs@cvs.apache.org:/home/cvspublic as module xml-forrest +# Build forrest, then set to the shbat directory, i.e. +# C:/workspace/xml-forrest/build/dist/shbat + +forrest.home= + diff --git a/dev-java/tapestry/files/common.properties b/dev-java/tapestry/files/common.properties new file mode 100644 index 000000000000..bf3b3aab532a --- /dev/null +++ b/dev-java/tapestry/files/common.properties @@ -0,0 +1,94 @@ +# $Id: common.properties,v 1.1 2007/07/11 12:05:50 ali_bush Exp $ +# +# Specifies some general properties used throughout. +# Each build.xml must specify root.dir (as a relative path). + +lib.dir=lib + +root.lib.dir=${root.dir}/${lib.dir} + +ext.dist.dir=${root.dir}/ext-dist + +root.config.dir=${root.dir}/config + +framework.jar=tapestry-${framework.version}.jar +contrib.jar=tapestry-contrib-${framework.version}.jar + +examples.dir=${root.lib.dir}/examples + +vlib.war=vlib.war +vlib.ear=vlib.ear +vlibbeans.jar=vlibbeans.jar +workbench.war=workbench.war +wap.war=wap.war + +ext.download.dir=${ext.dist.dir}/downloads + +# Names of directories under lib + +ext.dir=ext +j2ee.dir=j2ee +runtime.dir=runtime + +jboss.lib.dir=${jboss.dir}/lib +jboss.client.dir=${jboss.dir}/client +jboss.server.all.lib.dir=${jboss.dir}/server/all/lib + +# Directory containing source code and package resources +src.dir=src + +# Directory containing compiled Java code +classes.dir=classes + +# Used as part of copyrights + +copyright.years=2000-2004 + +# ----- JUnit Unit Test Suite, version 3.8 or later ----- +junit.home=${ext.download.dir}/junit3.8.1 +junit.lib=${junit.home} +junit.jar=${junit.lib}/junit.jar +junit.ext.jar=${ext.dist.dir}/junit.jar +junit.loc=http://telia.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip + +# ----- JDOM Library, version 1.0 ----- +jdom.home=${ext.download.dir}/jdom-1.0 +jdom.lib=${jdom.home} +jdom.jar=${jdom.lib}/build/jdom.jar +jdom.ext.jar=${ext.dist.dir}/jdom-1.0.jar +jdom.loc=http://www.jdom.org/dist/binary/jdom-1.0.tar.gz + +# ----- McKoi Pure Java Database, version 1.0.2 ----- +mckoi.home=${ext.download.dir}/mckoi1.0.2 +mckoi.lib=${mckoi.home} +mckoi.jar=${mckoi.lib}/mckoidb.jar +mckoi.ext.jar=${ext.dist.dir}/mckoidb.jar +mckoi.loc=http://www.mckoi.com/database/ver/mckoi1.0.2.zip + +# ----- DocBook XML, version 4.1.2 ----- +docbookxml.file=${ext.dist.dir}/docbkx412.zip +docbookxml.loc=http://www.docbook.org/xml/4.1.2/docbkx412.zip + +# ----- DocBook XSL, version 1.64.1 ----- +docbookxsl.file=${ext.dist.dir}/docbook-xsl-1.64.1.zip +docbookxsl.loc=http://telia.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.64.1.zip + +# ----- Apache Forrest, version 0.5.1 ----- +forrestdl.home=${ext.download.dir}/apache-forrest-0.5.1-bin +forrestdl.ant.xml=${forrestdl.home}/forrest.antproxy.xml +forrestdl.loc=http://archive.apache.org/dist/forrest/pre-0.6/apache-forrest-0.5.1-bin.zip + +# ---- OGNL ---- +ognl.version=2.6.7 +ognl.loc=http://ognl.org/${ognl.version}/ognl-${ognl.version}.jar +ognl.dest=${root.lib.dir}/${ext.dir}/ognl-${ognl.version}.jar + +# ---- Javassist ---- + +javassist.version=2.5.1 +javassist.loc=http://umn.dl.sourceforge.net/sourceforge/jboss/javassist-${javassist.version}.zip +javassist.dest=${ext.download.dir}/javassist-${javassist.version} +javassist.ext.jar=${root.lib.dir}/${ext.dir}/javassist-${javassist.version}.jar +javassist.jar=${javassist.dest}/javassist.jar + + diff --git a/dev-java/tapestry/files/digest-tapestry-3.0.4 b/dev-java/tapestry/files/digest-tapestry-3.0.4 new file mode 100644 index 000000000000..547b9ed50d11 --- /dev/null +++ b/dev-java/tapestry/files/digest-tapestry-3.0.4 @@ -0,0 +1,3 @@ +MD5 e4a83dd62dd420eaf36340ebdb69c313 Tapestry-3.0.4-src.zip 1174780 +RMD160 bd16da45c80a5c943baa63a4c89a1b8b562708ab Tapestry-3.0.4-src.zip 1174780 +SHA256 ff66bf1d4d45e80520aff4ddb08986c6b5b4059dd9bce8bd40e83a7be5643c6a Tapestry-3.0.4-src.zip 1174780 |