[jboss-cvs] JBossAS SVN: r89700 - in projects/embedded/trunk: legacy and 11 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 2 17:36:05 EDT 2009


Author: ALRubinger
Date: 2009-06-02 17:36:04 -0400 (Tue, 02 Jun 2009)
New Revision: 89700

Added:
   projects/embedded/trunk/legacy/
   projects/embedded/trunk/legacy/DOCUMENTATION.html
   projects/embedded/trunk/legacy/DOCUMENTATION.wiki
   projects/embedded/trunk/legacy/INSTALLATION.html
   projects/embedded/trunk/legacy/INSTALLATION.wiki
   projects/embedded/trunk/legacy/binary.bat
   projects/embedded/trunk/legacy/build-test.xml
   projects/embedded/trunk/legacy/build.bat
   projects/embedded/trunk/legacy/build.sh
   projects/embedded/trunk/legacy/build.xml
   projects/embedded/trunk/legacy/docs/
   projects/embedded/trunk/legacy/embedded.bat
   projects/embedded/trunk/legacy/install-tomcat55.xml
   projects/embedded/trunk/legacy/lgpl.html
   projects/embedded/trunk/legacy/pom.xml
   projects/embedded/trunk/legacy/src/
   projects/embedded/trunk/legacy/src/main/
   projects/embedded/trunk/legacy/src/main/java/
   projects/embedded/trunk/legacy/src/main/java/org/
   projects/embedded/trunk/legacy/src/main/resources/
   projects/embedded/trunk/legacy/src/test/
   projects/embedded/trunk/legacy/src/test/java/
   projects/embedded/trunk/legacy/src/test/java/org/
   projects/embedded/trunk/legacy/src/test/resources/
Modified:
   projects/embedded/trunk/legacy/src/main/java/org/jboss/embedded/adapters/JMXKernel.java
Log:
[EMB-25] Imported "embedded" module from AS into new legacy component


Property changes on: projects/embedded/trunk/legacy
___________________________________________________________________
Name: svn:ignore
   + target
target-eclipse
eclipse-target


Copied: projects/embedded/trunk/legacy/DOCUMENTATION.html (from rev 89698, trunk/embedded/DOCUMENTATION.html)
===================================================================
--- projects/embedded/trunk/legacy/DOCUMENTATION.html	                        (rev 0)
+++ projects/embedded/trunk/legacy/DOCUMENTATION.html	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,16 @@
+<html>
+<body>
+<p>
+<h2> Documentation</h2>
+
+</p><p>
+The bulk of the documentation for Embedded JBoss is online on our <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedJBoss">wiki</a>.  Please feel free to update, fix, or add additional documentation!  Help the community!
+</p><p>
+Additionally, there are a few other resources that come with the distribution:
+<ul>
+<li> <a href="docs/api/index.html">Javadocs</a></li>
+<li> <a href="docs/tutorial">Tutorials</a></li>
+</ul>
+</p>
+</body>
+</html>


Property changes on: projects/embedded/trunk/legacy/DOCUMENTATION.html
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/DOCUMENTATION.wiki (from rev 89698, trunk/embedded/DOCUMENTATION.wiki)
===================================================================
--- projects/embedded/trunk/legacy/DOCUMENTATION.wiki	                        (rev 0)
+++ projects/embedded/trunk/legacy/DOCUMENTATION.wiki	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,10 @@
+!!! Documentation
+
+The bulk of the documentation for Embedded JBoss is online on our [wiki|http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedJBoss].  Please feel free to update, fix, or add additional documentation!  Help the community!
+
+Additionally, there are a few other resources that come with the distribution:
+* [Javadocs|docs/api/index.html]
+* [Tutorials|docs/tutorial]
+
+
+


Property changes on: projects/embedded/trunk/legacy/DOCUMENTATION.wiki
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/INSTALLATION.html (from rev 89698, trunk/embedded/INSTALLATION.html)
===================================================================
--- projects/embedded/trunk/legacy/INSTALLATION.html	                        (rev 0)
+++ projects/embedded/trunk/legacy/INSTALLATION.html	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,11 @@
+<html>
+<body>
+<p>
+<h2> Installation</h2>
+
+</p><p>
+Please see our online <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedJBoss">wiki</a> for more information.
+</p><p>
+</p>
+</body>
+</html>


Property changes on: projects/embedded/trunk/legacy/INSTALLATION.html
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/INSTALLATION.wiki (from rev 89698, trunk/embedded/INSTALLATION.wiki)
===================================================================
--- projects/embedded/trunk/legacy/INSTALLATION.wiki	                        (rev 0)
+++ projects/embedded/trunk/legacy/INSTALLATION.wiki	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,4 @@
+!!! Installation
+
+Please see our online [wiki|http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedJBoss] for more information.
+


Property changes on: projects/embedded/trunk/legacy/INSTALLATION.wiki
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/binary.bat (from rev 89698, trunk/embedded/binary.bat)
===================================================================
--- projects/embedded/trunk/legacy/binary.bat	                        (rev 0)
+++ projects/embedded/trunk/legacy/binary.bat	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,7 @@
+set CLASSPATH=output\lib\embedded-jboss\lib\jboss-embedded-all.jar;output\lib\embedded-jboss\lib\hibernate-all.jar;output\lib\embedded-jboss\lib\thirdparty-all.jar;output\lib\embedded-jboss\bootstrap;output\test-classes
+
+rem java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=javadebug org.jboss.embedded.test.TimedBinaryBootstrap
+java org.jboss.embedded.test.TimedBinaryBootstrap
+
+
+


