Update of /var/cvs/tests
In directory james.mmbase.org:/tmp/cvs-serv18204/tests
Modified Files:
README.txt project.xml .cvsignore
Log Message:
Improvements in maven build for site and documentation generation
See also: http://cvs.mmbase.org/viewcvs/tests
Index: README.txt
===================================================================
RCS file: /var/cvs/tests/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- README.txt 3 Dec 2003 15:25:48 -0000 1.1
+++ README.txt 25 Mar 2008 21:03:08 -0000 1.2
@@ -11,13 +11,13 @@
of hsql are put in a directory 'work')
- several logging configurations can be chosen (three different log.xml are
present now)
- - if test-cases fail you might change logging configuration to explore
whats wrong.
+ - if test-cases fail you might change logging configuration to explore
what is wrong.
- you might want to require that no warn/error logging are issued. There
is log configuration
present which converts those into test-case-errors.
- - this is currently configured in impelmentation of the specific test
suites
+ - this is currently configured in implementation of the specific test
suites
-
- three applications are auto-deploy in this test-install:
- General.xml
- BridgeTests.xml (aa, bb, cc builders with all kind of fields)
- - MyNews.xml (based on MyNews from core, but autodeploy (and perhaps
more?))
+ - MyNews.xml (based on MyNews from core, but auto deploy (and
perhaps more?))
\ No newline at end of file
Index: project.xml
===================================================================
RCS file: /var/cvs/tests/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- project.xml 22 Feb 2008 12:37:02 -0000 1.4
+++ project.xml 25 Mar 2008 21:03:08 -0000 1.5
@@ -10,25 +10,13 @@
</properties>
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <type>jar</type>
- </dependency>
- <dependency>
<groupId>mmbase</groupId>
<artifactId>mmbase</artifactId>
<version>${mmbase.version}</version>
<type>jar</type>
</dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.7</version> <!-- btw, newest version 1.8.0.8, but not yet
in maven repositories.. sigh -->
- </dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/common</sourceDirectory>
- <defaultGoal>jar</defaultGoal>
</build>
</project>
Index: .cvsignore
===================================================================
RCS file: /var/cvs/tests/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- .cvsignore 2 Jul 2003 08:23:09 -0000 1.1
+++ .cvsignore 25 Mar 2008 21:03:08 -0000 1.2
@@ -1,2 +1,3 @@
build
build.properties
+work
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs