[jboss-cvs] Repository SVN: r19127 - in hibernate-search: 3.0.1.GA_CP01-brew and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 2 14:13:40 EST 2008
Author: gbadner
Date: 2008-12-02 14:13:40 -0500 (Tue, 02 Dec 2008)
New Revision: 19127
Added:
hibernate-search/3.0.1.GA_CP01-brew/
hibernate-search/3.0.1.GA_CP01-brew/component-info.xml
hibernate-search/3.0.1.GA_CP01-brew/ivy.xml
hibernate-search/3.0.1.GA_CP01-brew/lib/
hibernate-search/3.0.1.GA_CP01-brew/lib/hibernate-search-sources.jar
hibernate-search/3.0.1.GA_CP01-brew/lib/hibernate-search.jar
hibernate-search/3.0.1.GA_CP01-brew/src/
hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-3.0.1.GA_CP01-src.tar.gz
hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-build_xml.patch
hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-common-build_xml.patch
hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-ivy.patch
hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-jdstyle.css
Log:
Add Brew-build 3.0.1.GA_CP01-brew
Added: hibernate-search/3.0.1.GA_CP01-brew/component-info.xml
===================================================================
--- hibernate-search/3.0.1.GA_CP01-brew/component-info.xml (rev 0)
+++ hibernate-search/3.0.1.GA_CP01-brew/component-info.xml 2008-12-02 19:13:40 UTC (rev 19127)
@@ -0,0 +1,44 @@
+<project name="hibernate-search-component-info">
+ <component id="hibernate-search"
+ licenseType="lgpl"
+ version="3.0.1.GA_CP01-brew"
+ projectHome="http://search.hibernate.org"
+ description="Hibernate integration with Lucene for indexing and querying data"
+ scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-search"
+ tag="hibernate3-search-3_0_1-9_GA_CP01_ep1_el4">
+ <!-- Built using JDK 5 -->
+ <artifact id="hibernate-search.jar"/>
+ <import componentref="hibernate">
+ <compatible version="3.2.0.GA"/>
+ <compatible version="3.2.1.GA"/>
+ <compatible version="3.2.3.GA"/>
+ <compatible version="3.2.4.SP1"/>
+ <compatible version="3.2.4.SP1_CP01-brew"/>
+ <compatible version="3.2.4.SP1_CP02-brew"/>
+ <compatible version="3.2.4.SP1_CP03-brew"/>
+ <compatible version="3.2.4.SP1_CP04-brew"/>
+ <compatible version="3.2.4.SP1_CP06-brew"/>
+ <compatible version="3.2.6.GA"/>
+ </import>
+ <import componentref="hibernate-commons-annotations">
+ <compatible version="3.0.0.GA"/>
+ <compatible version="3.0.0.GA-brew"/>
+ </import>
+ <import componentref="hibernate-annotations">
+ <compatible version="3.3.1.GA"/>
+ <compatible version="3.3.1.GA-brew"/>
+ </import>
+ <import componentref="hibernate-entitymanager">
+ <compatible version="3.3.2.GA"/>
+ <compatible version="3.3.2.GA-brew"/>
+ </import>
+ <import componentref="apache-lucene">
+ <compatible version="2.3.2-brew"/>
+ </import>
+ <export>
+ <include input="hibernate-search.jar"/>
+ </export>
+
+ </component>
+
+</project>
Added: hibernate-search/3.0.1.GA_CP01-brew/ivy.xml
===================================================================
--- hibernate-search/3.0.1.GA_CP01-brew/ivy.xml (rev 0)
+++ hibernate-search/3.0.1.GA_CP01-brew/ivy.xml 2008-12-02 19:13:40 UTC (rev 19127)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.3"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation=
+ "http://www.jayasoft.org/misc/ivy/ivy.xsd">
+ <info organisation="org.hibernate" module="hibernate-search" revision="3.0.1.GA_CP01-brew" status="release"/>
+ <configurations>
+ <conf name="core" description="Core module dependencies"/>
+ <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+ </configurations>
+ <publications>
+ <artifact name="hibernate-search" conf="core"/>
+ </publications>
+ <dependencies>
+ <dependency name="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+ <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+ <dependency name="entitymanager" rev="3.3.1.GA" conf="test->core"/>
+ <dependency name="annotations" rev="3.3.0.GA" conf="test->core"/>
+ </dependencies>
+</ivy-module>
Added: hibernate-search/3.0.1.GA_CP01-brew/lib/hibernate-search-sources.jar
===================================================================
(Binary files differ)
Property changes on: hibernate-search/3.0.1.GA_CP01-brew/lib/hibernate-search-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: hibernate-search/3.0.1.GA_CP01-brew/lib/hibernate-search.jar
===================================================================
(Binary files differ)
Property changes on: hibernate-search/3.0.1.GA_CP01-brew/lib/hibernate-search.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-3.0.1.GA_CP01-src.tar.gz
===================================================================
(Binary files differ)
Property changes on: hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-3.0.1.GA_CP01-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-build_xml.patch
===================================================================
--- hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-build_xml.patch (rev 0)
+++ hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-build_xml.patch 2008-12-02 19:13:40 UTC (rev 19127)
@@ -0,0 +1,83 @@
+--- build.xml.sav 2008-11-13 00:10:07.516545000 -0500
++++ build.xml 2008-11-13 00:09:42.605850000 -0500
+@@ -51,12 +51,12 @@
+
+ <!-- override order for JBossXB to bootstrap properly -->
+ <path id="junit.classpath">
++ <path refid="junit.moduleclasspath"/>
+ <fileset dir="${lib.dir}">
+ <include name="*.jar"/>
+ </fileset>
+ <pathelement path="${classes.dir}"/>
+ <pathelement path="${testclasses.dir}"/>
+- <path refid="junit.moduleclasspath"/>
+ <path refid="lib.class.path"/>
+ <path location="${clover.jar}"/>
+ </path>
+@@ -212,7 +212,7 @@
+ </target>
+
+- <target name="junit" depends="compiletest, prepare-test-resources">
+- <mkdir dir="test_output"/>
++ <target name="junit" depends="compiletest">
++ <mkdir dir="${test.out.dir}"/>
+ <junit forkmode="once" printsummary="yes" haltonfailure="yes">
+ <classpath>
+ <path path="${build.testresources.dir}"/>
+@@ -230,7 +230,7 @@
+ </classpath>
+ <formatter type="plain"/>
+ <formatter type="xml"/>
+- <batchtest fork="yes" todir="test_output" haltonfailure="no">
++ <batchtest fork="yes" todir="${test.out.dir}" haltonfailure="no">
+ <fileset refid="junit.batchtestset"/>
+ </batchtest>
+ </junit>
+@@ -239,7 +239,7 @@
+ <!-- Run a single unit test. -->
+ <target name="junitsingle" depends="compiletest"
+ description="Run a single test suite (requires testname and jdbc.driver properties)">
+- <mkdir dir="test_output"/>
++ <mkdir dir="${test.out.dir}"/>
+ <junit printsummary="yes" fork="yes" haltonfailure="yes">
+ <classpath>
+ <!-- fileset dir="${jdbc.dir}">
+@@ -267,17 +267,17 @@
+ </classpath>
+ <formatter type="plain"/>
+ <formatter type="xml"/>
+- <test fork="yes" todir="test_output" haltonfailure="no" name="${testname}"/>
++ <test fork="yes" todir="${test.out.dir}" haltonfailure="no" name="${testname}"/>
+ </junit>
+ </target>
+
+ <!-- target name="report">
+- <mkdir dir="test_output"/>
+- <junitreport todir="test_output">
+- <fileset dir="test_output">
++ <mkdir dir="${test.out.dir}"/>
++ <junitreport todir="${test.out.dir}">
++ <fileset dir="${test.out.dir}">
+ <include name="TEST-*.xml"/>
+ </fileset>
+- <report format="frames" todir="test_output/report"/>
++ <report format="frames" todir="${test.out.dir}/report"/>
+ </junitreport>
+ </target -->
+
+@@ -308,13 +308,14 @@
+ <!-- Some of this can probably be moved to common-build... -->
+ <target name="dist" depends="get.deps.core,get.deps.test,jar,jar,javadoc,copysource,copytest,copylib,extras"
+ description="Build everything">
+-
++ <!--
+ <ant inheritall="false" dir="${basedir}/doc/reference"/>
+ <copy todir="${dist.dir}/doc/reference" failonerror="false">
+ <fileset dir="${basedir}/doc/reference/build">
+ <include name="**/*.*"/>
+ </fileset>
+ </copy>
++ -->
+
+ <copy todir="${dist.dir}" failonerror="false">
+ <fileset dir="${common.dir}">
Added: hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-common-build_xml.patch
===================================================================
--- hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-common-build_xml.patch (rev 0)
+++ hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-common-build_xml.patch 2008-12-02 19:13:40 UTC (rev 19127)
@@ -0,0 +1,119 @@
+--- common-build.xml.sav 2008-11-12 23:57:59.520049000 -0500
++++ common-build.xml 2008-11-12 23:53:20.445884000 -0500
+@@ -18,6 +18,7 @@
+ <property name="testclasses.dir" location="${build.dir}/testclasses"/>
+ <property name="dist.target.dir" location="target"/>
+ <property name="dist.dir" location="${dist.target.dir}/${name}"/>
++ <property name="test.out.dir" value="test_output"/>
+ <property name="instrumenttest.out.dir" value="instrumenttestout"/>
+ <property name="doc.dir" location="doc"/>
+ <property name="doc.api.dir" location="${doc.dir}/api"/>
+@@ -33,15 +34,14 @@
+ <property name="jar.file.name" value="${dist.dir}/${jar.name}.jar"/>
+ <property name="jartest.file.name" value="${dist.dir}/${jar.name}-tests.jar"/>
+
+- <property name="javadoc" value="http://java.sun.com/j2se/1.4/docs/api"/>
++ <property name="javadoc" value="http://java.sun.com/j2se/1.5/docs/api"/>
+ <property name="javac.debug" value="on"/>
+ <property name="javac.optimize" value="off"/>
+ <property name="javac.source" value="1.4"/>
+ <property name="javac.target" value="1.4"/>
+
+-
+ <!-- set Hibernate core related properties -->
+- <property name="hibernate-core.home" location="${common-build.basedir}/../hibernate-3.2"/>
++ <property name="hibernate-core.home" location="${common-build.basedir}"/>
+ <property name="hibernate-core.jar" location="${hibernate-core.home}/hibernate3.jar"/>
+ <property name="hibernate-core.lib.dir" location="${hibernate-core.home}/lib"/>
+ <property name="hibernate-core.jdbc.dir" location="${hibernate-core.home}/lib"/> <!-- for some reason jdbc.dir is renamed to lib instead of jdbc when doing a dist of hibernate3 -->
+@@ -240,7 +240,7 @@
+ <target name="instrument" depends="compiletest"
+ description="Instrument the persistent classes"> <!-- depends="jar" -->
+
+- <taskdef name="instrument" classname="org.hibernate.tool.instrument.InstrumentTask">
++ <taskdef name="instrument" classname="org.hibernate.tool.instrument.javassist.InstrumentTask">
+ <classpath path="${classes.dir}"/>
+ <classpath path="${testclasses.dir}"/>
+ <classpath refid="lib.class.path"/>
+@@ -335,9 +335,8 @@
+ protected="true"
+ version="true"
+ windowtitle="${Name} API Documentation"
+- Overview="${doc.api.dir}/package.html"
+ doctitle="${Name} API Documentation"
+- stylesheetfile="${hibernate-core.doc.api}/jdstyle.css"
++ stylesheetfile="${doc.api.dir}/jdstyle.css"
+ link="${javadoc}">
+ <packageset dir="${src.dir}" defaultexcludes="yes" >
+ <include name="**/*" />
+@@ -390,12 +389,12 @@
+ </target>
+
+ <target name="junit" depends="compiletest">
+- <mkdir dir="test_output"/>
++ <mkdir dir="${test.out.dir}"/>
+ <junit printsummary="yes" haltonfailure="yes" forkmode="once">
+ <classpath refid="junit.classpath"/>
+ <formatter type="plain"/>
+ <formatter type="xml"/>
+- <batchtest fork="yes" todir="test_output" haltonfailure="no">
++ <batchtest fork="yes" todir="${test.out.dir}" haltonfailure="no">
+ <fileset refid="junit.batchtestset"/>
+ </batchtest>
+ </junit>
+@@ -403,17 +402,21 @@
+
+ <!-- Run a single unit test. -->
+ <target name="junitsingle" depends="compiletest" description="Run a single test suite (requires testname and jdbc.driver properties)">
+- <mkdir dir="test_output"/>
++ <mkdir dir="${test.out.dir}"/>
+ <junit printsummary="yes" fork="yes" haltonfailure="yes">
+ <classpath refid="junit.classpath"/>
+ <formatter type="plain"/>
+ <formatter type="xml"/>
+- <test fork="yes" todir="test_output" haltonfailure="no" name="${testname}"/>
++ <test fork="yes" todir="${test.out.dir}" haltonfailure="no" name="${testname}"/>
+ </junit>
+ </target>
+
+ <target name="junitinstrument" depends="compiletest,instrument"
+ description="Run the instrument test suite (requires driver.jar property)">
++ <antcall target="junit" inheritall="true">
++ <param name="test.out.dir" value="${instrumenttest.out.dir}"/>
++ </antcall>
++ <!--
+ <mkdir dir="${instrumenttest.out.dir}"/>
+ <junit printsummary="yes" haltonfailure="yes" dir="${basedir}"
+ maxmemory="256M" fork="yes" forkmode="perBatch">
+@@ -421,19 +424,20 @@
+ <formatter type="plain"/>
+ <formatter type="xml"/>
+ <batchtest todir="${instrumenttest.out.dir}" haltonfailure="no">
+- <fileset dir="${classes.dir}">
++ <fileset dir="${testclasses.dir}">
+ <include name="org/hibernate/test/**/*Test.class"/>
+ </fileset>
+ </batchtest>
+ </junit>
++ -->
+ </target>
+
+ <target name="junitreport" depends="">
+- <junitreport todir="./test_output">
+- <fileset dir="test_output">
++ <junitreport todir="${test.out.dir}">
++ <fileset dir="${test.out.dir}">
+ <include name="TEST-*.xml"/>
+ </fileset>
+- <report format="frames" todir="./test_output"/>
++ <report format="frames" todir="${test.out.dir}"/>
+ </junitreport>
+ </target>
+
+@@ -469,4 +473,4 @@
+ <cvs command="-q diff -u -N" output="patch.txt"/>
+ </target>
+
+-</project>
+\ No newline at end of file
++</project>
Added: hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-ivy.patch
===================================================================
--- hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-ivy.patch (rev 0)
+++ hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-ivy.patch 2008-12-02 19:13:40 UTC (rev 19127)
@@ -0,0 +1,20 @@
+--- ivy.xml.sav 2008-11-13 18:21:13.176414000 -0500
++++ ivy.xml 2008-11-13 18:22:22.382206000 -0500
+@@ -9,12 +9,14 @@
+ <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+ </configurations>
+ <publications>
+- <artifact name="hibernate-search" conf="core"/>
++ <artifact name="hibernate-search" conf="core" type="jar"/>
+ </publications>
++<!--
+ <dependencies>
+ <dependency name="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+ <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+ <dependency name="entitymanager" rev="3.3.1.GA" conf="test->core"/>
+ <dependency name="annotations" rev="3.3.0.GA" conf="test->core"/>
+ </dependencies>
+-</ivy-module>
+\ No newline at end of file
++-->
++</ivy-module>
Added: hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-jdstyle.css
===================================================================
--- hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-jdstyle.css (rev 0)
+++ hibernate-search/3.0.1.GA_CP01-brew/src/hibernate-search-jdstyle.css 2008-12-02 19:13:40 UTC (rev 19127)
@@ -0,0 +1,117 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { font-family: Arial;
+ background-color: white;
+ font-size: 10pt;
+ }
+td { font-family: Arial;
+ font-size: 10pt;
+ }
+/* Table colors */
+.TableHeadingColor { background: #F4F4F4 }
+.TableSubHeadingColor { background: #F4F4F4 }
+.TableRowColor { background: #FFFFFF }
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont { font-size: normal; font-family: Arial }
+.FrameHeadingFont { font-size: normal; font-family: Arial }
+.FrameItemFont { font-size: normal; font-family: Arial }
+
+/* Example of smaller, sans-serif font in frames */
+/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
+
+/* Navigation bar fonts and colors */
+.NavBarCell1 { background-color:#F4F4F4;}
+.NavBarCell1Rev { background-color:silver;}
+
+.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
+
+.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+
+A {
+ color: #003399;
+}
+
+A:active {
+ color: #003399;
+}
+
+A:visited {
+ color: #888888;
+}
+
+P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
+ color: #000000;
+}
+
+TD, TH, SPAN {
+ color: #000000;
+}
+
+BLOCKQUOTE {
+ margin-right: 0px;
+}
+
+
+/*H1, H2, H3, H4, H5, H6 {
+ color: #000000;
+ font-weight:500;
+ margin-top:10px;
+ padding-top:15px;
+}
+
+H1 { font-size: 150%; }
+H2 { font-size: 140%; }
+H3 { font-size: 110%; font-weight: bold; }
+H4 { font-size: 110%; font-weight: bold;}
+H5 { font-size: 100%; font-style: italic; }
+H6 { font-size: 100%; font-style: italic; }*/
+
+TT {
+font-size: 90%;
+ font-family: "Courier New", Courier, monospace;
+ color: #000000;
+}
+
+PRE {
+font-size: 90%;
+ padding: 5px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #CCCCCC;
+ background-color: #F4F4F4;
+}
+
+UL, OL, LI {
+ list-style: disc;
+}
+
+HR {
+ width: 100%;
+ height: 1px;
+ background-color: #CCCCCC;
+ border-width: 0px;
+ padding: 0px;
+ color: #CCCCCC;
+}
+
+.variablelist {
+ padding-top: 10;
+ padding-bottom:10;
+ margin:0;
+}
+
+.itemizedlist, UL {
+ padding-top: 0;
+ padding-bottom:0;
+ margin:0;
+}
+
+.term {
+ font-weight:bold;
+}
More information about the jboss-cvs-commits
mailing list