Author: niallp
Date: Wed Mar 30 10:19:24 2005
New Revision: 159503

URL: http://svn.apache.org/viewcvs?view=rev&rev=159503
Log:
Include message resources in taglib jar

Modified:
    struts/taglib/trunk/project.xml

Modified: struts/taglib/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&r1=159502&r2=159503
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Wed Mar 30 10:19:24 2005
@@ -1,139 +1,147 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-<!-- 
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-
-  <extend>build/project.xml</extend>
-  <id>struts-taglib</id>
-  <name>Struts Taglibs</name>
-  
-  <package>org.apache.struts.taglib</package>
-  <packageGroups>
-    <packageGroup>
-      <title>Struts Taglibs</title>
-      <packages>org.apache.struts.taglib</packages>
-    </packageGroup>
-  </packageGroups>
-
-  <shortDescription>JSP custom tags for use with Struts.</shortDescription>
-
-  <description>
-    This library simplifies development of a JSP-based view layer of a Struts 
Application.
-    These tags were previously packaged as part of the base Struts 
distribution, but have
-    been extracted into a separate library.
-  </description>
-    
-  <repository>
-    
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/taglib/trunk</connection>
-    
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/taglib/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/struts/taglib/trunk</url>
-  </repository>
-  
-  <versions/>
-  
-  <branches/>
-  
-  <dependencies>
-      
-       <dependency>
-         <groupId>struts</groupId>
-         <artifactId>struts-core</artifactId>
-         <version>1.3.0-dev</version>
-         <properties>
-        <cactus.bundle>true</cactus.bundle>
-         </properties>
-      <url>http://struts.apache.org/</url>
-       </dependency>
-
-
-    <!-- XDoclet dependencies -->
-    <dependency>
-      <id>xdoclet</id>
-      <version>1.2</version>
-    </dependency>
-
-    <dependency>
-      <groupId>xdoclet</groupId>
-      <artifactId>xdoclet-web-module</artifactId>
-      <version>1.2</version>
-      <url>http://xdoclet.sf.net/</url>
-    </dependency>
-    
-    <dependency>
-      <groupId>xdoclet</groupId>
-      <artifactId>xdoclet-ejb-module</artifactId>
-      <version>1.2</version>
-      <url>http://xdoclet.sf.net/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>xdoclet</groupId>
-      <artifactId>xdoclet-apache-module</artifactId>
-      <version>1.2</version>
-      <url>http://xdoclet.sf.net/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>xdoclet</groupId>
-      <artifactId>xjavadoc</artifactId>
-      <version>1.0.2</version>
-      <url>http://xdoclet.sf.net/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>xdoclet</groupId>
-      <artifactId>maven-xdoclet-plugin</artifactId>
-      <version>1.2</version>
-      <type>plugin</type>
-      <url>http://xdoclet.sf.net/</url>
-    </dependency> 
-
-    <!-- HttpUnit dependencies -->
-   <dependency>
-      <groupId>httpunit</groupId>
-      <artifactId>httpunit</artifactId>
-      <version>1.5.4</version>
-      <properties>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>jtidy</groupId>
-      <artifactId>jtidy</artifactId>
-      <version>4aug2000r7-dev</version>
-      <properties>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    
-  </dependencies>
-
-  <build>
-    <nagEmailAddress/>
-
-  </build>
-
-  <reports>
-       <!-- reports specific to taglibs-->
-       <report>maven-cactus-plugin</report>
-       
-  </reports>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+
+  <extend>build/project.xml</extend>
+  <id>struts-taglib</id>
+  <name>Struts Taglibs</name>
+  
+  <package>org.apache.struts.taglib</package>
+  <packageGroups>
+    <packageGroup>
+      <title>Struts Taglibs</title>
+      <packages>org.apache.struts.taglib</packages>
+    </packageGroup>
+  </packageGroups>
+
+  <shortDescription>JSP custom tags for use with Struts.</shortDescription>
+
+  <description>
+    This library simplifies development of a JSP-based view layer of a Struts 
Application.
+    These tags were previously packaged as part of the base Struts 
distribution, but have
+    been extracted into a separate library.
+  </description>
+    
+  <repository>
+    
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/taglib/trunk</connection>
+    
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/taglib/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/taglib/trunk</url>
+  </repository>
+  
+  <versions/>
+  
+  <branches/>
+  
+  <dependencies>
+      
+       <dependency>
+         <groupId>struts</groupId>
+         <artifactId>struts-core</artifactId>
+         <version>1.3.0-dev</version>
+         <properties>
+        <cactus.bundle>true</cactus.bundle>
+         </properties>
+      <url>http://struts.apache.org/</url>
+       </dependency>
+
+
+    <!-- XDoclet dependencies -->
+    <dependency>
+      <id>xdoclet</id>
+      <version>1.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-web-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-ejb-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-apache-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xjavadoc</artifactId>
+      <version>1.0.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>maven-xdoclet-plugin</artifactId>
+      <version>1.2</version>
+      <type>plugin</type>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency> 
+
+    <!-- HttpUnit dependencies -->
+   <dependency>
+      <groupId>httpunit</groupId>
+      <artifactId>httpunit</artifactId>
+      <version>1.5.4</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>jtidy</groupId>
+      <artifactId>jtidy</artifactId>
+      <version>4aug2000r7-dev</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+
+    
+  </dependencies>
+
+  <build>
+    <nagEmailAddress/>
+    <resources>
+      <resource>
+        <directory>src/java</directory>
+        <includes>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+    </resources>
+
+  </build>
+
+  <reports>
+       <!-- reports specific to taglibs-->
+       <report>maven-cactus-plugin</report>
+       
+  </reports>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to