Add eol-style native to the maven files
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Aug 2007 17:12:28 +0000 (17:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Aug 2007 17:12:28 +0000 (17:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@562910 13f79535-47bb-0310-9956-ffa450edef68

16 files changed:
res/maven/annotations-api.pom
res/maven/catalina-ha.pom
res/maven/catalina.pom
res/maven/coyote.pom
res/maven/el-api.pom
res/maven/jasper-el.pom
res/maven/jasper-jdt.pom
res/maven/jasper.pom
res/maven/jsp-api.pom
res/maven/juli-adapters.pom
res/maven/juli-extras.pom
res/maven/juli.pom
res/maven/mvn-pub.xml
res/maven/mvn.properties.default
res/maven/servlet-api.pom
res/maven/tribes.pom

index 8b24b9c..74b33ac 100644 (file)
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>annotations-api</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Annotations Package</description>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>annotations-api</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Annotations Package</description>
 </project>
\ No newline at end of file
index 92685fc..d580f9d 100644 (file)
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>catalina-ha</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Tomcat High Availability Implementation</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>coyote</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>servlet-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>juli</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>tribes</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>catalina</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>catalina-ha</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat High Availability Implementation</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>coyote</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tribes</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>catalina</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
index 1586f96..0c945e4 100644 (file)
@@ -1,52 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>catalina</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>\r
-  <dependencies>\r
-    <!--\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>coyote</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    -->\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>servlet-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>juli</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>annotations-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>catalina</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
+  <dependencies>
+    <!--
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>coyote</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    -->
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>annotations-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
index e8727ad..f92498a 100644 (file)
@@ -1,44 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>coyote</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Tomcat Connectors and HTTP parser</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>catalina</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>servlet-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>juli</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>coyote</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Connectors and HTTP parser</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>catalina</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
index 637648f..d8ab540 100644 (file)
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>el-api</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Expression language package</description>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>el-api</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Expression language package</description>
+</project>
index dee9205..6301df9 100644 (file)
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>jasper-el</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Jasper Expression Language Impl</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>el-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
-\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>jasper-el</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Jasper Expression Language Impl</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>el-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
+
index 5aaed22..b867112 100644 (file)
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>jasper-jdt</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Jasper javac compiler extension for Eclipse JDT</description>\r
-</project> \r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>jasper-jdt</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Jasper javac compiler extension for Eclipse JDT</description>
+</project> 
index 6fdcf6f..dfd22f2 100644 (file)
@@ -1,68 +1,68 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>jasper</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Tomcats JSP Parser</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>servlet-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>juli</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>jsp-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>catalina</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>el-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>jasper-jdt</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>jasper-el</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>jasper</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcats JSP Parser</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>catalina</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>el-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>jasper-jdt</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>jasper-el</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
index d96a5e6..c8cfdd7 100644 (file)
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>jsp-api</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>JSP package</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>el-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>servlet-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>jsp-api</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>JSP package</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>el-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
index 81bfddc..c86df73 100644 (file)
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat.extras</groupId>\r
-  <artifactId>juli-adapters</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Adapters to plug in other logging frameworks in Tomcat</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat.extras</groupId>\r
-      <artifactId>juli</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>servlet-api</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat.extras</groupId>
+  <artifactId>juli-adapters</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Adapters to plug in other logging frameworks in Tomcat</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat.extras</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
index aabdebe..7753bc5 100644 (file)
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat.extras</groupId>\r
-  <artifactId>juli</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Replacement for Tomcat Core Logging Package</description>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat.extras</groupId>
+  <artifactId>juli</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Replacement for Tomcat Core Logging Package</description>
+</project>
index b7699de..ef197fb 100644 (file)
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>juli</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Tomcat Core Logging Package</description>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>juli</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Core Logging Package</description>
+</project>
index 6794773..2a84201 100644 (file)
-<?xml version="1.0"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project name="Tomcat 6.0" default="deploy" basedir=".">\r
-\r
-  <!--\r
-  Properties required to be set:\r
-  maven.home - full path to Maven2 installation, mvn or mvn.bat is assumed to be in ${maven.home}/bin/\r
-  maven.bin  - the script to execute for maven, would be mvn or mvn.bat\r
-  maven.repo.url - the URL of the repository, for example scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository\r
-  maven.repo.repositoryId - the id of the repository, for example apache.snapshots\r
-  maven.deploy.version - the version that the components will be deployed as, for example @MAVEN.DEPLOY.VERSION@\r
-  tomcat.lib.path - the path to tomcat JAR files\r
-  tomcat.bin.path - the path to tomcat's bin directory (for other JAR files)\r
-  tomcat.pom.path - the path to the POM files\r
-  All these can be defined by mvn.properties (and defaults are in mvn.properties.default)\r
-  \r
-  To do password less upload, you can modify either\r
-  $MAVE_HOME/conf/settings.xml or ~/.m2/settings.xml and add this snippet\r
-    <server>\r
-      <id>apache.snapshots</id>\r
-      <username>yourusername</username>\r
-      <privateKey>/home/yourusername/.ssh/id_rsa</privateKey>\r
-      <passphrase></passphrase>\r
-    </server>\r
-  -->\r
-  <property file="${basedir}/mvn.properties"/>\r
-  <property file="${basedir}/mvn.properties.default"/>\r
-  \r
-  <target name="maven-deploy">\r
-    <!--replace the version in the pom-->\r
-    <copy file="${pom}" tofile="${pom}.tmp">\r
-      <filterset>\r
-        <filter token="MAVEN.DEPLOY.VERSION" value="${maven.deploy.version}"/>\r
-      </filterset>\r
-    </copy>\r
-    <exec executable="${maven.home}/bin/${maven.bin}" failonerror="true">\r
-      <env key="MAVEN_HOME" value="${maven.home}"/>\r
-      <arg value="deploy:deploy-file"/>\r
-      <arg value="-Dfile=${file}"/>\r
-      <arg value="-DgroupId=${groupId}"/>\r
-      <arg value="-DartifactId=${artifactId}"/>\r
-      <arg value="-Dversion=${maven.deploy.version}"/>\r
-      <arg value="-Dpackaging=jar"/>\r
-      <arg value="-DgeneratePom=false"/>\r
-      <arg value="-DrepositoryId=${maven.repo.repositoryId}"/>\r
-      <arg value="-Durl=${maven.repo.url}"/>\r
-      <arg value="-DpomFile=${pom}.tmp"/>\r
-    </exec>\r
-    <delete file="${pom}.tmp"/>\r
-  </target>\r
-  \r
-  <target name="generic-deploy">\r
-    <antcall target="maven-deploy"><!--Deploy annotations-->\r
-      <param name="file" value="${tomcat.lib.path}/annotations-api.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="annotations-api"/>\r
-      <param name="pom" value="${tomcat.pom.path}/annotations-api.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Servlet api-->\r
-      <param name="file" value="${tomcat.lib.path}/servlet-api.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="servlet-api"/>\r
-      <param name="pom" value="${tomcat.pom.path}/servlet-api.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy expression lanaguage api-->\r
-      <param name="file" value="${tomcat.lib.path}/el-api.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="el-api"/>\r
-      <param name="pom" value="${tomcat.pom.path}/el-api.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy JSP api-->\r
-      <param name="file" value="${tomcat.lib.path}/jsp-api.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="jsp-api"/>\r
-      <param name="pom" value="${tomcat.pom.path}/jsp-api.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy JULI-->\r
-      <param name="file" value="${tomcat.bin.path}/tomcat-juli.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="juli"/>\r
-      <param name="pom" value="${tomcat.pom.path}/juli.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Tribes-->\r
-      <param name="file" value="${tomcat.lib.path}/catalina-tribes.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="tribes"/>\r
-      <param name="pom" value="${tomcat.pom.path}/tribes.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Jasper EL-->\r
-      <param name="file" value="${tomcat.lib.path}/jasper-el.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="jasper-el"/>\r
-      <param name="pom" value="${tomcat.pom.path}/jasper-el.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Jasper JDT-->\r
-      <param name="file" value="${tomcat.lib.path}/jasper-jdt.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="jasper-jdt"/>\r
-      <param name="pom" value="${tomcat.pom.path}/jasper-jdt.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Coyote-->\r
-      <param name="file" value="${tomcat.lib.path}/tomcat-coyote.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="coyote"/>\r
-      <param name="pom" value="${tomcat.pom.path}/coyote.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Catalina-->\r
-      <param name="file" value="${tomcat.lib.path}/catalina.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="catalina"/>\r
-      <param name="pom" value="${tomcat.pom.path}/catalina.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Catalina-HA-->\r
-      <param name="file" value="${tomcat.lib.path}/catalina-ha.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="catalina-ha"/>\r
-      <param name="pom" value="${tomcat.pom.path}/catalina-ha.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Jasper-->\r
-      <param name="file" value="${tomcat.lib.path}/jasper.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat"/>\r
-      <param name="artifactId" value="jasper"/>\r
-      <param name="pom" value="${tomcat.pom.path}/jasper.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Extras Juli-->\r
-      <param name="file" value="${tomcat.extras.path}/tomcat-juli.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat.extras"/>\r
-      <param name="artifactId" value="juli"/>\r
-      <param name="pom" value="${tomcat.pom.path}/juli-extras.pom"/>\r
-    </antcall>\r
-    <antcall target="maven-deploy"><!--Deploy Extras Juli Adapters-->\r
-      <param name="file" value="${tomcat.extras.path}/tomcat-juli-adapters.jar"/>\r
-      <param name="groupId" value="org.apache.tomcat.extras"/>\r
-      <param name="artifactId" value="juli-adapters"/>\r
-      <param name="pom" value="${tomcat.pom.path}/juli-adapters.pom"/>\r
-    </antcall>\r
-  </target>\r
-\r
-  <target name="deploy-snapshot">\r
-    <antcall target="generic-deploy">\r
-      <param name="maven.repo.repositoryId" value="${maven.snapshot.repo.repositoryId}"/>\r
-      <param name="maven.repo.url" value="${maven.snapshot.repo.url}"/>\r
-      <param name="maven.deploy.version" value="${maven.snapshot.deploy.version}"/>\r
-    </antcall>\r
-  </target>\r
-\r
-  <target name="deploy-staging">\r
-    <antcall target="generic-deploy">\r
-      <param name="maven.repo.repositoryId" value="${maven.release.repo.repositoryId}"/>\r
-      <param name="maven.repo.url" value="${maven.release.repo.url}"/>\r
-      <param name="maven.deploy.version" value="${maven.release.deploy.version}"/>\r
-    </antcall>\r
-  </target>\r
-\r
-  <target name="deploy-release">\r
-    <antcall target="generic-deploy">\r
-      <param name="maven.repo.repositoryId" value="${maven.asf.release.repo.repositoryId}"/>\r
-      <param name="maven.repo.url" value="${maven.asf.release.repo.url}"/>\r
-      <param name="maven.deploy.version" value="${maven.asf.release.deploy.version}"/>\r
-    </antcall>\r
-  </target>\r
-\r
-</project>\r
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project name="Tomcat 6.0" default="deploy" basedir=".">
+
+  <!--
+  Properties required to be set:
+  maven.home - full path to Maven2 installation, mvn or mvn.bat is assumed to be in ${maven.home}/bin/
+  maven.bin  - the script to execute for maven, would be mvn or mvn.bat
+  maven.repo.url - the URL of the repository, for example scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
+  maven.repo.repositoryId - the id of the repository, for example apache.snapshots
+  maven.deploy.version - the version that the components will be deployed as, for example @MAVEN.DEPLOY.VERSION@
+  tomcat.lib.path - the path to tomcat JAR files
+  tomcat.bin.path - the path to tomcat's bin directory (for other JAR files)
+  tomcat.pom.path - the path to the POM files
+  All these can be defined by mvn.properties (and defaults are in mvn.properties.default)
+  
+  To do password less upload, you can modify either
+  $MAVE_HOME/conf/settings.xml or ~/.m2/settings.xml and add this snippet
+    <server>
+      <id>apache.snapshots</id>
+      <username>yourusername</username>
+      <privateKey>/home/yourusername/.ssh/id_rsa</privateKey>
+      <passphrase></passphrase>
+    </server>
+  -->
+  <property file="${basedir}/mvn.properties"/>
+  <property file="${basedir}/mvn.properties.default"/>
+  
+  <target name="maven-deploy">
+    <!--replace the version in the pom-->
+    <copy file="${pom}" tofile="${pom}.tmp">
+      <filterset>
+        <filter token="MAVEN.DEPLOY.VERSION" value="${maven.deploy.version}"/>
+      </filterset>
+    </copy>
+    <exec executable="${maven.home}/bin/${maven.bin}" failonerror="true">
+      <env key="MAVEN_HOME" value="${maven.home}"/>
+      <arg value="deploy:deploy-file"/>
+      <arg value="-Dfile=${file}"/>
+      <arg value="-DgroupId=${groupId}"/>
+      <arg value="-DartifactId=${artifactId}"/>
+      <arg value="-Dversion=${maven.deploy.version}"/>
+      <arg value="-Dpackaging=jar"/>
+      <arg value="-DgeneratePom=false"/>
+      <arg value="-DrepositoryId=${maven.repo.repositoryId}"/>
+      <arg value="-Durl=${maven.repo.url}"/>
+      <arg value="-DpomFile=${pom}.tmp"/>
+    </exec>
+    <delete file="${pom}.tmp"/>
+  </target>
+  
+  <target name="generic-deploy">
+    <antcall target="maven-deploy"><!--Deploy annotations-->
+      <param name="file" value="${tomcat.lib.path}/annotations-api.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="annotations-api"/>
+      <param name="pom" value="${tomcat.pom.path}/annotations-api.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Servlet api-->
+      <param name="file" value="${tomcat.lib.path}/servlet-api.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="servlet-api"/>
+      <param name="pom" value="${tomcat.pom.path}/servlet-api.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy expression lanaguage api-->
+      <param name="file" value="${tomcat.lib.path}/el-api.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="el-api"/>
+      <param name="pom" value="${tomcat.pom.path}/el-api.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy JSP api-->
+      <param name="file" value="${tomcat.lib.path}/jsp-api.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="jsp-api"/>
+      <param name="pom" value="${tomcat.pom.path}/jsp-api.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy JULI-->
+      <param name="file" value="${tomcat.bin.path}/tomcat-juli.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="juli"/>
+      <param name="pom" value="${tomcat.pom.path}/juli.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Tribes-->
+      <param name="file" value="${tomcat.lib.path}/catalina-tribes.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="tribes"/>
+      <param name="pom" value="${tomcat.pom.path}/tribes.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Jasper EL-->
+      <param name="file" value="${tomcat.lib.path}/jasper-el.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="jasper-el"/>
+      <param name="pom" value="${tomcat.pom.path}/jasper-el.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Jasper JDT-->
+      <param name="file" value="${tomcat.lib.path}/jasper-jdt.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="jasper-jdt"/>
+      <param name="pom" value="${tomcat.pom.path}/jasper-jdt.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Coyote-->
+      <param name="file" value="${tomcat.lib.path}/tomcat-coyote.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="coyote"/>
+      <param name="pom" value="${tomcat.pom.path}/coyote.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Catalina-->
+      <param name="file" value="${tomcat.lib.path}/catalina.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="catalina"/>
+      <param name="pom" value="${tomcat.pom.path}/catalina.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Catalina-HA-->
+      <param name="file" value="${tomcat.lib.path}/catalina-ha.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="catalina-ha"/>
+      <param name="pom" value="${tomcat.pom.path}/catalina-ha.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Jasper-->
+      <param name="file" value="${tomcat.lib.path}/jasper.jar"/>
+      <param name="groupId" value="org.apache.tomcat"/>
+      <param name="artifactId" value="jasper"/>
+      <param name="pom" value="${tomcat.pom.path}/jasper.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Extras Juli-->
+      <param name="file" value="${tomcat.extras.path}/tomcat-juli.jar"/>
+      <param name="groupId" value="org.apache.tomcat.extras"/>
+      <param name="artifactId" value="juli"/>
+      <param name="pom" value="${tomcat.pom.path}/juli-extras.pom"/>
+    </antcall>
+    <antcall target="maven-deploy"><!--Deploy Extras Juli Adapters-->
+      <param name="file" value="${tomcat.extras.path}/tomcat-juli-adapters.jar"/>
+      <param name="groupId" value="org.apache.tomcat.extras"/>
+      <param name="artifactId" value="juli-adapters"/>
+      <param name="pom" value="${tomcat.pom.path}/juli-adapters.pom"/>
+    </antcall>
+  </target>
+
+  <target name="deploy-snapshot">
+    <antcall target="generic-deploy">
+      <param name="maven.repo.repositoryId" value="${maven.snapshot.repo.repositoryId}"/>
+      <param name="maven.repo.url" value="${maven.snapshot.repo.url}"/>
+      <param name="maven.deploy.version" value="${maven.snapshot.deploy.version}"/>
+    </antcall>
+  </target>
+
+  <target name="deploy-staging">
+    <antcall target="generic-deploy">
+      <param name="maven.repo.repositoryId" value="${maven.release.repo.repositoryId}"/>
+      <param name="maven.repo.url" value="${maven.release.repo.url}"/>
+      <param name="maven.deploy.version" value="${maven.release.deploy.version}"/>
+    </antcall>
+  </target>
+
+  <target name="deploy-release">
+    <antcall target="generic-deploy">
+      <param name="maven.repo.repositoryId" value="${maven.asf.release.repo.repositoryId}"/>
+      <param name="maven.repo.url" value="${maven.asf.release.repo.url}"/>
+      <param name="maven.deploy.version" value="${maven.asf.release.deploy.version}"/>
+    </antcall>
+  </target>
+
+</project>
index 8681da1..9083e78 100644 (file)
@@ -1,43 +1,43 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more\r
-# contributor license agreements.  See the NOTICE file distributed with\r
-# this work for additional information regarding copyright ownership.\r
-# The ASF licenses this file to You under the Apache License, Version 2.0\r
-# (the "License"); you may not use this file except in compliance with\r
-# the License.  You may obtain a copy of the License at\r
-#\r
-#     http://www.apache.org/licenses/LICENSE-2.0\r
-#\r
-# Unless required by applicable law or agreed to in writing, software\r
-# distributed under the License is distributed on an "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-# See the License for the specific language governing permissions and\r
-# limitations under the License.\r
-\r
-#Maven properties\r
-maven.home=/development/maven-2.0.4\r
-#Define mvn for Unix systems and mvn.bat for Windows as ANT exec requires the full name\r
-maven.bin=mvn\r
-\r
-#Maven snapshot properties\r
-maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository\r
-maven.snapshot.repo.repositoryId=apache.snapshots\r
-maven.snapshot.deploy.version=6.0.X-SNAPSHOT\r
-\r
-#Maven release properties for Tomcat staging\r
-maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository\r
-maven.release.repo.repositoryId=tomcat-staging\r
-maven.release.deploy.version=6.0.8\r
-\r
-#Maven release properties for the main ASF repo\r
-maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository\r
-maven.asf.release.repo.repositoryId=apache.releases\r
-maven.asf.release.deploy.version=6.0.8\r
-\r
-\r
-#Where do we load the libraries from\r
-tomcat.lib.path=../../output/build/lib\r
-tomcat.bin.path=../../output/build/bin\r
-tomcat.extras.path=../../output/extras\r
-\r
-#Where do we find the POM files\r
-tomcat.pom.path=../../res/maven\r
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
+#Maven properties
+maven.home=/development/maven-2.0.4
+#Define mvn for Unix systems and mvn.bat for Windows as ANT exec requires the full name
+maven.bin=mvn
+
+#Maven snapshot properties
+maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
+maven.snapshot.repo.repositoryId=apache.snapshots
+maven.snapshot.deploy.version=6.0.X-SNAPSHOT
+
+#Maven release properties for Tomcat staging
+maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository
+maven.release.repo.repositoryId=tomcat-staging
+maven.release.deploy.version=6.0.8
+
+#Maven release properties for the main ASF repo
+maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
+maven.asf.release.repo.repositoryId=apache.releases
+maven.asf.release.deploy.version=6.0.8
+
+
+#Where do we load the libraries from
+tomcat.lib.path=../../output/build/lib
+tomcat.bin.path=../../output/build/bin
+tomcat.extras.path=../../output/extras
+
+#Where do we find the POM files
+tomcat.pom.path=../../res/maven
index 9a3b2f6..5ac3193 100644 (file)
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>servlet-api</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>javax.servlet package</description>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>servlet-api</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>javax.servlet package</description>
+</project>
index 490a70d..b23c2d8 100644 (file)
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<project>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.apache.tomcat</groupId>\r
-  <artifactId>tribes</artifactId>\r
-  <version>@MAVEN.DEPLOY.VERSION@</version>\r
-  <description>Tomcat Group Communication Package</description>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>org.apache.tomcat</groupId>\r
-      <artifactId>juli</artifactId>\r
-      <version>@MAVEN.DEPLOY.VERSION@</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
-  </dependencies>\r
-</project> \r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>tribes</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Group Communication Package</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>