Property changes on: projects/embedded/trunk/legacy/binary.bat
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/build-test.xml (from rev 89698, trunk/embedded/build-test.xml)
===================================================================
--- projects/embedded/trunk/legacy/build-test.xml	                        (rev 0)
+++ projects/embedded/trunk/legacy/build-test.xml	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,359 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [
+        <!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">
+        <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
+        ]>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project default="main" name="JBoss/EJB3X">
+   <import file="../tools/etc/buildmagic/build-common.xml"/>
+
+   <target name="init">
+
+
+      <!-- =================== -->
+      <!-- Basic Configuration -->
+      <!-- =================== -->
+
+      <!-- ========= -->
+      <!-- Libraries -->
+      <!-- ========= -->
+
+      &libraries;
+
+
+      <!-- The combined library classpath -->
+      <path id="library.classpath">
+         <path refid="junit.junit.classpath"/>
+         <path refid="jboss.test.classpath"/>
+      </path>
+
+      <!-- ======= -->
+      <!-- Modules -->
+      <!-- ======= -->
+
+      &modules;
+
+      <!-- The combined dependent module classpath -->
+      <path id="dependentmodule.classpath">
+         <pathelement location="output/lib/embedded-jboss/bootstrap"/>
+         <fileset dir="output/lib/embedded-jboss/lib">
+            <include name="*.jar"/>
+         </fileset>
+      </path>
+
+      <!-- ===== -->
+      <!-- Tasks -->
+      <!-- ===== -->
+
+      <!-- Where source files live -->
+      <property name="source.java" value="src/test/java"/>
+      <property name="source.stylesheets" value="../testsuite/src/stylesheets"/>
+      <property name="resources" value="src/test/resources"/>
+
+      <!-- Where build generated files will go -->
+      <property name="build.reports" value="output/reports"/>
+      <property name="build.testlog" value="output/log"/>
+      <property name="build.classes" value="output/test-classes"/>
+      <property name="build.lib" value="output/test-lib"/>
+      <property name="build.stylesheets" value="output/stylesheets"/>
+
+
+      <!-- The combined thirdparty classpath -->
+      <path id="thirdparty.classpath">
+         <path refid="library.classpath"/>
+         <path refid="dependentmodule.classpath"/>
+      </path>
+
+      <!-- classpath and local.classpath must have a value using with a path -->
+      <property name="classpath" value=""/>
+      <property name="local.classpath" value=""/>
+
+      <!-- The classpath required to build classes. -->
+      <path id="javac.classpath">
+         <pathelement path="${classpath}"/>
+         <pathelement path="${local.classpath}"/>
+         <path refid="thirdparty.classpath"/>
+      </path>
+
+      <!-- The classpath required to build javadocs. -->
+      <path id="javadoc.classpath">
+         <path refid="javac.classpath"/>
+      </path>
+
+      <!-- Packages to include when generating api documentation -->
+      <property name="javadoc.packages" value="javax.*"/>
+
+      <!-- Override JUnit defaults -->
+      <property name="junit.timeout" value="240000"/>
+      <!-- 4 minutes -->
+      <property name="junit.batchtest.todir" value="${build.reports}"/>
+      <property name="junit.jvm.options" value="-Ddummy"/>
+      <!-- ======================================================== -->
+      <!-- Initialization                                           -->
+      <!-- ======================================================== -->
+      <tstamp>
+         <format property="TIMENOW" pattern="yyyy-MM-dd.HH-mm" timezone="GMT"/>
+      </tstamp>
+   </target>
+
+
+   <!-- ================================================================== -->
+   <!-- Compile                                                            -->
+   <!-- ================================================================== -->
+
+   <!--
+     | Compile everything.
+     |
+     | This target should depend on other compile-* targets for each 
+     | different type of compile that needs to be performed, short of
+     | documentation compiles.
+   -->
+
+   <target name="compile"
+           description="Compile all source files."
+           depends="compile-classes"/>
+
+   <!-- Compile all class files -->
+   <target name="compile-classes" depends="init">
+      <mkdir dir="${build.classes}"/>
+      <javac destdir="${build.classes}"
+             optimize="${javac.optimize}"
+             source="1.5"
+             debug="${javac.debug}"
+             depend="${javac.depend}"
+             verbose="${javac.verbose}"
+             deprecation="${javac.deprecation}"
+             includeAntRuntime="${javac.include.ant.runtime}"
+             includeJavaRuntime="${javac.include.java.runtime}"
+             failonerror="${javac.fail.onerror}">
+         <src path="${source.java}"/>
+         <classpath refid="javac.classpath"/>
+      </javac>
+   </target>
+
+   <target name="compile-stylesheets">
+      <mkdir dir="${build.stylesheets}"/>
+      <copy todir="${build.stylesheets}" filtering="yes">
+         <fileset dir="${source.stylesheets}">
+            <include name="**/*"/>
+         </fileset>
+      </copy>
+   </target>
+
+
+   <target name="jars" depends="compile">
+      <mkdir dir="${build.lib}"/>
+      <jar jarfile="${build.lib}/bootstrap-test.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/embedded/test/bootstrap/**/*.class"/>
+            <include name="org/jboss/embedded/test/jndibootstrap/**/*.class"/>
+         </fileset>
+      </jar>
+      <jar jarfile="${build.lib}/ejb-test.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/embedded/test/ejb/**/*.class"/>
+         </fileset>
+         <fileset dir="${resources}/ejb">
+            <include name="META-INF/persistence.xml"/>
+            <include name="*.properties"/>
+         </fileset>
+      </jar>
+      <jar jarfile="${build.lib}/mdb-test.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/embedded/test/mdb/**/*.class"/>
+         </fileset>
+         <fileset dir="${resources}/mdb">
+            <include name="mdbtest-service.xml"/>
+         </fileset>
+      </jar>
+      <jar jarfile="${build.lib}/remote-test.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/embedded/test/remote/**/*.class"/>
+         </fileset>
+      </jar>
+      <war warfile="${build.lib}/war-scan.war"
+         webxml="${resources}/war-scan/web.xml">
+         <lib dir="${build.lib}">
+            <include name="ejb-test.jar"/>
+         </lib>
+         <fileset dir="${source.java}/org/jboss/embedded/test/ejb/unit">
+            <include name="EjbTestCase.jsp"/>
+         </fileset>
+      </war>
+      <war warfile="${build.lib}/war-resource.war"
+         webxml="${resources}/war-resource/web.xml">
+         <lib dir="${build.lib}">
+            <include name="ejb-test.jar"/>
+         </lib>
+         <fileset dir="${source.java}/org/jboss/embedded/test/ejb/unit">
+            <include name="EjbTestCase.jsp"/>
+         </fileset>
+      </war>
+      <war warfile="${build.lib}/war-security.war"
+         webxml="${resources}/war-security/WEB-INF/web.xml">
+         <fileset dir="${resources}/war-security">
+            <include name="*.html"/>
+            <include name="*.jsp"/>
+         </fileset>
+      </war>
+
+
+   </target>
+
+   <target name="main"
+      description="Executes the default target (most)."
+      depends="jars"/>
+
+
+   <target name="tests" depends="main"
+      description="Execute all tests in the given test directory.">
+      <mkdir dir="${build.reports}"/>
+      <mkdir dir="${build.testlog}"/>
+      <!-- Remove the test.log so each run has a fresh log -->
+      <delete file="${build.testlog}/test.log"/>
+      <path id="test.classpath">
+         <fileset dir="${build.lib}">
+            <include name="*.jar"/>
+         </fileset>
+         <path refid="thirdparty.classpath"/>
+      </path>
+      <junit dir="${module.output}"
+         printsummary="yes"
+         haltonerror="false"
+         haltonfailure="false"
+         fork="true">
+
+         <sysproperty key="jbosstest.deploy.dir" value="test-lib"/>
+         <sysproperty key="build.testlog" value="${build.testlog}"/>
+         <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
+         <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
+         <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
+
+         <classpath>
+            <path refid="test.classpath"/>
+         </classpath>
+
+         <formatter type="plain" usefile="true"/>
+         <formatter type="xml" usefile="true"/>
+
+         <batchtest todir="${build.reports}"
+            haltonerror="false"
+            haltonfailure="false"
+            fork="true">
+
+            <fileset dir="${build.classes}">
+               <include name="**/*TestCase.class"/>
+            </fileset>
+         </batchtest>
+      </junit>
+   </target>
+
+
+   <target name="test" depends="init" if="test"
+      description="Execute all tests in the given test directory.">
+      <mkdir dir="${build.reports}"/>
+      <mkdir dir="${build.testlog}"/>
+      <!-- Remove the test.log so each run has a fresh log -->
+      <delete file="${build.testlog}/test.log"/>
+      <path id="test.classpath">
+         <fileset dir="${build.lib}">
+            <include name="*.jar"/>
+         </fileset>
+         <path refid="thirdparty.classpath"/>
+      </path>
+      <junit dir="${module.output}"
+         printsummary="yes"
+         haltonerror="false"
+         haltonfailure="false"
+         fork="true">
+
+         <sysproperty key="jbosstest.deploy.dir" value="test-lib"/>
+         <sysproperty key="build.testlog" value="${build.testlog}"/>
+         <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
+         <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
+         <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
+
+         <classpath>
+            <path refid="test.classpath"/>
+         </classpath>
+
+         <formatter type="plain" usefile="true"/>
+         <formatter type="xml" usefile="true"/>
+
+         <batchtest todir="${build.reports}"
+            haltonerror="false"
+            haltonfailure="false"
+            fork="true">
+
+            <fileset dir="${build.classes}">
+               <include name="org/jboss/embedded/test/${test}/unit/*TestCase.class"/>
+            </fileset>
+         </batchtest>
+      </junit>
+   </target>
+
+
+
+   <target name="tests-report-html" depends="compile-stylesheets">
+      <mkdir dir="${build.reports}/html"/>
+
+      <junitreport todir="${build.reports}">
+         <fileset dir="${build.reports}">
+            <include name="TEST-*.xml"/>
+         </fileset>
+         <report format="frames"
+            todir="${build.reports}/html"
+            styledir="${build.stylesheets}"
+            />
+      </junitreport>
+   </target>
+
+  <target name="tests-report-text" depends="tests-report-html">
+    <mkdir dir="${build.reports}/text"/>
+
+    <style basedir="${build.reports}"
+      destdir="${build.reports}/text"
+      extension=".txt"
+      style="${build.stylesheets}/summary1b.xsl"
+      includes="TESTS-TestSuites.xml">
+      <param name="thedate" expression="${TIMENOW}"/>
+      <param name="java_version" expression="${java.version}"/>
+      <param name="java_vendor" expression="${java.vendor}"/>
+      <param name="java_vm_specification_version" expression="${java.vm.specification.version}"/>
+      <param name="java_vm_version" expression="${java.vm.version}"/>
+      <param name="java_vm_name" expression="${java.vm.name}"/>
+      <param name="java_vm_info" expression="${java.vm.info}"/>
+      <param name="java_specification_version" expression="${java.specification.version}"/>
+      <param name="java_class_version" expression="${java.class.version}"/>
+      <param name="os_name" expression="${os.name}"/>
+      <param name="os_arch" expression="${os.arch}"/>
+      <param name="os_version" expression="${os.version}"/>
+      <param name="builduid" expression="${TIMENOW}"/>
+      <param name="results_web" expression="${results_web}"/>
+    </style>
+  </target>
+
+
+   <target name="tests-report-clean">
+      <delete dir="${build.reports}"/>
+   </target>
+
+   <target name="clean"
+           description="Cleans up most generated files." depends="init">
+      <delete dir="${build.classes}"/>
+      <delete dir="${build.lib}"/>
+      <delete dir="${build.reports}"/>
+   </target>
+
+</project>


Property changes on: projects/embedded/trunk/legacy/build-test.xml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/build.bat (from rev 89698, trunk/embedded/build.bat)
===================================================================
--- projects/embedded/trunk/legacy/build.bat	                        (rev 0)
+++ projects/embedded/trunk/legacy/build.bat	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,89 @@
+ at echo off
+REM  ======================================================================
+REM
+REM  This is the main entry point for the build system.
+REM
+REM  Users should be sure to execute this file rather than 'ant' to ensure
+REM  the correct version is being used with the correct configuration.
+REM
+REM  ======================================================================
+REM
+REM $Id$
+REM
+REM Authors:
+REM     Jason Dillon <jason at planet57.com>
+REM     Sacha Labourey <sacha.labourey at cogito-info.ch>
+REM
+
+REM ******************************************************
+REM Ignore the ANT_HOME variable: we want to use *our*
+REM ANT version and associated JARs.
+REM ******************************************************
+REM Ignore the users classpath, cause it might mess
+REM things up
+REM ******************************************************
+
+SETLOCAL
+
+set CLASSPATH=
+set ANT_HOME=
+set ANT_OPTS=-Djava.protocol.handler.pkgs=org.jboss.net.protocol -Dbuild.script=build.bat
+
+REM ******************************************************
+REM - "for" loops have been unrolled for compatibility
+REM   with some WIN32 systems.
+REM ******************************************************
+
+set NAMES=tools;tools\ant;tools\apache\ant
+set SUBFOLDERS=..;..\..;..\..\..;..\..\..\..
+
+REM ******************************************************
+REM ******************************************************
+
+SET EXECUTED=FALSE
+for %%i in (%NAMES%) do call :subLoop %%i %1 %2 %3 %4 %5 %6
+
+goto :EOF
+
+
+REM ******************************************************
+REM ********* Search for names in the subfolders *********
+REM ******************************************************
+
+:subLoop
+for %%j in (%SUBFOLDERS%) do call :testIfExists %%j\%1\bin\ant.bat %2 %3 %4 %5 %6 %7
+
+goto :EOF
+
+
+REM ******************************************************
+REM ************ Test if ANT Batch file exists ***********
+REM ******************************************************
+
+:testIfExists
+if exist %1 call :BatchFound %1 %2 %3 %4 %5 %6 %7 %8
+
+goto :EOF
+
+
+REM ******************************************************
+REM ************** Batch file has been found *************
+REM ******************************************************
+
+:BatchFound
+if (%EXECUTED%)==(FALSE) call :ExecuteBatch %1 %2 %3 %4 %5 %6 %7 %8
+set EXECUTED=TRUE
+
+goto :EOF
+
+REM ******************************************************
+REM ************* Execute Batch file only once ***********
+REM ******************************************************
+
+:ExecuteBatch
+echo Calling %1 %2 %3 %4 %5 %6 %7 %8
+call %1 %2 %3 %4 %5 %6 %7 %8
+
+:end
+
+if "%NOPAUSE%" == "" pause


Property changes on: projects/embedded/trunk/legacy/build.bat
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/build.sh (from rev 89698, trunk/embedded/build.sh)
===================================================================
--- projects/embedded/trunk/legacy/build.sh	                        (rev 0)
+++ projects/embedded/trunk/legacy/build.sh	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,173 @@
+#!/bin/sh
+### ====================================================================== ###
+##                                                                          ##
+##  This is the main entry point for the build system.                      ##
+##                                                                          ##
+##  Users should be sure to execute this file rather than 'ant' to ensure   ##
+##  the correct version is being used with the correct configuration.       ##
+##                                                                          ##
+### ====================================================================== ###
+
+# $Id$
+
+PROGNAME=`basename $0`
+DIRNAME=`dirname $0`
+GREP="grep"
+ROOT="/"
+
+# Ignore user's ANT_HOME if it is set
+ANT_HOME=""
+
+# the default search path for ant
+ANT_SEARCH_PATH="\
+    tools
+    tools/ant \
+    tools/apache/ant \
+    ant"
+
+# the default build file name
+ANT_BUILD_FILE="build.xml"
+
+# the default arguments
+ANT_OPTIONS="--noconfig -find $ANT_BUILD_FILE"
+
+# Use the maximum available, or set MAX_FD != -1 to use that
+MAX_FD="maximum"
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false;
+darwin=false;
+case "`uname`" in
+    CYGWIN*)
+        cygwin=true
+        ;;
+
+    Darwin*)
+        darwin=true
+        ;;
+esac
+
+#
+# Helper to complain.
+#
+die() {
+    echo "${PROGNAME}: $*"
+    exit 1
+}
+
+#
+# Helper to complain.
+#
+warn() {
+    echo "${PROGNAME}: $*"
+}
+
+#
+# Helper to source a file if it exists.
+#
+maybe_source() {
+    for file in $*; do
+	if [ -f "$file" ]; then
+	    . $file
+	fi
+    done
+}
+
+search() {
+    search="$*"
+    for d in $search; do
+	ANT_HOME="`pwd`/$d"
+	ANT="$ANT_HOME/bin/ant"
+	if [ -x "$ANT" ]; then
+	    # found one
+	    echo $ANT_HOME
+	    break
+	fi
+    done
+}
+
+#
+# Main function.
+#
+main() {
+    # if there is a build config file. then source it
+    maybe_source "$DIRNAME/build.conf" "$HOME/.build.conf"
+
+    # Increase the maximum file descriptors if we can
+    if [ $cygwin = "false" ]; then
+	MAX_FD_LIMIT=`ulimit -H -n`
+	if [ $? -eq 0 ]; then
+	    if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ]; then
+		# use the system max
+		MAX_FD="$MAX_FD_LIMIT"
+	    fi
+
+	    ulimit -n $MAX_FD
+	    if [ $? -ne 0 ]; then
+		warn "Could not set maximum file descriptor limit: $MAX_FD"
+	    fi
+	else
+	    warn "Could not query system maximum file descriptor limit: $MAX_FD_LIMIT"
+	fi
+    fi
+
+    # try the search path
+    ANT_HOME=`search $ANT_SEARCH_PATH`
+
+    # try looking up to root
+    if [ "x$ANT_HOME" = "x" ]; then
+	target="build"
+	_cwd=`pwd`
+
+	while [ "x$ANT_HOME" = "x" ] && [ "$cwd" != "$ROOT" ]; do
+	    cd ..
+	    cwd=`pwd`
+	    ANT_HOME=`search $ANT_SEARCH_PATH`
+	done
+
+	# make sure we get back
+	cd $_cwd
+
+	if [ "$cwd" != "$ROOT" ]; then
+	    found="true"
+	fi
+
+	# complain if we did not find anything
+	if [ "$found" != "true" ]; then
+	    die "Could not locate Ant; check \$ANT or \$ANT_HOME."
+	fi
+    fi
+
+    # make sure we have one
+    ANT=$ANT_HOME/bin/ant
+    if [ ! -x "$ANT" ]; then
+	die "Ant file is not executable: $ANT"
+    fi
+
+    # need to specify planet57/buildmagic protocol handler package
+    ANT_OPTS="-Djava.protocol.handler.pkgs=org.jboss.net.protocol"
+
+    # setup some build properties
+    ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"
+
+    # change to the directory where the script lives so users are not forced
+    # to be in the same directory as build.xml
+    cd $DIRNAME
+
+    # export some stuff for ant
+    export ANT ANT_HOME ANT_OPTS
+
+    # execute in debug mode, or simply execute
+    if [ "x$ANT_DEBUG" != "x" ]; then
+	/bin/sh -x $ANT $ANT_OPTIONS "$@"
+    else
+	exec $ANT $ANT_OPTIONS "$@"
+    fi
+}
+
+##
+## Bootstrap
+##
+
+main "$@"
+


