mcconnell 2004/04/14 01:44:50
Modified: template/impl index.ent
template index.ent maven.xml version.ent
Log:
Housekeeping.
Revision Changes Path
1.2 +1 -1 avalon-sandbox/template/impl/index.ent
Index: index.ent
===================================================================
RCS file: /home/cvs/avalon-sandbox/template/impl/index.ent,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.ent 5 Apr 2004 11:57:14 -0000 1.1
+++ index.ent 14 Apr 2004 08:44:50 -0000 1.2
@@ -1,2 +1,2 @@
<!ENTITY % template-entities SYSTEM "file:../version.ent"> %template-entities;
-<!ENTITY % merlin-entities SYSTEM "file:../../../avalon/merlin/version.ent">
%merlin-entities;
+<!ENTITY % merlin-entities SYSTEM
"file:../../../avalon/versioning/avalon-merlin.ent"> %merlin-entities;
1.2 +1 -1 avalon-sandbox/template/index.ent
Index: index.ent
===================================================================
RCS file: /home/cvs/avalon-sandbox/template/index.ent,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.ent 5 Apr 2004 11:57:14 -0000 1.1
+++ index.ent 14 Apr 2004 08:44:50 -0000 1.2
@@ -1,3 +1,3 @@
<!ENTITY template-api "0.1.0">
<!ENTITY % version-entities SYSTEM "file:version.ent"> %version-entities;
-<!ENTITY % merlin-entities SYSTEM "file:../../avalon/merlin/version.ent">
%merlin-entities;
+<!ENTITY % merlin-entities SYSTEM "file:../../avalon/versioning/avalon-merlin.ent">
%merlin-entities;
1.4 +11 -1 avalon-sandbox/template/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/template/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 21 Dec 2003 23:06:24 -0000 1.3
+++ maven.xml 14 Apr 2004 08:44:50 -0000 1.4
@@ -27,7 +27,17 @@
</ant:copy>
</goal>
- <goal name="avalon:site" prereqs="avalon:build,xjavadoc,site"/>
+ <goal name="avalon:site" prereqs="avalon:build,xavalon:css-copy,xjavadoc,site"/>
+
+ <goal name="xavalon:css-copy">
+ <ant:mkdir dir="${maven.build.dir}/docs"/>
+ <ant:copy toDir="${maven.build.dir}/docs/style">
+ <fileset dir="${basedir}/xdocs">
+ <include name="maven.css"/>
+ <include name="tigris.css"/>
+ </fileset>
+ </ant:copy>
+ </goal>
<goal name="xjavadoc">
1.2 +3 -0 avalon-sandbox/template/version.ent
Index: version.ent
===================================================================
RCS file: /home/cvs/avalon-sandbox/template/version.ent,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- version.ent 5 Apr 2004 11:57:14 -0000 1.1
+++ version.ent 14 Apr 2004 08:44:50 -0000 1.2
@@ -6,3 +6,6 @@
<!ENTITY template-impl-id "template-impl">
<!ENTITY template-impl-version "0.1.0">
+
+<!ENTITY template-util-id "template-util">
+<!ENTITY template-util-version "0.1.0">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]