opene-development Mailing List for OpenE (Page 2)
Status: Alpha
Brought to you by:
dblevins
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(30) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: David B. <dav...@vi...> - 2002-04-23 16:35:34
|
Added: src/doc/images Back003-14-1.gif Log: Images By David Blevins, on 02d/02/04 23:09:35 Revision Changes Path 1.1 opene/src/doc/images/Back003-14-1.gif <<Binary file>> |
From: David B. <dav...@vi...> - 2002-04-23 16:33:50
|
By David Blevins, on 02d/02/04 23:09:33 opene/src/doc/images - New directory |
From: David B. <dav...@vi...> - 2002-04-23 16:28:19
|
Modified: src build.xml Log: removed reference to src/doc/style/images By David Blevins, on 02d/02/04 23:09:28 Revision Changes Path 1.3 +0 -3 opene/src/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/opene/opene/src/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 23 Apr 2002 16:12:39 -0000 1.2 +++ build.xml 23 Apr 2002 16:28:18 -0000 1.3 @@ -536,9 +536,6 @@ <copy todir="${docs.dest}/html/images"> <fileset dir="${docs.src}/images" /> </copy> - <copy todir="${docs.dest}/html/images"> - <fileset dir="${docs.src}/style/images" includes="*.gif"/> - </copy> <copy todir="${docs.dest}/html/"> <fileset dir="${docs.src}/style" includes="*.css"/> </copy> |
From: David B. <dav...@vi...> - 2002-04-23 16:12:40
|
Modified: src build.xml Log: Updated the docs target By David Blevins, on 02d/02/04 23:09:12 Revision Changes Path 1.2 +2 -15 opene/src/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/opene/opene/src/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 23 Apr 2002 04:44:36 -0000 1.1 +++ build.xml 23 Apr 2002 16:12:39 -0000 1.2 @@ -1,4 +1,4 @@ -<project name="OpenEJB" default="jar" basedir="../"> +<project name="OpenE" default="jar" basedir="../"> <!-- Contributions by: Daniel S. Haischt <sir...@gm...> @@ -520,22 +520,9 @@ depends="prepare" description="--> generates documentation from XML files via XSLT"> - <copy todir="${docs.dest}/html/ann"> - <fileset dir="${docs.src}/ann" /> - </copy> - <copy todir="${docs.dest}/html/faqs"> - <fileset dir="${docs.src}/faqs" /> - </copy> - <copy todir="${docs.dest}/html/guides"> - <fileset dir="${docs.src}/guides" /> - </copy> - <copy todir="${docs.dest}/html/spec"> - <fileset dir="${docs.src}/spec" /> - </copy> - <style basedir="${docs.src}" destdir="${docs.dest}/html" - style="src/doc/style/exolab.xsl" + style="src/doc/style/website.xsl" includes="**/**.xml" excludes="style/**,project.xml" processor="xslp"> |
From: David B. <dav...@vi...> - 2002-04-23 15:51:44
|
By David Blevins, on 02d/02/04 23:08:51 opene/src/doc/style - New directory |