Property changes on: projects/embedded/trunk/legacy/build.sh
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/build.xml (from rev 89698, trunk/embedded/build.xml)
===================================================================
--- projects/embedded/trunk/legacy/build.xml	                        (rev 0)
+++ projects/embedded/trunk/legacy/build.xml	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,598 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [
+        <!ENTITY buildmagic SYSTEM "../tools/etc/buildmagic/buildmagic.ent">
+        <!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">
+        <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
+        ]>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project default="main" name="JBoss/Embedded">
+
+   <!-- ================================================================== -->
+   <!-- Setup                                                              -->
+   <!-- ================================================================== -->
+
+   <!--
+      | Include the common Buildmagic elements.
+      |
+      | This defines several different targets, properties and paths.
+      | It also sets up the basic extention tasks amoung other things.
+    -->
+
+   &buildmagic;
+
+
+   <!-- ================================================================== -->
+   <!-- Initialization                                                     -->
+   <!-- ================================================================== -->
+
+   <!--
+      | Initialize the build system.  Must depend on '_buildmagic:init'.
+      | Other targets should depend on 'init' or things will mysteriously fail.
+    -->
+
+   <target name="init" unless="init.disable" depends="_buildmagic:init">
+   </target>
+
+
+   <!-- ================================================================== -->
+   <!-- Configuration                                                      -->
+   <!-- ================================================================== -->
+
+   <!--
+      | Configure the build system.
+      |
+      | This target is invoked by the Buildmagic initialization logic and
+      | should contain module specific configuration elements.
+    -->
+
+   <target name="configure" unless="configure.disable">
+
+      <!-- =================== -->
+      <!-- Basic Configuration -->
+      <!-- =================== -->
+
+      <!-- Module name(s) & version -->
+      <property name="module.name" value="embedded"/>
+      <property name="module.Name" value="JBoss Embedded"/>
+      <property name="module.version" value="DEV"/>
+
+      <!-- ========= -->
+      <!-- Libraries -->
+      <!-- ========= -->
+      &libraries;
+      <!-- The combined library classpath -->
+      <path id="library.classpath">
+         <path refid="sun.jaf.classpath"/>
+         <path refid="jboss.web.classpath"/>
+         <path refid="javassist.classpath"/>
+         <path refid="qdox.classpath"/>
+         <path refid="jgroups.jgroups.classpath"/>
+         <path refid="hibernate3.classpath"/>
+         <path refid="ejb3-persistence.classpath"/>
+         <path refid="javassist.classpath"/>
+         <path refid="trove.classpath"/>
+         <path refid="xdoclet.xdoclet.classpath"/>
+         <path refid="apache.ant.classpath"/>
+         <path refid="oswego.concurrent.classpath"/>
+         <path refid="junit.junit.classpath"/>
+         <path refid="jboss.remoting.classpath"/>
+         <path refid="apache.logging.classpath"/>
+         <path refid="jboss.serialization.classpath"/>
+         <path refid="jboss.metadata.classpath"/>         
+         <path refid="jboss.jboss.reflect.classpath"/>
+         <path refid="jboss.jboss.mdr.classpath"/>
+         <path refid="jboss.jboss.man.classpath"/>
+         <path refid="jboss.jboss.deployers.classpath"/>
+         <path refid="jboss.jboss.cl.classpath"/>
+         <path refid="jboss.microcontainer.classpath"/>
+         <path refid="quartz.quartz.classpath"/>
+         <path refid="org.jboss.ws.native.classpath"/>
+         <path refid="jboss.jbossxb.classpath"/>
+         <path refid="jboss.jboss.vfs.classpath"/>
+         <path refid="jboss.web.classpath"/>
+         <path refid="jacorb.jacorb.classpath"/>
+         <!-- FIXME: temporary for EJBTHREE-485 -->
+         <path refid="cglib.classpath"/>
+         <path refid="jboss.integration.classpath"/>
+         <path refid="jboss.jboss.ejb3.core.classpath"/>
+         <path refid="jboss.jboss.ejb3.cache.classpath"/>
+         <path refid="jboss.jboss.ejb3.ext.api.classpath" />
+      </path>
+
+      <!-- ======= -->
+      <!-- Modules -->
+      <!-- ======= -->
+
+      &modules;
+
+      <!-- The combined dependent module classpath -->
+      <path id="dependentmodule.classpath">
+         <path refid="jboss.jboss.javaee.classpath"/>
+         <path refid="jboss.mx.classpath"/>
+         <path refid="jboss.aop.classpath"/>
+         <path refid="jboss.cache.classpath"/>
+         <path refid="jboss.aspects.classpath"/>
+         <path refid="jboss.jboss.javaee.classpath"/>
+         <path refid="jboss.common.core.classpath"/>
+         <path refid="jboss.common.logging.spi.classpath"/>
+         <path refid="jboss.common.logging.log4j.classpath"/>
+         <path refid="jboss.common.logging.jdk.classpath"/>
+         <path refid="jboss.cluster.classpath"/>
+         <path refid="jboss.main.classpath"/>
+         <path refid="jboss.system.classpath"/>
+         <path refid="jboss.systemjmx.classpath"/>
+         <path refid="jboss.jnpserver.classpath"/>
+         <path refid="jboss.jboss.security.spi.classpath"/>
+         <path refid="jboss.jbosssx.classpath"/>
+         <path refid="jboss.server.classpath"/>
+         <path refid="jboss.mq.classpath"/>
+         <path refid="jboss.jca.classpath"/>
+         <path refid="jboss.jmx.classpath"/>
+         <path refid="jboss.iiop.classpath"/>
+         <path refid="jboss.test.classpath"/>
+         <path refid="jboss.bootstrap.classpath"/>
+
+      </path>
+
+      <!-- ===== -->
+      <!-- Tasks -->
+      <!-- ===== -->
+
+      <!-- Where source files live -->
+      <property name="source.java" value="${module.source}/main/java"/>
+      <property name="source.etc" value="${module.source}/etc"/>
+      <property name="resources" value="${module.source}/main/resources"/>
+
+      <!-- Where build generated files will go -->
+      <property name="build.reports" value="${module.output}/reports"/>
+      <property name="build.classes" value="${module.output}/classes"/>
+      <property name="build.lib" value="${module.output}/lib"/>
+      <property name="build.api" value="${module.output}/api"/>
+      <property name="build.etc" value="${module.output}/etc"/>
+
+      <!-- Install/Release structure -->
+      <property name="install.id" value="${module.name}-${module.version}"/>
+      <property name="release.id" value="${install.id}"/>
+      <property name="install.root" value="${module.output}/${install.id}"/>
+
+      <!-- The combined thirdparty classpath -->
+      <path id="thirdparty.classpath">
+         <path refid="library.classpath"/>
+         <path refid="dependentmodule.classpath"/>
+      </path>
+
+      <!-- This module is based on Java 1.2 -->
+      <property name="javac.target" value="1.2"/>
+
+      <!-- classpath and local.classpath must have a value using with a path -->
+      <property name="classpath" value=""/>
+      <property name="local.classpath" value=""/>
+
+      <!-- The classpath required to build classes. -->
+      <path id="javac.classpath">
+         <pathelement path="${classpath}"/>
+         <pathelement path="${local.classpath}"/>
+         <path refid="thirdparty.classpath"/>
+      </path>
+
+      <!-- The classpath required to build javadocs. -->
+      <path id="javadoc.classpath">
+         <path refid="javac.classpath"/>
+         <path refid="jboss.ejb3.classpath"/>
+      </path>
+
+      <!-- Packages to include when generating api documentation -->
+      <property name="javadoc.packages" value="javax.*"/>
+
+      <!-- Override JUnit defaults -->
+      <property name="junit.timeout" value="240000"/>
+      <!-- 4 minutes -->
+      <property name="junit.batchtest.todir" value="${build.reports}"/>
+      <property name="junit.jvm.options" value="-Ddummy"/>
+   </target>
+
+
+   <!-- ================================================================== -->
+   <!-- Compile                                                            -->
+   <!-- ================================================================== -->
+
+   <!--
+      | Compile everything.
+      |
+      | This target should depend on other compile-* targets for each
+      | different type of compile that needs to be performed, short of
+      | documentation compiles.
+    -->
+
+   <target name="compile"
+           description="Compile all source files."
+           depends="compile-etc, compile-classes"/>
+
+   <!-- Compile all class files -->
+   <target name="compile-classes" depends="init">
+      <mkdir dir="${build.classes}"/>
+      <javac destdir="${build.classes}"
+             optimize="${javac.optimize}"
+             debug="${javac.debug}"
+             source="1.5"
+             target="1.5"
+             depend="${javac.depend}"
+             verbose="${javac.verbose}"
+             includeAntRuntime="${javac.include.ant.runtime}"
+             includeJavaRuntime="${javac.include.java.runtime}"
+             deprecation="${javac.deprecation}"
+             failonerror="${javac.fail.onerror}">
+         <src path="${source.java}"/>
+         <classpath refid="javac.classpath"/>
+         <include name="${javac.includes}"/>
+         <exclude name="${javac.excludes}"/>
+      </javac>
+   </target>
+
+   <!-- Compile manifests -->
+   <target name="compile-etc" depends="init">
+   </target>
+
+
+   <!-- ================================================================== -->
+   <!-- Archives                                                           -->
+   <!-- ================================================================== -->
+
+   <!--
+      | Build all jar files.
+    -->
+   <target name="internal-jars"
+           depends="_buildmagic:build-bypass-check"
+           unless="build-bypass.on">
+
+      <call target="compile"/>
+
+      <!-- Update the build marker to allow bypassing -->
+      <touch file="${build-bypass.marker}"/>
+
+   </target>
+
+   <target name="jars"
+           description="Builds all jar files."
+           depends="internal-jars">
+
+      <mkdir dir="${build.lib}"/>
+
+      <mkdir dir="${build.lib}/embedded-jboss/bootstrap"/>
+      <mkdir dir="${build.lib}/embedded-jboss/lib"/>
+      <copy todir="${build.lib}/embedded-jboss/bootstrap">
+         <fileset dir="${resources}/javase">
+            <include name="**/*"/>
+            <exclude name="conf/binarybootstrap-beans.xml"/>
+         </fileset>
+      </copy>
+
+      <copy todir="${build.lib}/embedded-jboss/bootstrap/conf">
+         <fileset dir="${jboss.jbossts.resources}">
+            <include name="jbossjta-properties.xml"/>
+         </fileset>
+      </copy>
+
+      <jar jarfile="${build.lib}/jboss-local-jdbc.rar">
+         <fileset dir="../connector/src/resources/local-rar">
+            <include name="META-INF/ra.xml"/>
+         </fileset>
+      </jar>
+      <jar jarfile="${build.lib}/jboss-xa-jdbc.rar">
+         <fileset dir="../connector/src/resources/xa-rar">
+            <include name="META-INF/ra.xml"/>
+         </fileset>
+      </jar>
+
+      <jar jarfile="${build.lib}/jms-ra.rar">
+         <fileset dir="../connector/src/resources/jms-rar">
+            <include name="META-INF/ra.xml"/>
+         </fileset>
+      </jar>
+
+      <copy todir="${build.lib}/embedded-jboss/bootstrap/deploy">
+         <fileset dir="${build.lib}">
+            <include name="*.rar"/>
+         </fileset>
+      </copy>
+
+      <mkdir dir="${build.lib}/embedded-jboss/bootstrap/deploy/messaging"/>
+
+      <copy todir="${build.lib}/embedded-jboss/bootstrap/deploy/messaging">
+         <fileset dir="../messaging/output/etc/deploy/common">
+            <include name="*.xml"/>
+         </fileset>
+         <fileset dir="../messaging/output/etc/deploy/non-clustered">
+            <include name="*.xml"/>
+         </fileset>
+      </copy>
+
+      <mkdir dir="${build.lib}/embedded-jboss/bootstrap/conf/props"/>
+      <copy todir="${build.lib}/embedded-jboss/bootstrap/conf/props">
+         <fileset dir="../messaging/output/etc/deploy/common">
+            <include name="*.properties"/>
+         </fileset>
+      </copy>
+
+      <mkdir dir="${build.lib}/embedded-jboss/optional-lib"/>
+
+      <copy todir="${build.lib}/embedded-jboss/optional-lib">
+         <fileset dir="${jboss.test.lib}">
+            <include name="*.jar"/>
+         </fileset>
+         <fileset dir="${junit.junit.lib}">
+            <include name="*.jar"/>
+         </fileset>
+      </copy>
+
+      <jar jarfile="${build.lib}/embedded-jboss/lib/jboss-embedded-tomcat-bootstrap.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/embedded/tomcat/EmbeddedJBossBootstrapListener.class"/>
+            <include name="org/jboss/embedded/tomcat/WebinfScanner.class"/>
+            <include name="org/jboss/embedded/tomcat/security/*.class"/>
+         </fileset>
+      </jar>
+
+
+   	  <jar jarfile="${build.lib}/embedded-jboss/lib/jboss-embedded.jar">
+   	     <fileset dir="${build.classes}">
+   	        <include name="org/jboss/embedded/**"/>
+   	        <exclude name="org/jboss/embedded/tomcat/EmbeddedJBossBootstrapListener.class"/>
+   	        <exclude name="org/jboss/embedded/tomcat/WebinfScanner.class"/>
+   	        <exclude name="org/jboss/embedded/tomcat/security/*.class"/>
+   	     </fileset>
+   	  </jar>
+
+      <jar jarfile="${build.lib}/embedded-jboss/lib/jboss-embedded-all.jar">
+         <fileset dir="${build.classes}">
+            <exclude name="org/jboss/embedded/**"/>
+         </fileset>
+         <fileset dir="../ejb3/src/resources">
+            <include name="META-INF/persistence.properties"/>
+         </fileset>
+         <fileset dir="../server/output/etc/conf/default">
+            <include name="xmdesc/*"/>
+         </fileset>
+         <fileset dir="${resources}">
+            <include name="stylesheets/*"/>
+         </fileset>
+         <fileset dir="${jboss.system.root}/resources">
+            <include name="org/jboss/*"/>
+         </fileset>
+         <zipfileset src="${jboss.ejb3.lib}/jboss-ejb3.jar"/>
+         <zipfileset src="${jboss.ejb3.lib}/jboss-annotations-ejb3.jar"/>
+         <zipfileset src="${jboss.jboss.javaee.lib}/jboss-javaee.jar"/>
+         <zipfileset src="${jboss.integration.lib}/jboss-integration.jar"/>
+         <zipfileset src="${jboss.aop.lib}/jboss-aop-jdk50.jar"/>
+      	<zipfileset src="${jboss.aop.lib}/jboss-aop-jboss4-jdk50.jar"/>
+         <zipfileset src="${jboss.aop.lib}/jboss-aop-deployer-jdk50.jar"/>
+         <zipfileset src="${jboss.varia.lib}/hsqldb-plugin.jar"/>
+         <zipfileset src="${jboss.mq.lib}/jbossmq.jar"/>
+         <zipfileset src="${jboss.security.int.lib}/jbosssx-server.jar"/>
+         <zipfileset src="${jboss.aspects.lib}/jboss-aspect-library-jdk50.jar"/>
+         <zipfileset src="${jboss.aspects.lib}/jboss-aop-embedded.jar"/>
+         <zipfileset src="${jboss.integration.lib}/jboss-transaction-spi.jar"/>
+         <zipfileset src="${jboss.integration.lib}/jboss-classloading-spi.jar"/>
+         <zipfileset src="${jboss.jnpserver.lib}/jnpserver.jar"/>
+         <zipfileset src="${jboss.common.core.lib}/jboss-common-core.jar"/>
+         <zipfileset src="${jboss.common.logging.log4j.lib}/jboss-logging-log4j.jar"/>
+         <zipfileset src="${jboss.common.logging.spi.lib}/jboss-logging-spi.jar"/>
+         <zipfileset src="${jboss.jbossxb.lib}/jboss-xml-binding.jar"/>
+         <zipfileset src="${jboss.jbosssx.lib}/jbosssx.jar"/>
+         <zipfileset src="${jboss.jboss.security.spi.lib}/jboss-security-spi.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-kernel.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-container.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-classloader.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-dependency.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-client.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-client-spi.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-core.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-core-spi.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-impl.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-spi.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-structure-spi.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-vfs.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-deployers-vfs-spi.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-aop-mc-int.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-metatype.jar"/>
+         <zipfileset src="${jboss.microcontainer.lib}/jboss-managed.jar"/>
+         <zipfileset src="${jboss.server.lib}/jboss.jar"/>
+         <zipfileset src="${jboss.remoting.lib}/jboss-remoting.jar"/>
+         <zipfileset src="${jboss.j2se.lib}/jboss-j2se.jar"/>
+         <zipfileset src="${jboss.jca.lib}/jboss-jca.jar"/>
+         <zipfileset src="${jboss.jca.lib}/jboss-common-jdbc-wrapper.jar"/>
+         <zipfileset src="${jboss.jca.lib}/jboss-local-jdbc.jar"/>
+         <zipfileset src="${jboss.iiop.lib}/jboss-iiop.jar"/>
+         <zipfileset src="${jboss.jca.lib}/jboss-xa-jdbc.jar"/>
+         <zipfileset src="${jboss.jca.lib}/jms-ra.jar"/>
+         <zipfileset src="${jboss.jmx.lib}/jboss-jmx.jar"/>
+         <zipfileset src="${jboss.mbeans.lib}/jboss-mbeans.jar"/>
+         <zipfileset src="${jboss.main.lib}/jboss-main.jar"/>
+         <zipfileset src="${jboss.bootstrap.lib}/jboss-bootstrap.jar"/>
+         <zipfileset src="${jboss.system.lib}/jboss-system.jar"/>
+         <zipfileset src="${jboss.systemjmx.lib}/jboss-system-jmx.jar"/>
+         <zipfileset src="${jboss.serialization.lib}/jboss-serialization.jar"/>
+         <zipfileset src="${jboss.jbossts.lib}/jbossjta.jar"/>
+         <zipfileset src="${jboss.jbossts.lib}/jbossjta-integration.jar"/>
+         <zipfileset src="${jboss.jbossts.lib}/jbossts-common.jar"/>
+         <zipfileset src="${org.jboss.ws.native.lib}/jbossws-native-jaxrpc.jar"/>
+         <zipfileset src="${org.jboss.ws.native.lib}/jbossws-native-jaxws.jar"/>
+         <zipfileset src="${org.jboss.ws.native.lib}/jbossws-native-client.jar"/>
+         <zipfileset src="${org.jboss.ws.lib}/jbossws-spi.jar"/>
+         <zipfileset src="${jboss.jboss.vfs.lib}/jboss-vfs.jar"/>
+         <zipfileset src="${jboss.messaging.lib}/jboss-messaging.jar"/>
+         <zipfileset src="${jboss.jboss.jaspi.api.lib}/jboss-jaspi-api.jar"/>
+         <zipfileset src="${jboss.metadata.lib}/jboss-metadata.jar"/>
+         <zipfileset src="${jboss.jboss.ejb3.cache.lib}/jboss-ejb3-cache.jar"/>
+         <zipfileset src="${jboss.jboss.ejb3.ext.api.lib}/jboss-ejb3-ext-api.jar"/>
+         <zipfileset src="${jboss.jboss.ejb3.impl.lib}/jboss-ejb3-impl.jar"/>
+         <zipfileset src="${org.jboss.cluster.lib}/jboss-ha-client.jar" />
+      	 <zipfileset src="${jboss.profileservice.lib}/jboss-profileservice.jar" />
+         <zipfileset src="../messaging/output/lib/jboss-messaging-int.jar"/>
+      </jar>
+
+
+      <jar jarfile="${build.lib}/embedded-jboss/lib/hibernate-all.jar">
+         <zipfileset src="${hibernate.lib}/hibernate3.jar"/>
+         <zipfileset src="${hibernate.entitymanager.lib}/ejb3-persistence.jar"/>
+         <zipfileset src="${hibernate.entitymanager.lib}/hibernate-entitymanager.jar"/>
+         <zipfileset src="${hibernate.annotations.lib}/hibernate-annotations.jar"/>
+         <zipfileset src="${hibernate.commons.annotations.lib}/hibernate-commons-annotations.jar"/>
+         <zipfileset src="${hibernate.validator.lib}/hibernate-validator.jar" />
+      </jar>
+
+
+      <jar jarfile="${build.lib}/embedded-jboss/lib/thirdparty-all.jar">
+         <zipfileset src="${apache.log4j.lib}/log4j.jar"/>
+         <zipfileset src="${hsqldb.hsqldb.lib}/hsqldb.jar"/>
+         <zipfileset src="${antlr.antlr.lib}/antlr.jar"/>
+         <zipfileset src="${cglib.lib}/cglib.jar"/>
+         <zipfileset src="${dom4j.dom4j.lib}/dom4j.jar"/>
+         <zipfileset src="${apache.logging.lib}/commons-logging.jar"/>
+         <zipfileset src="${apache.collections.lib}/commons-collections.jar"/>
+         <zipfileset src="${oswego.concurrent.lib}/concurrent.jar"/>
+         <zipfileset src="${apache.xerces.lib}/resolver.jar"/>
+         <zipfileset src="${apache.xerces.lib}/xercesImpl.jar"/>
+         <zipfileset src="${apache.xerces.lib}/xml-apis.jar" excludes="**/license"/>
+         <zipfileset src="${javassist.lib}/javassist.jar"/>
+         <zipfileset src="${trove.lib}/trove.jar"/>
+         <zipfileset src="${quartz.quartz.lib}/quartz-all.jar"/>
+      	 <zipfileset src="${sun.jaxb.lib}/jaxb-api.jar"/>
+      	 <zipfileset src="${sun.jaxb.lib}/jaxb-impl.jar"/>
+      </jar>
+   </target>
+
+   <target name="dist" depends="init">
+      <mkdir dir="output/src"/>
+      <unzip src="${jboss.jboss.vfs.lib}/jboss-vfs-sources.jar" dest="output/src"/>
+      <delete dir="output/src/META-INF"/>
+      <javadoc
+              packagenames="org.jboss.embedded"
+              classpathref="javac.classpath"
+              destdir="output/api"
+              use="true"
+              protected="true"
+              version="true"
+              windowtitle="Embedded JBoss API Documentation"
+              doctitle="Embedded JBoss API Documentation">
+         <fileset dir="${source.java}" defaultexcludes="yes">
+            <include name="**"/>
+         </fileset>
+         <fileset dir="output/src" defaultexcludes="yes">
+            <include name="**"/>
+         </fileset>
+      </javadoc>
+      <property name="embedded.version" value="embedded-jboss-beta2"/>
+      <zip zipfile="${embedded.version}.zip">
+         <zipfileset dir="." prefix="${embedded.version}">
+            <include name="DOCUMENTATION.html"/>
+            <include name="INSTALLATION.html"/>
+            <include name="copyright.txt"/>
+            <include name="lgpl.html"/>
+         </zipfileset>
+         <zipfileset dir="." prefix="${embedded.version}">
+            <include name="install-tomcat55.xml"/>
+         </zipfileset>
+         <zipfileset dir="output/api" prefix="${embedded.version}/docs/api">
+            <include name="**"/>
+         </zipfileset>
+         <zipfileset dir="${build.lib}/embedded-jboss" prefix="${embedded.version}">
+            <include name="bootstrap/**"/>
+            <include name="lib/**"/>
+            <include name="optional-lib/**"/>
+         </zipfileset>
+         <zipfileset dir="docs" prefix="${embedded.version}/docs">
+            <include name="**"/>
+            <exclude name="**/.svn/**"/>
+            <exclude name="tutorial/junit/ide"/>
+            <exclude name="tutorial/junit/ide/**"/>
+            <exclude name="**/*.wiki"/>
+            <exclude name="**/.project"/>
+            <exclude name="**/.classpath"/>
+         </zipfileset>
+         <zipfileset dir="docs/tutorial/junit" prefix="${embedded.version}">
+            <include name=".project"/>
+            <include name=".classpath"/>
+         </zipfileset>
+         <zipfileset dir="../testsuite/src" prefix="${embedded.version}/docs/tutorial/junit/ide">
+            <include name="stylesheets/**"/>
+         </zipfileset>
+      </zip>
+   </target>
+
+
+   <!-- ================================================================== -->
+   <!-- Install & Release                                                  -->
+   <!-- ================================================================== -->
+
+   <target name="install"
+           description="Install the structure for a release."
+           depends="all, _buildmagic:install:default"/>
+
+   <target name="release" depends="install"/>
+
+   <target name="release-zip"
+           description="Builds a ZIP distribution."
+           depends="release, _buildmagic:release:zip"/>
+
+   <target name="release-tar"
+           description="Builds a TAR distribution."
+           depends="release, _buildmagic:release:tar"/>
+
+   <target name="release-tgz"
+           description="Builds a TAR-GZ distribution."
+           depends="release, _buildmagic:release:tgz"/>
+
+   <target name="release-all"
+           description="Builds a distribution for each archive type."
+           depends="release-zip, release-tgz"/>
+
+   <!-- ================================================================== -->
+   <!-- Cleaning                                                           -->
+   <!-- ================================================================== -->
+
+   <!-- Clean up all build output -->
+   <target name="clean"
+           description="Cleans up most generated files."
+           depends="_buildmagic:clean">
+   </target>
+
+   <!-- Clean up all generated files -->
+   <target name="clobber"
+           description="Cleans up all generated files."
+           depends="_buildmagic:clobber, clean">
+   </target>
+
+
+   <!-- ================================================================== -->
+   <!-- Misc.                                                              -->
+   <!-- ================================================================== -->
+
+   <target name="main"
+           description="Executes the default target (most)."
+           depends="most"/>
+
+   <target name="all"
+           description="Builds everything."
+           depends="jars, docs"/>
+
+   <target name="most"
+           description="Builds almost everything."
+           depends="jars"/>
+
+   <target name="help"
+           description="Show this help message."
+           depends="_buildmagic:help:standard"/>
+
+</project>


