Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28258/plugin-qtags
Modified Files:
pom.xml
Log Message:
started work on split qtags in plugin and taglib for m2 build
Index: pom.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pom.xml 2 Jul 2006 18:46:45 -0000 1.2
--- pom.xml 11 Aug 2006 17:15:10 -0000 1.3
***************
*** 4,41 ****
<artifactId>xdoclet-plugins</artifactId>
<groupId>xdoclet-plugins</groupId>
! <version>1.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xdoclet-plugin-qtags</artifactId>
<name>xdoclet-plugin-qtags</name>
! <build>
! <plugins>
! <plugin>
! <groupId>xdoclet</groupId>
! <artifactId>maven2-xdoclet2-plugin</artifactId>
! <configuration>
! <configs>
! <config>
!
<plugin>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</plugin>
! <includes>**/Qtags*.java</includes>
! </config>
! <config>
!
<plugin>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</plugin>
! <includes>**/Qtags*.java</includes>
! </config>
! </configs>
! </configuration>
! <executions>
! <execution>
! <phase>
! process-classes
! </phase>
! <goals>
! <goal>xdoclet</goal>
! </goals>
! </execution>
! </executions>
! </plugin>
! </plugins>
! </build>
</project>
\ No newline at end of file
--- 4,60 ----
<artifactId>xdoclet-plugins</artifactId>
<groupId>xdoclet-plugins</groupId>
! <version>1.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xdoclet-plugin-qtags</artifactId>
<name>xdoclet-plugin-qtags</name>
! <profiles>
! <profile>
! <!-- use to bootstrap build of qtags ( no validation ) -->
! <id>bootstrap</id>
! </profile>
! <profile>
! <!-- default profile uses boot strapped version of itself -->
! <id>blabla</id>
! <build>
! <plugins>
! <plugin>
! <groupId>xdoclet</groupId>
! <artifactId>maven2-xdoclet2-plugin</artifactId>
! <configuration>
! <configs>
! <config>
!
<plugin>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</plugin>
! <includes>**/Qtags*.java</includes>
! </config>
! <config>
!
<plugin>org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin</plugin>
! <includes>**/Qtags*.java</includes>
! <params>
!
<packagereplace>org.xdoclet.plugin.qtags.qtags</packagereplace>
! </params>
! </config>
! </configs>
! </configuration>
! <dependencies>
! <dependency>
! <groupId>xdoclet-plugins</groupId>
! <artifactId>xdoclet-plugin-qtags</artifactId>
! <version>${pom.version}</version>
! </dependency>
! </dependencies>
! <executions>
! <execution>
! <id>xdoclet</id>
! <phase>generate-sources</phase>
! <goals>
! <goal>xdoclet</goal>
! </goals>
! </execution>
! </executions>
! </plugin>
! </plugins>
! </build>
! </profile>
! </profiles>
</project>
\ No newline at end of file
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits