dblevins 2005/08/28 17:52:54
Modified: . CREDITS.txt LICENSE.txt README.txt maven.xml
project.properties
Log:
Prepping for a 1.0 beta1 release
Revision Changes Path
1.2 +1 -97 openejb1/CREDITS.txt
Index: CREDITS.txt
===================================================================
RCS file: /home/projects/openejb/scm/openejb1/CREDITS.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CREDITS.txt 19 Jun 2005 22:31:07 -0000 1.1
+++ CREDITS.txt 28 Aug 2005 21:52:53 -0000 1.2
@@ -3,106 +3,10 @@
THANK YOU to our community for your support.
-OpenEJB 0.9.2 http://openejb.sf.net/
+OpenEJB 1.0-beta1 http://openejb.sf.net/
-----------------------------------------------
OpenEJB would like to thank the our community members
for their feedback, patches, time and support.
OpenEJB is a better project as a result of you!
-
-**** CREDITS for version 0.9.2 ****
-
- --Feedback and Direction by--
- Gareth Webber
- Deepa Chopra
- Daniel S. Haischt
- Zack Angelo
- Jeremy Whitlock
- Terry McGregor
- Daniel Norin
- Marcello Schmidt
- William Byrne
-
- --Code and Documentation Contributions by--
- David Blevins
- Alan Cabrera
- Tim Urberg
- Jacek Laskowski
- Mykola A. Nickishov
- Gareth Webber
-
- --Release by--
- David Blevins
-
-**** CREDITS for version 0.9.1 ****
-
- --Feedback and Direction by--
- Daniel S. Haischt
- Zack Angelo
- Jeremy Whitlock
-
- --Code and Documentation Contributions by--
- Alan Cabrera
- Jacek Laskowski
- Tim Urberg
- David Blevins
-
- --Release by--
- Alan Cabrera
-
-**** CREDITS for version 0.9.0 ****
-
- --Feedback and Direction by--
- Zack Angelo
- Pae Choi
- Rick Mangi
- Gopal Mukkamala
- Clint Olson
-
- --Code and Documentation Contributions by--
- David Blevins
- Alan Cabrera
- Daniel S. Haischt
- Jacek Laskowski
- Stefan Reich
- Tim Urberg
-
-
- --Release by--
- David Blevins
-
-** GENERAL CREDITS **
-
- --OpenEJB Committers--
- David Blevins - OpenEJB Co-Founder, Project Lead
- Richard Monson-Haefel - OpenEJB Founder
- Alan Cabrera
- Pizer Chen
- Daniel Haischt
- Jacek Laskowski
- Morphius
- Aaron Mulder
- Stefan Reich
- Tim Urberg
-
- --OpenEJB Sponsors--
- Apple Computer, Inc. [http://www.apple.com]
-
- We would like to thank Intalio, Inc. for their
- continued support and use of OpenEJB.
- Very special thanks to Stefan Reich and the
- WebObjects team for their support and feedback.
-
-
- Intalio, Inc. [http://www.intalio.com]
-
- We would like to thank Intalio, Inc. for two
- years of support, hard work, and encouragement.
- Without Intalio, there would be no OpenEJB.
- Very special thanks to Jerome Daniel and Olivier
- Modica for their work on OpenORB and OpenEJB, Thomas
- Yip for supporting our use of CastorJDO, to Riad
- Mohammed for supporting our use of Tyrex, and to
- Ashish Agrawal for his leadership of Exolab and
- coordinating all our efforts.
1.2 +1 -1 openejb1/LICENSE.txt
Index: LICENSE.txt
===================================================================
RCS file: /home/projects/openejb/scm/openejb1/LICENSE.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LICENSE.txt 19 Jun 2005 22:31:07 -0000 1.1
+++ LICENSE.txt 28 Aug 2005 21:52:53 -0000 1.2
@@ -14,7 +14,7 @@
3. The name "OpenEJB" must not be used to endorse or promote
products derived from this Software without prior written
permission of The OpenEJB Group. For written permission,
- please contact [EMAIL PROTECTED]
+ please contact [EMAIL PROTECTED]
4. Products derived from this Software may not be called "OpenEJB"
nor may "OpenEJB" appear in their names without prior written
1.3 +5 -4 openejb1/README.txt
Index: README.txt
===================================================================
RCS file: /home/projects/openejb/scm/openejb1/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 24 Jun 2005 12:04:39 -0000 1.2
+++ README.txt 28 Aug 2005 21:52:53 -0000 1.3
@@ -1,7 +1,7 @@
===============================================
OpenEJB -- EJB Container System and EJB Server
-OpenEJB v1.0 http://www.openejb.org/
+OpenEJB v1.0-beta1 http://www.openejb.org/
-----------------------------------------------
___________________
Installation
@@ -37,7 +37,7 @@
For UNIX/Linux/Mac OS X users, that looks like this:
- [EMAIL PROTECTED] openejb]# ./openejb.sh help
+ [EMAIL PROTECTED] openejb]# openejb help
You really only need to know two commands to use OpenEJB, deploy
and start. Both are completely documented and have examples.
@@ -53,7 +53,7 @@
openejb start -examples
That's it!
-
+
___________________
Documentation
===================
@@ -68,5 +68,6 @@
Any problems with this release can be reported to our user
mailing list.
- User list:
+ Send email to [EMAIL PROTECTED] or follow this link
+ for other subscription and list information:
http://www.openejb.org/lists.html#user
1.10 +29 -8 openejb1/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb1/maven.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- maven.xml 8 Aug 2005 01:22:22 -0000 1.9
+++ maven.xml 28 Aug 2005 21:52:53 -0000 1.10
@@ -37,7 +37,7 @@
-->
<j:if test="${context.getVariable('module.types') == null}">
- <j:set var="module.types" value="modules,specs"/>
+ <j:set var="module.types" value="modules,examples"/>
</j:if>
<j:if test="${context.getVariable('modules') == null}">
@@ -361,6 +361,7 @@
</j:forEach>
</j:forEach>
+
<!-- Cleanse some stuff -->
<u:available file="${aggregate.dir}/bin" xmlns="jelly:ant">
<!-- Fix permissions -->
@@ -400,6 +401,17 @@
<include name="README.txt"/>
</fileset>
</copy>
+ <copy todir="examples/moviefun">
+ <fileset dir="examples/moviefun/target">
+ <include name="*.war"/>
+ </fileset>
+ </copy>
+
+ <delete dir="examples/moviefun/target"/>
+
+ <copy todir="${aggregate.dir}">
+ <fileset dir="examples" />
+ </copy>
</goal>
<goal name="openejb:release"
@@ -515,10 +527,9 @@
<!--<attainGoal
name="maven-developer-activity-plugin:deregister"/>-->
</postGoal>
- <goal name="test:tomcat4">
+ <goal name="setup:tomcat4">
<j:set var="targetDir" value="${basedir}/target/"/>
-
<j:set var="tomcat4.version" value="4.1.31"/>
<j:set var="tomcat4.download"
value="http://www.ibiblio.org/pub/mirrors/apache/jakarta/tomcat-4/v4.1.31/bin/jakarta-tomcat-${tomcat4.version}.zip"/>
<j:set var="tomcat4.dist"
value="${maven.repo.local}/tomcat/distributions/jakarta-tomcat-${tomcat4.version}.zip"/>
@@ -539,10 +550,6 @@
<chmod dir="${tomcat4.home}/bin" perm="u+x" includes="**/*.sh"/>
</j:if>
- <!-- Unzip webapp and set openejb.home -->
- <mkdir dir="${tomcat4.home}/webapps/openejb"/>
- <unjar
src="${openejb.home}/war/openejb-webadmin-${pom.currentVersion}.war"
dest="${tomcat4.home}/webapps/openejb"/>
- <replace file="${tomcat4.home}/webapps/openejb/WEB-INF/web.xml"
token="@OPENEJB_HOME@" value="${openejb.home}"/>
<!--
<j:set var="catalina.dir" value="${tomcat4.home}"/>
@@ -559,4 +566,18 @@
</java>
-->
</goal>
+
+ <goal name="setup:loader-webapp">
+ <!-- Unzip webapp and set openejb.home -->
+ <mkdir dir="${tomcat4.home}/webapps/openejb"/>
+ <unjar
src="${openejb.home}/war/openejb-webadmin-${pom.currentVersion}.war"
dest="${tomcat4.home}/webapps/openejb"/>
+ <replace file="${tomcat4.home}/webapps/openejb/WEB-INF/web.xml"
token="@OPENEJB_HOME@" value="${openejb.home}"/>
+ </goal>
+ <goal name="setup:webapp-example">
+ <!-- Unzip webapp and set openejb.home -->
+ <mkdir dir="${tomcat4.home}/webapps/openejb"/>
+ <unjar
src="${openejb.home}/war/openejb-webapp-examples-${pom.currentVersion}.war"
dest="${tomcat4.home}/webapps/movies"/>
+ <replace file="${tomcat4.home}/webapps/movies/WEB-INF/web.xml"
token="@OPENEJB_HOME@" value="${openejb.home}"/>
+ </goal>
+
</project>
1.6 +2 -2 openejb1/project.properties
Index: project.properties
===================================================================
RCS file: /home/projects/openejb/scm/openejb1/project.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.properties 5 Jul 2005 00:58:22 -0000 1.5
+++ project.properties 28 Aug 2005 21:52:53 -0000 1.6
@@ -2,7 +2,7 @@
## $Revision$ $Date$
##
-maven.repo.remote=http://www.openejb.org/maven, http://www.ibiblio.org/maven
+maven.repo.remote=http://www.openejb.org/maven,
http://www.ibiblio.org/maven, http://dist.codehaus.org
maven.remote.group=openejb
maven.multiproject.includes=\