Hibernate SVN: r13007 - search.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:56:35 -0400 (Wed, 15 Aug 2007)
New Revision: 13007
Added:
search/trunk/
Log:
Create search structure
17 years, 4 months
Hibernate SVN: r13006 - /.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:56:34 -0400 (Wed, 15 Aug 2007)
New Revision: 13006
Added:
search/
Log:
Create search structure
17 years, 4 months
Hibernate SVN: r13005 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:56:31 -0400 (Wed, 15 Aug 2007)
New Revision: 13005
Added:
jpa-api/trunk/ivy.xml
Removed:
trunk/HibernateExt/jpa-api/ivy.xml
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/ivy.xml (from rev 13004, trunk/HibernateExt/jpa-api/ivy.xml)
===================================================================
--- jpa-api/trunk/ivy.xml (rev 0)
+++ jpa-api/trunk/ivy.xml 2007-08-15 23:56:31 UTC (rev 13005)
@@ -0,0 +1,10 @@
+<?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="jpa-api" revision="1.0.0.GA" status="release"/>
+ <publications>
+ <artifact name="ejb3-persistence" type="jar" />
+ </publications>
+</ivy-module>
\ No newline at end of file
Deleted: trunk/HibernateExt/jpa-api/ivy.xml
===================================================================
--- trunk/HibernateExt/jpa-api/ivy.xml 2007-08-15 23:56:21 UTC (rev 13004)
+++ trunk/HibernateExt/jpa-api/ivy.xml 2007-08-15 23:56:31 UTC (rev 13005)
@@ -1,10 +0,0 @@
-<?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="jpa-api" revision="1.0.0.GA" status="release"/>
- <publications>
- <artifact name="ejb3-persistence" type="jar" />
- </publications>
-</ivy-module>
\ No newline at end of file
17 years, 4 months
Hibernate SVN: r13004 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:56:21 -0400 (Wed, 15 Aug 2007)
New Revision: 13004
Added:
jpa-api/trunk/ivy/
Removed:
trunk/HibernateExt/jpa-api/ivy/
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/ivy (from rev 13003, trunk/HibernateExt/jpa-api/ivy)
17 years, 4 months
Hibernate SVN: r13003 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:56:04 -0400 (Wed, 15 Aug 2007)
New Revision: 13003
Added:
jpa-api/trunk/etc/
Removed:
trunk/HibernateExt/jpa-api/etc/
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/etc (from rev 13002, trunk/HibernateExt/jpa-api/etc)
17 years, 4 months
Hibernate SVN: r13002 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:55:56 -0400 (Wed, 15 Aug 2007)
New Revision: 13002
Added:
jpa-api/trunk/src/
Removed:
trunk/HibernateExt/jpa-api/src/
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/src (from rev 13001, trunk/HibernateExt/jpa-api/src)
17 years, 4 months
Hibernate SVN: r13001 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:55:50 -0400 (Wed, 15 Aug 2007)
New Revision: 13001
Added:
jpa-api/trunk/doc/
Removed:
trunk/HibernateExt/jpa-api/doc/
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/doc (from rev 13000, trunk/HibernateExt/jpa-api/doc)
17 years, 4 months
Hibernate SVN: r13000 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:55:38 -0400 (Wed, 15 Aug 2007)
New Revision: 13000
Added:
jpa-api/trunk/build.xml
Removed:
trunk/HibernateExt/jpa-api/build.xml
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/build.xml (from rev 12999, trunk/HibernateExt/jpa-api/build.xml)
===================================================================
--- jpa-api/trunk/build.xml (rev 0)
+++ jpa-api/trunk/build.xml 2007-08-15 23:55:38 UTC (rev 13000)
@@ -0,0 +1,130 @@
+<!--
+
+ EJB API build script.
+
+ Emmanuel Bernard
+
+-->
+
+<project name="EJB-API" default="jar" basedir="."
+ xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
+
+ <!-- Give user a chance to override without editing this file or typing -D -->
+ <property file="build.properties"/>
+ <property file="${user.home}/.ant.properties"/>
+
+ <!-- Name of project and version, used to create filenames -->
+ <property name="name" value="ejb3-persistence"/>
+ <property name="version" value="3.0 Final Release"/>
+
+ <!-- set global properties for this build -->
+ <property name="src.dir" value="src"/>
+ <property name="build.dir" value="build"/>
+ <property name="metainf.dir" value="etc"/>
+ <property name="classes.dir" value="${build.dir}/classes"/>
+ <property name="jar.name" value="${name}"/>
+
+ <property name="javac.debug" value="on"/>
+ <property name="javac.optimize" value="off"/>
+
+ <patternset id="src.files">
+ <!-- include everything we want in the src directory
+ that we didn't want in the jar itself -->
+ <include name="**/*.java"/>
+ <include name="META-INF/ra.xml"/>
+ </patternset>
+
+ <!-- ivy load -->
+ <property name="ivy.jar.dir" value="${basedir}/ivy" />
+ <property name="ivy.conf.dir" value="${basedir}" />
+ <path id="ivy.lib.path">
+ <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
+ </path>
+ <taskdef resource="fr/jayasoft/ivy/ant/antlib.xml"
+ uri="antlib:fr.jayasoft.ivy.ant" classpathref="ivy.lib.path"/>
+
+
+ <!-- ############################ Targets #############################-->
+
+ <target name="clean" description="Cleans up build and dist directories">
+ <delete dir="${build.dir}"/>
+ </target>
+
+ <target name="init" description="Initialize the build">
+ <tstamp>
+ <format property="subversion" pattern="yyyy-MM-dd hh:mm:ss"/>
+ </tstamp>
+ <tstamp>
+ <format property="now" pattern="yyyyMMddhhmmss"/>
+ </tstamp>
+ <echo message="Build ${name}-${version} (${subversion})"/>
+
+ <mkdir dir="${classes.dir}"/>
+ <ivy:configure file="${ivy.jar.dir}/ivyconf.xml" />
+
+ </target>
+
+ <target name="compile" depends="init" description="Compile the Java source code">
+ <available
+ classname="org.eclipse.core.launcher.Main"
+ property="build.compiler"
+ value="org.eclipse.jdt.core.JDTCompilerAdapter"
+ classpath="${java.class.path}"/>
+ <javac
+ destdir="${classes.dir}"
+ debug="${javac.debug}"
+ optimize="${javac.optimize}"
+ nowarn="on"
+ source="1.5">
+ <src path="${src.dir}"/>
+ </javac>
+ </target>
+
+ <target name="jar" depends="compile" description="Build the distribution .jar file">
+ <jar jarfile="${build.dir}/${jar.name}.jar" basedir="${classes.dir}">
+ <include name="javax/**/*.class"/>
+ <manifest>
+ <attribute name="Built-By" value="hibernate.org"/>
+ <attribute name="Specification-Title" value="EJB 3.0"/>
+ <attribute name="Specification-Version" value="${version}"/>
+ <attribute name="Specification-Vendor" value="Sun Microsystems, Inc."/>
+ <attribute name="Implementation-Title" value="EJB"/>
+ <attribute name="Implementation-Version" value="${version} ${TODAY}"/>
+ <attribute name="Implementation-Vendor" value="hibernate.org"/>
+ </manifest>
+ <metainf dir="${basedir}/${metainf.dir}">
+ <include name="**/license.txt"/>
+ </metainf>
+ </jar>
+ <delete file="${build.dir}/ivy.xml"/> <!-- delete last produced ivy file to be sure a new one will be generated -->
+ <ivy:resolve/>
+ <ivy:publish artifactspattern="${build.dir}/[artifact].[ext]"
+ resolver="local"
+ pubrevision="latest"
+ pubdate="${now}"
+ status="integration"
+ />
+ </target>
+
+ <target name="javadoc" description="Compile the Javadoc API documentation">
+ <mkdir dir="${build.dir}/api"/>
+ <javadoc
+ packagenames="javax.persistence.*"
+ destdir="${build.dir}/api"
+ use="true"
+ protected="true"
+ version="true"
+ overview="${basedir}/doc/api/package.html"
+ windowtitle="EJB 3.0 Persistence API Documentation"
+ doctitle="EJB 3.0 Persistence API Documentation"
+ stylesheetfile="./etc/jdstyle.css"
+ link="http://java.sun.com/j2se/1.5/docs/api">
+ <packageset dir="${src.dir}" defaultexcludes="yes" >
+ <include name="**/*" />
+ </packageset>
+ </javadoc>
+
+ </target>
+
+
+</project>
Deleted: trunk/HibernateExt/jpa-api/build.xml
===================================================================
--- trunk/HibernateExt/jpa-api/build.xml 2007-08-15 23:55:34 UTC (rev 12999)
+++ trunk/HibernateExt/jpa-api/build.xml 2007-08-15 23:55:38 UTC (rev 13000)
@@ -1,130 +0,0 @@
-<!--
-
- EJB API build script.
-
- Emmanuel Bernard
-
--->
-
-<project name="EJB-API" default="jar" basedir="."
- xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
-
- <!-- Give user a chance to override without editing this file or typing -D -->
- <property file="build.properties"/>
- <property file="${user.home}/.ant.properties"/>
-
- <!-- Name of project and version, used to create filenames -->
- <property name="name" value="ejb3-persistence"/>
- <property name="version" value="3.0 Final Release"/>
-
- <!-- set global properties for this build -->
- <property name="src.dir" value="src"/>
- <property name="build.dir" value="build"/>
- <property name="metainf.dir" value="etc"/>
- <property name="classes.dir" value="${build.dir}/classes"/>
- <property name="jar.name" value="${name}"/>
-
- <property name="javac.debug" value="on"/>
- <property name="javac.optimize" value="off"/>
-
- <patternset id="src.files">
- <!-- include everything we want in the src directory
- that we didn't want in the jar itself -->
- <include name="**/*.java"/>
- <include name="META-INF/ra.xml"/>
- </patternset>
-
- <!-- ivy load -->
- <property name="ivy.jar.dir" value="${basedir}/ivy" />
- <property name="ivy.conf.dir" value="${basedir}" />
- <path id="ivy.lib.path">
- <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
- </path>
- <taskdef resource="fr/jayasoft/ivy/ant/antlib.xml"
- uri="antlib:fr.jayasoft.ivy.ant" classpathref="ivy.lib.path"/>
-
-
- <!-- ############################ Targets #############################-->
-
- <target name="clean" description="Cleans up build and dist directories">
- <delete dir="${build.dir}"/>
- </target>
-
- <target name="init" description="Initialize the build">
- <tstamp>
- <format property="subversion" pattern="yyyy-MM-dd hh:mm:ss"/>
- </tstamp>
- <tstamp>
- <format property="now" pattern="yyyyMMddhhmmss"/>
- </tstamp>
- <echo message="Build ${name}-${version} (${subversion})"/>
-
- <mkdir dir="${classes.dir}"/>
- <ivy:configure file="${ivy.jar.dir}/ivyconf.xml" />
-
- </target>
-
- <target name="compile" depends="init" description="Compile the Java source code">
- <available
- classname="org.eclipse.core.launcher.Main"
- property="build.compiler"
- value="org.eclipse.jdt.core.JDTCompilerAdapter"
- classpath="${java.class.path}"/>
- <javac
- destdir="${classes.dir}"
- debug="${javac.debug}"
- optimize="${javac.optimize}"
- nowarn="on"
- source="1.5">
- <src path="${src.dir}"/>
- </javac>
- </target>
-
- <target name="jar" depends="compile" description="Build the distribution .jar file">
- <jar jarfile="${build.dir}/${jar.name}.jar" basedir="${classes.dir}">
- <include name="javax/**/*.class"/>
- <manifest>
- <attribute name="Built-By" value="hibernate.org"/>
- <attribute name="Specification-Title" value="EJB 3.0"/>
- <attribute name="Specification-Version" value="${version}"/>
- <attribute name="Specification-Vendor" value="Sun Microsystems, Inc."/>
- <attribute name="Implementation-Title" value="EJB"/>
- <attribute name="Implementation-Version" value="${version} ${TODAY}"/>
- <attribute name="Implementation-Vendor" value="hibernate.org"/>
- </manifest>
- <metainf dir="${basedir}/${metainf.dir}">
- <include name="**/license.txt"/>
- </metainf>
- </jar>
- <delete file="${build.dir}/ivy.xml"/> <!-- delete last produced ivy file to be sure a new one will be generated -->
- <ivy:resolve/>
- <ivy:publish artifactspattern="${build.dir}/[artifact].[ext]"
- resolver="local"
- pubrevision="latest"
- pubdate="${now}"
- status="integration"
- />
- </target>
-
- <target name="javadoc" description="Compile the Javadoc API documentation">
- <mkdir dir="${build.dir}/api"/>
- <javadoc
- packagenames="javax.persistence.*"
- destdir="${build.dir}/api"
- use="true"
- protected="true"
- version="true"
- overview="${basedir}/doc/api/package.html"
- windowtitle="EJB 3.0 Persistence API Documentation"
- doctitle="EJB 3.0 Persistence API Documentation"
- stylesheetfile="./etc/jdstyle.css"
- link="http://java.sun.com/j2se/1.5/docs/api">
- <packageset dir="${src.dir}" defaultexcludes="yes" >
- <include name="**/*" />
- </packageset>
- </javadoc>
-
- </target>
-
-
-</project>
17 years, 4 months
Hibernate SVN: r12999 - trunk/HibernateExt/jpa-api and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:55:34 -0400 (Wed, 15 Aug 2007)
New Revision: 12999
Added:
jpa-api/trunk/.cvsignore
Removed:
trunk/HibernateExt/jpa-api/.cvsignore
Log:
Move jpa-api trunk to the new structure
Copied: jpa-api/trunk/.cvsignore (from rev 12998, trunk/HibernateExt/jpa-api/.cvsignore)
===================================================================
--- jpa-api/trunk/.cvsignore (rev 0)
+++ jpa-api/trunk/.cvsignore 2007-08-15 23:55:34 UTC (rev 12999)
@@ -0,0 +1,3 @@
+build
+.settings
+build.properties
Deleted: trunk/HibernateExt/jpa-api/.cvsignore
===================================================================
--- trunk/HibernateExt/jpa-api/.cvsignore 2007-08-15 23:55:30 UTC (rev 12998)
+++ trunk/HibernateExt/jpa-api/.cvsignore 2007-08-15 23:55:34 UTC (rev 12999)
@@ -1,3 +0,0 @@
-build
-.settings
-build.properties
17 years, 4 months
Hibernate SVN: r12998 - jpa-api.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2007-08-15 19:55:30 -0400 (Wed, 15 Aug 2007)
New Revision: 12998
Added:
jpa-api/branches/
Log:
Create jpa-api structure
17 years, 4 months