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> |