1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/ajaxtags-struts/pom.xml Sat Oct 31 12:35:45 2009 +0100
1.3 @@ -0,0 +1,39 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1.6 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1.7 + <parent>
1.8 + <artifactId>ajaxtags-doc</artifactId>
1.9 + <groupId>ajaxtags</groupId>
1.10 + <version>1.5-SNAPSHOT</version>
1.11 + </parent>
1.12 + <modelVersion>4.0.0</modelVersion>
1.13 + <groupId>ajaxtags</groupId>
1.14 + <artifactId>ajaxtags-struts</artifactId>
1.15 + <packaging>jar</packaging>
1.16 + <version>1.5-SNAPSHOT</version>
1.17 + <name>AjaxTags Struts-binding</name>
1.18 + <description>Here are the struts binding classes</description>
1.19 + <build>
1.20 + <plugins>
1.21 + <plugin>
1.22 + <!-- package the stuff together -->
1.23 + <groupId>org.apache.maven.plugins</groupId>
1.24 + <artifactId>maven-assembly-plugin</artifactId>
1.25 + <configuration>
1.26 + <descriptors>
1.27 + <descriptor>src/main/assembly/bin.xml</descriptor>
1.28 + </descriptors>
1.29 + <finalName>ajaxtags-resources-${pom.version}</finalName>
1.30 + </configuration>
1.31 + </plugin>
1.32 + </plugins>
1.33 + </build>
1.34 +
1.35 + <dependencies>
1.36 + <dependency>
1.37 + <groupId>ajaxtags</groupId>
1.38 + <artifactId>ajaxtags</artifactId>
1.39 + <version>${version}</version>
1.40 + </dependency>
1.41 + </dependencies>
1.42 +</project>
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/ajaxtags-struts/src/site/site.xml Sat Oct 31 12:35:45 2009 +0100
2.3 @@ -0,0 +1,12 @@
2.4 +<?xml version="1.0" encoding="ISO-8859-1"?>
2.5 +<project>
2.6 + <publishDate position="navigation-bottom" format="yyyy-dd-MM" />
2.7 + <body>
2.8 + <breadcrumbs>
2.9 + <item name="Home" href="../index.html" />
2.10 + <item name="AjaxTags" href="../ajaxtags/index.html" />
2.11 + <item name="AjaxTags DEMO" href="../ajaxtags-demo/index.html" />
2.12 + </breadcrumbs>
2.13 + <menu ref="reports" />
2.14 + </body>
2.15 +</project>