Property changes on: projects/embedded/trunk/legacy/build.xml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 

Copied: projects/embedded/trunk/legacy/docs (from rev 89698, trunk/embedded/docs)


Property changes on: projects/embedded/trunk/legacy/docs
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: projects/embedded/trunk/legacy/embedded.bat (from rev 89698, trunk/embedded/embedded.bat)
===================================================================
--- projects/embedded/trunk/legacy/embedded.bat	                        (rev 0)
+++ projects/embedded/trunk/legacy/embedded.bat	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,8 @@
+set CLASSPATH=output\lib\embedded-jboss\lib\jboss-embedded-all.jar;output\lib\embedded-jboss\lib\hibernate-all.jar;output\lib\embedded-jboss\lib\thirdparty-all.jar;output\lib\embedded-jboss\bootstrap
+
+set CLASSPATH=%CLASSPATH%;output\test-lib\%1
+
+java org.jboss.embedded.Bootstrap %1
+
+
+


Property changes on: projects/embedded/trunk/legacy/embedded.bat
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/install-tomcat55.xml (from rev 89698, trunk/embedded/install-tomcat55.xml)
===================================================================
--- projects/embedded/trunk/legacy/install-tomcat55.xml	                        (rev 0)
+++ projects/embedded/trunk/legacy/install-tomcat55.xml	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="main" name="JBoss/Embedded">
+
+   <property name="jboss.dir" value="."/>
+
+   <target name="main">
+      <copy todir="${tomcat.dir}/server/lib">
+         <fileset dir="${jboss.dir}/lib">
+            <include name="jboss-embedded-tomcat-bootstrap.jar"/>
+         </fileset>
+      </copy>
+      <copy todir="${tomcat.dir}/common/classes">
+         <fileset dir="${jboss.dir}/bootstrap">
+            <include name="**/*"/>
+            <exclude name="jndi.properties"/>
+         </fileset>
+      </copy>
+      <copy todir="${tomcat.dir}/common/lib">
+         <fileset dir="${jboss.dir}/lib">
+            <include name="*.jar"/>
+            <exclude name="jboss-embedded-tomcat-bootstrap.jar"/>
+         </fileset>
+      </copy>
+
+   </target>
+
+
+</project>


