You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(94) |
Sep
(205) |
Oct
(139) |
Nov
(144) |
Dec
(252) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(44) |
Feb
(3) |
Mar
|
Apr
(32) |
May
(40) |
Jun
(24) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(61) |
Nov
(86) |
Dec
(79) |
2005 |
Jan
(82) |
Feb
(124) |
Mar
(9) |
Apr
(123) |
May
(125) |
Jun
(115) |
Jul
(35) |
Aug
(111) |
Sep
(62) |
Oct
(82) |
Nov
(77) |
Dec
(167) |
2006 |
Jan
(31) |
Feb
(29) |
Mar
(8) |
Apr
(16) |
May
(11) |
Jun
(104) |
Jul
(4) |
Aug
(115) |
Sep
(37) |
Oct
(2) |
Nov
(4) |
Dec
(6) |
2007 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(3) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: Konstantin P. <ko...@us...> - 2006-08-29 18:50:50
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2712/src/test/java/org/xdoclet/testapp/ejb Log Message: Directory /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp/ejb added to the repository |
From: Konstantin P. <ko...@us...> - 2006-08-29 18:50:06
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2264/src/test/java/org/xdoclet/testapp Log Message: Directory /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/src/test/java/org/xdoclet/testapp added to the repository |
From: Konstantin P. <ko...@us...> - 2006-08-25 16:14:05
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9859/plugin-web Modified Files: pom.xml Log Message: syncronize laptop Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 24 Aug 2006 18:21:56 -0000 1.1 --- pom.xml 25 Aug 2006 16:13:58 -0000 1.2 *************** *** 18,21 **** --- 18,29 ---- </plugins> </build> + <dependencies> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.3</version> + <scope>test</scope> + </dependency> + </dependencies> <properties> <xdoclet.plugin.namespace>web</xdoclet.plugin.namespace> |
From: Konstantin P. <ko...@us...> - 2006-08-25 16:14:00
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9859/plugin-weblogic Modified Files: pom.xml Log Message: syncronize laptop Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 24 Aug 2006 18:21:56 -0000 1.1 --- pom.xml 25 Aug 2006 16:13:58 -0000 1.2 *************** *** 24,27 **** --- 24,32 ---- <version>2.1-rc4</version> </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>xdoclet-plugin-ejb</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> </dependencies> <properties> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:35:37
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28227/taglib-qtags Added Files: maven.xml project.properties project.xml Log Message: missing files added --- NEW FILE: maven.xml --- <project default="main" xmlns:j="jelly:core" xmlns:maven="jelly:maven"> <preGoal name="java:compile"> <attainGoal name="qtags"/> </preGoal> </project> --- NEW FILE: project.properties --- maven.repo.remote=http://generama.codehaus.org/maven/repo,http://www.ibiblio.org/maven,http://dist.codehaus.org maven.junit.fork = yes xdoclet.qtags.namespace = qtags # This controls where the jars are uploaded. maven.repo.central = dist.codehaus.org maven.repo.central.directory = /dist xdoclet.qtags.home = ${basedir} maven.junit.sysproperties = xdoclet.qtags.home maven.compile.deprecation=on --- NEW FILE: project.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <extend>${basedir}/../project.xml</extend> <artifactId>xdoclet-taglib-qtags</artifactId> <name>xdoclet-taglib-qtags</name> <developers> <developer> <name>Konstantin Pribluda</name> <id>ko5tik</id> <email>konstantin.pribluda(at)j-tec-team.de</email> <organization>J Tec Team</organization> <roles> <role>Java Developer</role> </roles> </developer> </developers> <dependencies> <!-- build time only --> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> <version>${pom.currentVersion}</version> </dependency> </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:56
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jdo In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-jdo Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jdo/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 5 Jun 2005 11:08:14 -0000 1.2 --- project.xml 25 Aug 2006 06:32:44 -0000 1.3 *************** *** 2,8 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-jdo</artifactId> ! <name>xdoclet-plugin-jdo</name> <developers> --- 2,8 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-jdo</artifactId> ! <name>xdoclet-plugin-jdo</name> <developers> *************** *** 17,28 **** </developer> </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 17,33 ---- </developer> </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:55
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-hibernate Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** project.xml 5 Jun 2005 11:08:14 -0000 1.17 --- project.xml 25 Aug 2006 06:32:43 -0000 1.18 *************** *** 40,43 **** <version>${pom.currentVersion}</version> </dependency> ! </dependencies> </project> --- 40,48 ---- <version>${pom.currentVersion}</version> </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:53
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-struts Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 13 Dec 2005 16:27:54 -0000 1.6 --- project.xml 25 Aug 2006 06:32:44 -0000 1.7 *************** *** 37,40 **** --- 37,45 ---- </dependency> <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>xdoclet-taglib-qtags</artifactId> + <version>${pom.currentVersion}</version> + </dependency> + <dependency> <groupId>struts</groupId> <artifactId>struts</artifactId> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:53
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-plugin Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 9 Dec 2005 00:35:17 -0000 1.5 --- project.xml 25 Aug 2006 06:32:44 -0000 1.6 *************** *** 2,17 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-plugin</artifactId> ! <name>xdoclet-plugin-plugin</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> ! </project> --- 2,22 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-plugin</artifactId> ! <name>xdoclet-plugin-plugin</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> ! </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:52
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-xtags Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xtags/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 9 Dec 2005 00:35:18 -0000 1.5 --- project.xml 25 Aug 2006 06:32:45 -0000 1.6 *************** *** 2,17 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-xtags</artifactId> ! <name>xdoclet-plugin-xtags</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,22 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-xtags</artifactId> ! <name>xdoclet-plugin-xtags</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:50
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-xwork Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xwork/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 13 Dec 2005 16:27:55 -0000 1.6 --- project.xml 25 Aug 2006 06:32:45 -0000 1.7 *************** *** 23,27 **** </dependency> <dependency> ! <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> <version>1.0.5</version> --- 23,32 ---- </dependency> <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> <version>1.0.5</version> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:50
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-web Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** project.xml 1 Jul 2006 11:21:19 -0000 1.9 --- project.xml 25 Aug 2006 06:32:44 -0000 1.10 *************** *** 2,16 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-web</artifactId> ! <name>xdoclet-plugin-web</name> ! <dependencies> ! ! <dependency> ! <groupId>javax.servlet</groupId> ! <artifactId>servlet-api</artifactId> ! <version>2.3</version><!-- 2.4? --> ! </dependency> <!--<dependency>--> --- 2,16 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-web</artifactId> ! <name>xdoclet-plugin-web</name> ! <dependencies> ! ! <dependency> ! <groupId>javax.servlet</groupId> ! <artifactId>servlet-api</artifactId> ! <version>2.3</version><!-- 2.4? --> ! </dependency> <!--<dependency>--> *************** *** 21,31 **** <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 21,36 ---- <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:50
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-tapestry Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 9 Dec 2005 00:35:17 -0000 1.5 --- project.xml 25 Aug 2006 06:32:44 -0000 1.6 *************** *** 1,34 **** <?xml version="1.0" encoding="UTF-8"?> <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-tapestry</artifactId> ! <name>xdoclet-plugin-tapestry</name> ! <developers> ! <developer> ! <name>Paolo Dona</name> ! <id>paolo.dona</id> ! <email>paolo dot dona (at) gmail dot com</email> ! </developer> ! </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>tapestry</groupId> ! <artifactId>tapestry</artifactId> ! <version>4.0-beta-13</version> ! <type>jar</type> ! </dependency> ! <dependency> ! <groupId>hivemind</groupId> ! <artifactId>hivemind</artifactId> ! <version>1.1</version> ! <type>jar</type> ! </dependency> ! </dependencies> </project> --- 1,39 ---- <?xml version="1.0" encoding="UTF-8"?> <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-tapestry</artifactId> ! <name>xdoclet-plugin-tapestry</name> ! <developers> ! <developer> ! <name>Paolo Dona</name> ! <id>paolo.dona</id> ! <email>paolo dot dona (at) gmail dot com</email> ! </developer> ! </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>tapestry</groupId> ! <artifactId>tapestry</artifactId> ! <version>4.0-beta-13</version> ! <type>jar</type> ! </dependency> ! <dependency> ! <groupId>hivemind</groupId> ! <artifactId>hivemind</artifactId> ! <version>1.1</version> ! <type>jar</type> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:49
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-ejb Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** project.xml 23 Jun 2006 14:04:54 -0000 1.12 --- project.xml 25 Aug 2006 06:32:43 -0000 1.13 *************** *** 1,9 **** <?xml version="1.0" encoding="UTF-8"?> <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-ejb</artifactId> ! <name>xdoclet-plugin-ejb</name> ! <developers> <developer> <name>Diogo Bacelar Quintela</name> --- 1,9 ---- <?xml version="1.0" encoding="UTF-8"?> <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-ejb</artifactId> ! <name>xdoclet-plugin-ejb</name> ! <developers> <developer> <name>Diogo Bacelar Quintela</name> *************** *** 24,52 **** </roles> </developer> ! </developers> ! <dependencies> <!-- need to compile tests --> ! <dependency> ! <groupId>geronimo-spec</groupId> ! <artifactId>geronimo-spec-ejb</artifactId> ! <version>2.1-rc4</version> ! </dependency> ! <dependency> ! <groupId>geronimo-spec</groupId> ! <artifactId>geronimo-spec-jms</artifactId> ! <version>1.1-rc4</version> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 24,57 ---- </roles> </developer> ! </developers> ! <dependencies> <!-- need to compile tests --> ! <dependency> ! <groupId>geronimo-spec</groupId> ! <artifactId>geronimo-spec-ejb</artifactId> ! <version>2.1-rc4</version> ! </dependency> ! <dependency> ! <groupId>geronimo-spec</groupId> ! <artifactId>geronimo-spec-jms</artifactId> ! <version>1.1-rc4</version> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-jmx Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** project.xml 9 Dec 2005 00:35:17 -0000 1.4 --- project.xml 25 Aug 2006 06:32:44 -0000 1.5 *************** *** 21,24 **** <version>${pom.currentVersion}</version> </dependency> ! </dependencies> </project> --- 21,29 ---- <version>${pom.currentVersion}</version> </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-webwork Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 9 Dec 2005 00:35:18 -0000 1.6 --- project.xml 25 Aug 2006 06:32:45 -0000 1.7 *************** *** 2,35 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-webwork</artifactId> ! <name>xdoclet-plugin-webwork</name> ! <developers> ! <developer> ! <name>Konstantin Pribluda</name> ! <id>ko5tik</id> ! <email>konstantin.pribluda(at)infodesire.com</email> ! <organization>Information Desire Software GmbH</organization> ! <roles> ! <role>Java Developer</role> ! </roles> ! </developer> ! </developers> ! <dependencies> ! <dependency> ! <groupId>opensymphony</groupId> ! <artifactId>webwork</artifactId> ! <version>1.4</version> ! <url>http://www.opensymphony.com/</url> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,40 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-webwork</artifactId> ! <name>xdoclet-plugin-webwork</name> ! <developers> ! <developer> ! <name>Konstantin Pribluda</name> ! <id>ko5tik</id> ! <email>konstantin.pribluda(at)infodesire.com</email> ! <organization>Information Desire Software GmbH</organization> ! <roles> ! <role>Java Developer</role> ! </roles> ! </developer> ! </developers> ! <dependencies> ! <dependency> ! <groupId>opensymphony</groupId> ! <artifactId>webwork</artifactId> ! <version>1.4</version> ! <url>http://www.opensymphony.com/</url> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-weblogic Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.xml 12 Jun 2006 06:54:51 -0000 1.1 --- project.xml 25 Aug 2006 06:32:44 -0000 1.2 *************** *** 1,9 **** <?xml version="1.0" encoding="UTF-8"?> <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-weblogic</artifactId> ! <name>xdoclet-plugin-weblogic</name> ! <developers> <developer> <name>Ive Hellemans</name> --- 1,9 ---- <?xml version="1.0" encoding="UTF-8"?> <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-weblogic</artifactId> ! <name>xdoclet-plugin-weblogic</name> ! <developers> <developer> <name>Ive Hellemans</name> *************** *** 15,41 **** </roles> </developer> ! </developers> ! <dependencies> ! <dependency> ! <groupId>geronimo-spec</groupId> ! <artifactId>geronimo-spec-ejb</artifactId> ! <version>2.1-rc4</version> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-ejb</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 15,46 ---- </roles> </developer> ! </developers> ! <dependencies> ! <dependency> ! <groupId>geronimo-spec</groupId> ! <artifactId>geronimo-spec-ejb</artifactId> ! <version>2.1-rc4</version> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-ejb</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-spring In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-spring Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-spring/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.xml 9 Feb 2006 10:32:53 -0000 1.1 --- project.xml 25 Aug 2006 06:32:44 -0000 1.2 *************** *** 4,9 **** <artifactId>xdoclet-plugin-spring</artifactId> <name>xdoclet-plugin-spring</name> ! <developers> ! </developers> <contributors> <contributor> --- 4,8 ---- <artifactId>xdoclet-plugin-spring</artifactId> <name>xdoclet-plugin-spring</name> ! <developers></developers> <contributors> <contributor> *************** *** 18,21 **** --- 17,25 ---- <version>${pom.currentVersion}</version> </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>xdoclet-taglib-qtags</artifactId> + <version>${pom.currentVersion}</version> + </dependency> </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-portlet Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** project.xml 13 Dec 2005 16:27:54 -0000 1.7 --- project.xml 25 Aug 2006 06:32:44 -0000 1.8 *************** *** 2,25 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-portlet</artifactId> ! <name>xdoclet-plugin-portlet</name> ! <dependencies> ! <dependency> ! <groupId>portlet-api</groupId> ! <artifactId>portlet-api</artifactId> ! <version>1.0</version> ! <url>http://java.sun.com/portlet/</url> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,30 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-portlet</artifactId> ! <name>xdoclet-plugin-portlet</name> ! <dependencies> ! <dependency> ! <groupId>portlet-api</groupId> ! <artifactId>portlet-api</artifactId> ! <version>1.0</version> ! <url>http://java.sun.com/portlet/</url> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-actionscript Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 9 Dec 2005 00:35:16 -0000 1.2 --- project.xml 25 Aug 2006 06:32:43 -0000 1.3 *************** *** 27,30 **** --- 27,35 ---- <dependency> <groupId>${pom.groupId}</groupId> + <artifactId>xdoclet-taglib-qtags</artifactId> + <version>${pom.currentVersion}</version> + </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> <artifactId>xdoclet-testapp-pojo</artifactId> <version>${pom.currentVersion}</version> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-castor In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-castor Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-castor/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 13 Dec 2005 16:27:54 -0000 1.2 --- project.xml 25 Aug 2006 06:32:43 -0000 1.3 *************** *** 22,25 **** <version>${pom.currentVersion}</version> </dependency> ! </dependencies> </project> --- 22,30 ---- <version>${pom.currentVersion}</version> </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-interfaceextractor In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-interfaceextractor Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-interfaceextractor/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 9 Dec 2005 00:35:20 -0000 1.2 --- project.xml 25 Aug 2006 06:32:44 -0000 1.3 *************** *** 2,19 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-interfaceextractor</artifactId> ! <name>xdoclet-plugin-interfaceextractor</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,24 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-interfaceextractor</artifactId> ! <name>xdoclet-plugin-interfaceextractor</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-junit Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** project.xml 9 Dec 2005 00:35:17 -0000 1.4 --- project.xml 25 Aug 2006 06:32:44 -0000 1.5 *************** *** 2,23 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-junit</artifactId> ! <name>xdoclet-plugin-junit</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-testapp-pojo</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,28 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-junit</artifactId> ! <name>xdoclet-plugin-junit</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-testapp-pojo</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-beaninfo In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-beaninfo Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-beaninfo/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** project.xml 14 Dec 2005 09:52:09 -0000 1.13 --- project.xml 25 Aug 2006 06:32:43 -0000 1.14 *************** *** 33,37 **** <version>${pom.currentVersion}</version> </dependency> ! <dependency> <groupId>${pom.groupId}</groupId> --- 33,41 ---- <version>${pom.currentVersion}</version> </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> <dependency> <groupId>${pom.groupId}</groupId> |
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-qtags Modified Files: maven.xml Log Message: fixed m1 build Index: maven.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/maven.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** maven.xml 29 Apr 2005 11:11:02 -0000 1.6 --- maven.xml 25 Aug 2006 06:32:44 -0000 1.7 *************** *** 3,20 **** xmlns:maven="jelly:maven"> - <postGoal name="java:compile"> - <copy todir="${basedir}/target/classes"> - <fileset dir="${pom.build.sourceDirectory}"> - <include name="**/*.vm"/> - <include name="**/*.jelly"/> - </fileset> - </copy> - <attainGoal name="qtags"/> - <j:if test="${hasCompiled == null}"> - <property name="hasCompiled" value="true"/> - <attainGoal name="java:compile"/> - </j:if> - </postGoal> - </project> --- 3,6 ---- |