You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/03/30 20:49:33 UTC

svn commit: r159507 - in struts/taglib/trunk: README.txt build.properties.sample maven.xml project.properties project.xml

Author: niallp
Date: Wed Mar 30 10:49:32 2005
New Revision: 159507

URL: http://svn.apache.org/viewcvs?view=rev&rev=159507
Log:
Set svn:eol-style property

Modified:
    struts/taglib/trunk/README.txt   (contents, props changed)
    struts/taglib/trunk/build.properties.sample   (contents, props changed)
    struts/taglib/trunk/maven.xml   (props changed)
    struts/taglib/trunk/project.properties   (contents, props changed)
    struts/taglib/trunk/project.xml   (contents, props changed)

Modified: struts/taglib/trunk/README.txt
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/README.txt?view=diff&r1=159506&r2=159507
==============================================================================
--- struts/taglib/trunk/README.txt (original)
+++ struts/taglib/trunk/README.txt Wed Mar 30 10:49:32 2005
@@ -1,20 +1,20 @@
-
-To build and run the Cactus tests:
-
-	1.	Create a file called build.properties (or reuse the one you have) 
-		in the top level of Struts Taglibs.
-	
-	2.	Add a line (as shown below) that points to your local install of
-		any supported server.
-		
-		See http://jakarta.apache.org/cactus/integration/maven/ for more
-		details.
-	
-	build.properties
-	----------------
-	cactus.home.tomcat5x = D:/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
-
-
-	3.	Execute the following:  (this assumes you have Maven installed)
-	
-	$ maven cactus:test
+
+To build and run the Cactus tests:
+
+	1.	Create a file called build.properties (or reuse the one you have) 
+		in the top level of Struts Taglibs.
+	
+	2.	Add a line (as shown below) that points to your local install of
+		any supported server.
+		
+		See http://jakarta.apache.org/cactus/integration/maven/ for more
+		details.
+	
+	build.properties
+	----------------
+	cactus.home.tomcat5x = D:/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
+
+
+	3.	Execute the following:  (this assumes you have Maven installed)
+	
+	$ maven cactus:test

Propchange: struts/taglib/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/taglib/trunk/README.txt
            ('svn:executable' removed)

Modified: struts/taglib/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/build.properties.sample?view=diff&r1=159506&r2=159507
==============================================================================
--- struts/taglib/trunk/build.properties.sample (original)
+++ struts/taglib/trunk/build.properties.sample Wed Mar 30 10:49:32 2005
@@ -1,6 +1,6 @@
-#cactus.home.tomcat4x = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-4.1.29
-#tomcat.home          = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-4.1.29
-
-cactus.home.tomcat5x = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
-tomcat.home          = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
-
+#cactus.home.tomcat4x = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-4.1.29
+#tomcat.home          = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-4.1.29
+
+cactus.home.tomcat5x = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
+tomcat.home          = D:/cygwin/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
+

Propchange: struts/taglib/trunk/build.properties.sample
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/taglib/trunk/build.properties.sample
            ('svn:executable' removed)

Propchange: struts/taglib/trunk/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/taglib/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.properties?view=diff&r1=159506&r2=159507
==============================================================================
--- struts/taglib/trunk/project.properties (original)
+++ struts/taglib/trunk/project.properties Wed Mar 30 10:49:32 2005
@@ -1,24 +1,24 @@
-#precompile.jsp           = true
-
-maven.xdoc.date          = left
-
-maven.war.webapp.dir     = ${maven.build.dir}/xdoclet/webdoclet
-
-maven.xdoclet.webdoclet.fileset.1  = false
-
-maven.xdoclet.webdoclet.0          = true
-maven.xdoclet.webdoclet.0.destDir  = ${maven.build.dir}/xdoclet/webdoclet/WEB-INF
-maven.xdoclet.webdoclet.0.mergeDir = src/conf/merge
-
-maven.xdoclet.webdoclet.strutsconfigxml.0               = true
-maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML   = false
-maven.xdoclet.webdoclet.strutsconfigxml.0.Version       = 1.3
-maven.xdoclet.webdoclet.strutsconfigxml.0.destDir       = ${maven.build.dir}/xdoclet/webdoclet/WEB-INF
-maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir      = src/conf/merge
-
-maven.xdoclet.webdoclet.deploymentdescriptor.0.destDir  = ${maven.build.dir}/xdoclet/webdoclet/WEB-INF
-maven.xdoclet.webdoclet.deploymentdescriptor.0.mergeDir = src/conf/merge
-
-cactus.src.mergewebxml = src/conf/cactus-web.xml
-cactus.test.includes    = **/Test*.class
-cactus.test.excludes    = **/TestBase*.class
+#precompile.jsp           = true
+
+maven.xdoc.date          = left
+
+maven.war.webapp.dir     = ${maven.build.dir}/xdoclet/webdoclet
+
+maven.xdoclet.webdoclet.fileset.1  = false
+
+maven.xdoclet.webdoclet.0          = true
+maven.xdoclet.webdoclet.0.destDir  = ${maven.build.dir}/xdoclet/webdoclet/WEB-INF
+maven.xdoclet.webdoclet.0.mergeDir = src/conf/merge
+
+maven.xdoclet.webdoclet.strutsconfigxml.0               = true
+maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML   = false
+maven.xdoclet.webdoclet.strutsconfigxml.0.Version       = 1.3
+maven.xdoclet.webdoclet.strutsconfigxml.0.destDir       = ${maven.build.dir}/xdoclet/webdoclet/WEB-INF
+maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir      = src/conf/merge
+
+maven.xdoclet.webdoclet.deploymentdescriptor.0.destDir  = ${maven.build.dir}/xdoclet/webdoclet/WEB-INF
+maven.xdoclet.webdoclet.deploymentdescriptor.0.mergeDir = src/conf/merge
+
+cactus.src.mergewebxml = src/conf/cactus-web.xml
+cactus.test.includes    = **/Test*.class
+cactus.test.excludes    = **/TestBase*.class

Propchange: struts/taglib/trunk/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/taglib/trunk/project.properties
            ('svn:executable' removed)

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&r1=159506&r2=159507
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Wed Mar 30 10:49:32 2005
@@ -1,147 +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/>
-    <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>
+<?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>

Propchange: struts/taglib/trunk/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org