Property changes on: projects/embedded/trunk/legacy/install-tomcat55.xml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/lgpl.html (from rev 89698, trunk/embedded/lgpl.html)
===================================================================
--- projects/embedded/trunk/legacy/lgpl.html	                        (rev 0)
+++ projects/embedded/trunk/legacy/lgpl.html	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,350 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>Appendix&nbsp;A.&nbsp;GNU Lesser General Public License</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1a"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="lgpl"></a>GNU Lesser General Public License</h1></div><div><p class="releaseinfo">This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.</p></div><div><p class="copyright">Copyright &copy; 1991, 1999 Free Software Foundation, Inc.</p></div><div><div class="legalnotice"><a name="gpl-legalnotice"></a><p>
+	</p><div class="address"><p>Free&nbsp;Software&nbsp;Foundation,&nbsp;Inc.<br>
+	&nbsp;&nbsp;<span class="street">51&nbsp;Franklin&nbsp;Street,&nbsp;Fifth&nbsp;Floor</span>,<br>
+	&nbsp;&nbsp;<span class="city">Boston</span>,<br>
+	&nbsp;&nbsp;<span class="state">MA</span><br>
+	&nbsp;&nbsp;<span class="postcode">02110-1301</span><br>
+	&nbsp;&nbsp;<span class="country">USA</span><br>
+	</p></div><p>
+      </p><p>Everyone is permitted to copy and distribute verbatim
+      copies of this license document, but changing it is not
+      allowed.</p></div></div><div><p class="pubdate">Version 2.1, February 1999</p></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="lgpl-1"></a>Preamble</h2></div></div></div><p>The licenses for most software are designed to take away your
+    freedom to share and change it.  By contrast, the GNU General Public
+    Licenses are intended to guarantee your freedom to share and change
+    free software--to make sure the software is free for all its users.</p><p>This license, the Lesser General Public License, applies to some
+    specially designated software packages--typically libraries--of the
+    Free Software Foundation and other authors who decide to use it.  You
+    can use it too, but we suggest you first think carefully about whether
+    this license or the ordinary General Public License is the better
+    strategy to use in any particular case, based on the explanations below.</p><p>When we speak of free software, we are referring to freedom of use,
+    not price.  Our General Public Licenses are designed to make sure that
+    you have the freedom to distribute copies of free software (and charge
+    for this service if you wish); that you receive source code or can get
+    it if you want it; that you can change the software and use pieces of
+    it in new free programs; and that you are informed that you can do
+    these things.</p><p>To protect your rights, we need to make restrictions that forbid
+    distributors to deny you these rights or to ask you to surrender these
+    rights.  These restrictions translate to certain responsibilities for
+    you if you distribute copies of the library or if you modify it.</p><p>For example, if you distribute copies of the library, whether gratis
+    or for a fee, you must give the recipients all the rights that we gave
+    you.  You must make sure that they, too, receive or can get the source
+    code.  If you link other code with the library, you must provide
+    complete object files to the recipients, so that they can relink them
+    with the library after making changes to the library and recompiling
+    it.  And you must show them these terms so they know their rights.</p><p>We protect your rights with a two-step method:
+      </p><div class="orderedlist"><ol type="1"><li><p>we copyright the library, and</p></li><li><p>we offer you this license, which gives you legal
+	  permission to copy, distribute and/or modify the library.</p></li></ol></div><p>
+    </p><p>To protect each distributor, we want to make it very clear that
+    there is no warranty for the free library.  Also, if the library is
+    modified by someone else and passed on, the recipients should know
+    that what they have is not the original version, so that the original
+    author's reputation will not be affected by problems that might be
+    introduced by others.</p><p>Finally, software patents pose a constant threat to the existence of
+    any free program.  We wish to make sure that a company cannot
+    effectively restrict the users of a free program by obtaining a
+    restrictive license from a patent holder.  Therefore, we insist that
+    any patent license obtained for a version of the library must be
+    consistent with the full freedom of use specified in this license.</p><p>Most GNU software, including some libraries, is covered by the
+    ordinary GNU General Public License.  This license, the GNU Lesser
+    General Public License, applies to certain designated libraries, and
+    is quite different from the ordinary General Public License.  We use
+    this license for certain libraries in order to permit linking those
+    libraries into non-free programs.</p><p>When a program is linked with a library, whether statically or using
+    a shared library, the combination of the two is legally speaking a
+    combined work, a derivative of the original library.  The ordinary
+    General Public License therefore permits such linking only if the
+    entire combination fits its criteria of freedom.  The Lesser General
+    Public License permits more lax criteria for linking other code with
+    the library.</p><p>We call this license the <span class="emphasis"><em>Lesser</em></span> General Public License because it
+    does Less to protect the user's freedom than the ordinary General
+    Public License.  It also provides other free software developers Less
+    of an advantage over competing non-free programs.  These disadvantages
+    are the reason we use the ordinary General Public License for many
+    libraries.  However, the Lesser license provides advantages in certain
+    special circumstances.</p><p>For example, on rare occasions, there may be a special need to
+    encourage the widest possible use of a certain library, so that it becomes
+    a de-facto standard.  To achieve this, non-free programs must be
+    allowed to use the library.  A more frequent case is that a free
+    library does the same job as widely used non-free libraries.  In this
+    case, there is little to gain by limiting the free library to free
+    software only, so we use the Lesser General Public License.</p><p>In other cases, permission to use a particular library in non-free
+    programs enables a greater number of people to use a large body of
+    free software.  For example, permission to use the GNU C Library in
+    non-free programs enables many more people to use the whole GNU
+    operating system, as well as its variant, the GNU/Linux operating
+    system.</p><p>Although the Lesser General Public License is Less protective of the
+    users' freedom, it does ensure that the user of a program that is
+    linked with the Library has the freedom and the wherewithal to run
+    that program using a modified version of the Library.</p><p>The precise terms and conditions for copying, distribution and
+    modification follow.  Pay close attention to the difference between a
+    &#8220;<span class="quote">work based on the library</span>&#8221; and a &#8220;<span class="quote">work that uses the library</span>&#8221;.  The
+    former contains code derived from the library, whereas the latter must
+    be combined with the library in order to run.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="lgpl-2"></a>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-0"></a>Section 0</h3></div></div></div><p>This License Agreement applies to any software library or other
+      program which contains a notice placed by the copyright holder or
+      other authorized party saying it may be distributed under the terms of
+      this Lesser General Public License (also called &#8220;<span class="quote">this License</span>&#8221;).
+      Each licensee is addressed as &#8220;<span class="quote">you</span>&#8221;.</p><p>A &#8220;<span class="quote">library</span>&#8221; means a collection of software functions and/or data
+      prepared so as to be conveniently linked with application programs
+      (which use some of those functions and data) to form executables.</p><p>The &#8220;<span class="quote">Library</span>&#8221;, below, refers to any such software library or work
+      which has been distributed under these terms.  A &#8220;<span class="quote">work based on the
+      Library</span>&#8221; means either the Library or any derivative work under
+      copyright law: that is to say, a work containing the Library or a
+      portion of it, either verbatim or with modifications and/or translated
+      straightforwardly into another language.  (Hereinafter, translation is
+      included without limitation in the term &#8220;<span class="quote">modification</span>&#8221;.)</p><p>&#8220;<span class="quote">Source code</span>&#8221; for a work means the preferred form of the work for
+      making modifications to it.  For a library, complete source code means
+      all the source code for all modules it contains, plus any associated
+      interface definition files, plus the scripts used to control compilation
+      and installation of the library.</p><p>Activities other than copying, distribution and modification are not
+      covered by this License; they are outside its scope.  The act of
+      running a program using the Library is not restricted, and output from
+      such a program is covered only if its contents constitute a work based
+      on the Library (independent of the use of the Library in a tool for
+      writing it).  Whether that is true depends on what the Library does
+      and what the program that uses the Library does.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-1"></a>Section 1</h3></div></div></div><p>You may copy and distribute verbatim copies of the Library's
+      complete source code as you receive it, in any medium, provided that
+      you conspicuously and appropriately publish on each copy an
+      appropriate copyright notice and disclaimer of warranty; keep intact
+      all the notices that refer to this License and to the absence of any
+      warranty; and distribute a copy of this License along with the
+      Library.</p><p>You may charge a fee for the physical act of transferring a copy,
+      and you may at your option offer warranty protection in exchange for a
+      fee.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-2"></a>Section 2</h3></div></div></div><p>You may modify your copy or copies of the Library or any portion
+      of it, thus forming a work based on the Library, and copy and
+      distribute such modifications or work under the terms of <a href="#lgpl-2-1" title="Section 1">Section 1</a>
+      above, provided that you also meet all of these conditions:
+      </p><div class="orderedlist"><ol type="a"><li><p>The modified work must itself be a software library.</p></li><li><p>You must cause the files modified to carry prominent notices
+	  stating that you changed the files and the date of any change.</p></li><li><p>You must cause the whole of the work to be licensed at no
+	  charge to all third parties under the terms of this License.</p></li><li><p><a name="lgpl-2-2-d"></a>If a facility in the modified Library refers to a function or a
+	  table of data to be supplied by an application program that uses
+	  the facility, other than as an argument passed when the facility
+	  is invoked, then you must make a good faith effort to ensure that,
+	  in the event an application does not supply such function or
+	  table, the facility still operates, and performs whatever part of
+	  its purpose remains meaningful.</p><p>(For example, a function in a library to compute square roots has
+	  a purpose that is entirely well-defined independent of the
+	  application.  Therefore, <a href="#lgpl-2-2-d">Subsection 2d</a> requires that any
+	  application-supplied function or table used by this function must
+	  be optional: if the application does not supply it, the square
+	  root function must still compute square roots.)</p></li></ol></div><p>
+      </p><p>These requirements apply to the modified work as a whole.  If
+      identifiable sections of that work are not derived from the Library,
+      and can be reasonably considered independent and separate works in
+      themselves, then this License, and its terms, do not apply to those
+      sections when you distribute them as separate works.  But when you
+      distribute the same sections as part of a whole which is a work based
+      on the Library, the distribution of the whole must be on the terms of
+      this License, whose permissions for other licensees extend to the
+      entire whole, and thus to each and every part regardless of who wrote
+      it.</p><p>Thus, it is not the intent of this section to claim rights or contest
+      your rights to work written entirely by you; rather, the intent is to
+      exercise the right to control the distribution of derivative or
+      collective works based on the Library.</p><p>In addition, mere aggregation of another work not based on the Library
+      with the Library (or with a work based on the Library) on a volume of
+      a storage or distribution medium does not bring the other work under
+      the scope of this License.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-3"></a>Section 3</h3></div></div></div><p>You may opt to apply the terms of the ordinary GNU General Public
+      License instead of this License to a given copy of the Library.  To do
+      this, you must alter all the notices that refer to this License, so
+      that they refer to the ordinary GNU General Public License, version 2,
+      instead of to this License.  (If a newer version than version 2 of the
+      ordinary GNU General Public License has appeared, then you can specify
+      that version instead if you wish.)  Do not make any other change in
+      these notices.</p><p>Once this change is made in a given copy, it is irreversible for
+      that copy, so the ordinary GNU General Public License applies to all
+      subsequent copies and derivative works made from that copy.</p><p>This option is useful when you wish to copy part of the code of
+      the Library into a program that is not a library.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-4"></a>Section 4</h3></div></div></div><p>You may copy and distribute the Library (or a portion or
+      derivative of it, under <a href="#lgpl-2-2" title="Section 2">Section 2</a>) in object code or executable form
+      under the terms of <a href="#lgpl-2-1" title="Section 1">Sections 1</a> and <a href="#lgpl-2-2" title="Section 2">2</a> above provided that you accompany
+      it with the complete corresponding machine-readable source code, which
+      must be distributed under the terms of <a href="#lgpl-2-1" title="Section 1">Sections 1</a> and <a href="#lgpl-2-2" title="Section 2">2</a> above on a
+      medium customarily used for software interchange.</p><p>If distribution of object code is made by offering access to copy
+      from a designated place, then offering equivalent access to copy the
+      source code from the same place satisfies the requirement to
+      distribute the source code, even though third parties are not
+      compelled to copy the source along with the object code.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-5"></a>Section 5</h3></div></div></div><p>A program that contains no derivative of any portion of the
+      Library, but is designed to work with the Library by being compiled or
+      linked with it, is called a &#8220;<span class="quote">work that uses the Library</span>&#8221;.  Such a
+      work, in isolation, is not a derivative work of the Library, and
+      therefore falls outside the scope of this License.</p><p>However, linking a &#8220;<span class="quote">work that uses the Library</span>&#8221; with the Library
+      creates an executable that is a derivative of the Library (because it
+      contains portions of the Library), rather than a &#8220;<span class="quote">work that uses the
+      library</span>&#8221;.  The executable is therefore covered by this License.
+      <a href="#lgpl-2-6" title="Section 6">Section 6</a> states terms for distribution of such executables.</p><p>When a &#8220;<span class="quote">work that uses the Library</span>&#8221; uses material from a header file
+      that is part of the Library, the object code for the work may be a
+      derivative work of the Library even though the source code is not.
+      Whether this is true is especially significant if the work can be
+      linked without the Library, or if the work is itself a library.  The
+      threshold for this to be true is not precisely defined by law.</p><p>If such an object file uses only numerical parameters, data
+      structure layouts and accessors, and small macros and small inline
+      functions (ten lines or less in length), then the use of the object
+      file is unrestricted, regardless of whether it is legally a derivative
+      work.  (Executables containing this object code plus portions of the
+      Library will still fall under <a href="#lgpl-2-6" title="Section 6">Section 6</a>.)</p><p>Otherwise, if the work is a derivative of the Library, you may
+      distribute the object code for the work under the terms of <a href="#lgpl-2-6" title="Section 6">Section 6</a>.
+      Any executables containing that work also fall under <a href="#lgpl-2-6" title="Section 6">Section 6</a>,
+      whether or not they are linked directly with the Library itself.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-6"></a>Section 6</h3></div></div></div><p>As an exception to the Sections above, you may also combine or
+      link a &#8220;<span class="quote">work that uses the Library</span>&#8221; with the Library to produce a
+      work containing portions of the Library, and distribute that work
+      under terms of your choice, provided that the terms permit
+      modification of the work for the customer's own use and reverse
+      engineering for debugging such modifications.</p><p>You must give prominent notice with each copy of the work that the
+      Library is used in it and that the Library and its use are covered by
+      this License.  You must supply a copy of this License.  If the work
+      during execution displays copyright notices, you must include the
+      copyright notice for the Library among them, as well as a reference
+      directing the user to the copy of this License.  Also, you must do one
+      of these things:
+      </p><div class="orderedlist"><ol type="a"><li><p><a name="lgpl-2-6-a"></a>Accompany the work with the complete corresponding
+	  machine-readable source code for the Library including whatever
+	  changes were used in the work (which must be distributed under
+	  <a href="#lgpl-2-1" title="Section 1">Sections 1</a> and <a href="#lgpl-2-2" title="Section 2">2</a> above); and, if the work is an executable linked
+	  with the Library, with the complete machine-readable &#8220;<span class="quote">work that
+	  uses the Library</span>&#8221;, as object code and/or source code, so that the
+	  user can modify the Library and then relink to produce a modified
+	  executable containing the modified Library.  (It is understood
+	  that the user who changes the contents of definitions files in the
+	  Library will not necessarily be able to recompile the application
+	  to use the modified definitions.)</p></li><li><p>Use a suitable shared library mechanism for linking with the
+	  Library.  A suitable mechanism is one that (1) uses at run time a
+	  copy of the library already present on the user's computer system,
+	  rather than copying library functions into the executable, and (2)
+	  will operate properly with a modified version of the library, if
+	  the user installs one, as long as the modified version is
+	  interface-compatible with the version that the work was made with.</p></li><li><p>Accompany the work with a written offer, valid for at
+	  least three years, to give the same user the materials
+	  specified in <a href="#lgpl-2-6-a">Subsection 6a</a>, above, for a charge no more
+	  than the cost of performing this distribution.</p></li><li><p>If distribution of the work is made by offering access to copy
+	  from a designated place, offer equivalent access to copy the above
+	  specified materials from the same place.</p></li><li><p>Verify that the user has already received a copy of these
+	  materials or that you have already sent this user a copy.</p></li></ol></div><p>
+      </p><p>For an executable, the required form of the &#8220;<span class="quote">work that uses the
+      Library</span>&#8221; must include any data and utility programs needed for
+      reproducing the executable from it.  However, as a special exception,
+      the materials to be distributed need not include anything that is
+      normally distributed (in either source or binary form) with the major
+      components (compiler, kernel, and so on) of the operating system on
+      which the executable runs, unless that component itself accompanies
+      the executable.</p><p>It may happen that this requirement contradicts the license
+      restrictions of other proprietary libraries that do not normally
+      accompany the operating system.  Such a contradiction means you cannot
+      use both them and the Library together in an executable that you
+      distribute.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-7"></a>Section 7</h3></div></div></div><p>You may place library facilities that are a work based on the
+      Library side-by-side in a single library together with other library
+      facilities not covered by this License, and distribute such a combined
+      library, provided that the separate distribution of the work based on
+      the Library and of the other library facilities is otherwise
+      permitted, and provided that you do these two things:
+      </p><div class="orderedlist"><ol type="a"><li><p>Accompany the combined library with a copy of the same work
+	  based on the Library, uncombined with any other library
+	  facilities.  This must be distributed under the terms of the
+	  Sections above.</p></li><li><p>Give prominent notice with the combined library of the fact
+	  that part of it is a work based on the Library, and explaining
+	  where to find the accompanying uncombined form of the same work.</p></li></ol></div><p>
+      </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-8"></a>Section 8</h3></div></div></div><p>You may not copy, modify, sublicense, link with, or distribute
+      the Library except as expressly provided under this License.  Any
+      attempt otherwise to copy, modify, sublicense, link with, or
+      distribute the Library is void, and will automatically terminate your
+      rights under this License.  However, parties who have received copies,
+      or rights, from you under this License will not have their licenses
+      terminated so long as such parties remain in full compliance.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-9"></a>Section 9</h3></div></div></div><p>You are not required to accept this License, since you have not
+      signed it.  However, nothing else grants you permission to modify or
+      distribute the Library or its derivative works.  These actions are
+      prohibited by law if you do not accept this License.  Therefore, by
+      modifying or distributing the Library (or any work based on the
+      Library), you indicate your acceptance of this License to do so, and
+      all its terms and conditions for copying, distributing or modifying
+      the Library or works based on it.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-10"></a>Section 10</h3></div></div></div><p>Each time you redistribute the Library (or any work based on the
+      Library), the recipient automatically receives a license from the
+      original licensor to copy, distribute, link with or modify the Library
+      subject to these terms and conditions.  You may not impose any further
+      restrictions on the recipients' exercise of the rights granted herein.
+      You are not responsible for enforcing compliance by third parties with
+      this License.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-11"></a>Section 11</h3></div></div></div><p>If, as a consequence of a court judgment or allegation of patent
+      infringement or for any other reason (not limited to patent issues),
+      conditions are imposed on you (whether by court order, agreement or
+      otherwise) that contradict the conditions of this License, they do not
+      excuse you from the conditions of this License.  If you cannot
+      distribute so as to satisfy simultaneously your obligations under this
+      License and any other pertinent obligations, then as a consequence you
+      may not distribute the Library at all.  For example, if a patent
+      license would not permit royalty-free redistribution of the Library by
+      all those who receive copies directly or indirectly through you, then
+      the only way you could satisfy both it and this License would be to
+      refrain entirely from distribution of the Library.</p><p>If any portion of this section is held invalid or unenforceable under any
+      particular circumstance, the balance of the section is intended to apply,
+      and the section as a whole is intended to apply in other circumstances.</p><p>It is not the purpose of this section to induce you to infringe any
+      patents or other property right claims or to contest validity of any
+      such claims; this section has the sole purpose of protecting the
+      integrity of the free software distribution system which is
+      implemented by public license practices.  Many people have made
+      generous contributions to the wide range of software distributed
+      through that system in reliance on consistent application of that
+      system; it is up to the author/donor to decide if he or she is willing
+      to distribute software through any other system and a licensee cannot
+      impose that choice.</p><p>This section is intended to make thoroughly clear what is believed to
+      be a consequence of the rest of this License.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-12"></a>Section 12</h3></div></div></div><p>If the distribution and/or use of the Library is restricted in
+      certain countries either by patents or by copyrighted interfaces, the
+      original copyright holder who places the Library under this License may add
+      an explicit geographical distribution limitation excluding those countries,
+      so that distribution is permitted only in or among countries not thus
+      excluded.  In such case, this License incorporates the limitation as if
+      written in the body of this License.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-13"></a>Section 13</h3></div></div></div><p>The Free Software Foundation may publish revised and/or new
+      versions of the Lesser General Public License from time to time.
+      Such new versions will be similar in spirit to the present version,
+      but may differ in detail to address new problems or concerns.</p><p>Each version is given a distinguishing version number.  If the Library
+      specifies a version number of this License which applies to it and
+      &#8220;<span class="quote">any later version</span>&#8221;, you have the option of following the terms and
+      conditions either of that version or of any later version published by
+      the Free Software Foundation.  If the Library does not specify a
+      license version number, you may choose any version ever published by
+      the Free Software Foundation.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-14"></a>Section 14</h3></div></div></div><p>If you wish to incorporate parts of the Library into other free
+      programs whose distribution conditions are incompatible with these,
+      write to the author to ask for permission.  For software which is
+      copyrighted by the Free Software Foundation, write to the Free
+      Software Foundation; we sometimes make exceptions for this.  Our
+      decision will be guided by the two goals of preserving the free status
+      of all derivatives of our free software and of promoting the sharing
+      and reuse of software generally.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-15"></a>NO WARRANTY Section 15</h3></div></div></div><p>BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+      WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+      EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+      OTHER PARTIES PROVIDE THE LIBRARY &#8220;<span class="quote">AS IS</span>&#8221; WITHOUT WARRANTY OF ANY
+      KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+      PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+      LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+      THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="lgpl-2-16"></a>Section 16</h3></div></div></div><p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+      AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+      FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+      CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+      LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+      RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+      FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+      SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+      DAMAGES.</p><p>END OF TERMS AND CONDITIONS</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="lgpl-3"></a>How to Apply These Terms to Your New Libraries</h2></div></div></div><p>If you develop a new library, and you want it to be of the greatest
+    possible use to the public, we recommend making it free software that
+    everyone can redistribute and change.  You can do so by permitting
+    redistribution under these terms (or, alternatively, under the terms of the
+    ordinary General Public License).</p><p>To apply these terms, attach the following notices to the library.  It is
+    safest to attach them to the start of each source file to most effectively
+    convey the exclusion of warranty; and each file should have at least the
+    &#8220;<span class="quote">copyright</span>&#8221; line and a pointer to where the full notice is found.</p><p>&lt;one line to give the library's name and a brief idea of what it does.&gt;
+    Copyright (C) &lt;year&gt;  &lt;name of author&gt;</p><p>This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.</p><p>This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.</p><p>You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA</p><p>Also add information on how to contact you by electronic and paper mail.</p><p>You should also get your employer (if you work as a programmer) or your
+    school, if any, to sign a &#8220;<span class="quote">copyright disclaimer</span>&#8221; for the library, if
+    necessary.  Here is a sample; alter the names:</p><p>Yoyodyne, Inc., hereby disclaims all copyright interest in the
+    library `Frob' (a library for tweaking knobs) written by James Random Hacker.</p><p>&lt;signature of Ty Coon&gt;, 1 April 1990
+    Ty Coon, President of Vice</p><p>That's all there is to it!</p></div></div></body></html>


Property changes on: projects/embedded/trunk/legacy/lgpl.html
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/pom.xml (from rev 89698, trunk/embedded/pom.xml)
===================================================================
--- projects/embedded/trunk/legacy/pom.xml	                        (rev 0)
+++ projects/embedded/trunk/legacy/pom.xml	2009-06-02 21:36:04 UTC (rev 89700)
@@ -0,0 +1,185 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.jbossas</groupId>
+    <artifactId>jboss-as-parent</artifactId>
+    <version>6.0.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.jbossas</groupId>
+  <artifactId>jboss-as-embedded</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Application Server Embedded</name>
+  <url>http://www.jboss.org/jbossas</url>
+  <description>JBoss Application Server (embedded module)</description>
+  <build>
+    <sourceDirectory>src/main</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/resources</directory>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- Compile (global dependencies) -->
+    <dependency>
+      <groupId>javax.security</groupId>
+      <artifactId>jaas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>jta</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.web</groupId>
+      <artifactId>jbossweb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aspects</groupId>
+      <artifactId>jboss-security-aspects</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-entitymanager</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-iiop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-connector</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-ejb3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-tomcat</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jboss-security-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-reflect</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.integration</groupId>
+      <artifactId>jboss-transaction-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.mx</groupId>
+      <artifactId>jboss-j2se</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jacc-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>ejb3-persistence</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jms-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.web</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnp-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jbosssx-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-core-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jbossxb</artifactId>
+    </dependency>
+  </dependencies>
+  
+</project>


Property changes on: projects/embedded/trunk/legacy/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Copied: projects/embedded/trunk/legacy/src/main/java/org (from rev 89698, trunk/embedded/src/main/java/org)


Property changes on: projects/embedded/trunk/legacy/src/main/java/org
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: projects/embedded/trunk/legacy/src/main/java/org/jboss/embedded/adapters/JMXKernel.java
===================================================================
--- trunk/embedded/src/main/java/org/jboss/embedded/adapters/JMXKernel.java	2009-06-02 21:07:55 UTC (rev 89698)
+++ projects/embedded/trunk/legacy/src/main/java/org/jboss/embedded/adapters/JMXKernel.java	2009-06-02 21:36:04 UTC (rev 89700)
@@ -55,7 +55,7 @@
  * @author Scott.Stark at jboss.org
  * @author bill at jboss.org
  * @author adrian at jboss.org
- * @version $Revision:$
+ * @version $Revision$
  */
 public class JMXKernel extends JBossObject implements JMXKernelMBean, NotificationEmitter
 {

Copied: projects/embedded/trunk/legacy/src/main/resources (from rev 89698, trunk/embedded/src/main/resources)


Property changes on: projects/embedded/trunk/legacy/src/main/resources
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: projects/embedded/trunk/legacy/src/test/java/org (from rev 89698, trunk/embedded/src/test/java/org)


Property changes on: projects/embedded/trunk/legacy/src/test/java/org
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: projects/embedded/trunk/legacy/src/test/resources (from rev 89698, trunk/embedded/src/test/resources)


Property changes on: projects/embedded/trunk/legacy/src/test/resources
___________________________________________________________________
Name: svn:mergeinfo
   + 




More information about the jboss-cvs-commits mailing list