You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2006/09/20 06:06:22 UTC

svn commit: r448051 - /gump/metadata/project/antbook.xml

Author: bodewig
Date: Tue Sep 19 21:06:21 2006
New Revision: 448051

URL: http://svn.apache.org/viewvc?view=rev&rev=448051
Log:
fix linefeeds

Modified:
    gump/metadata/project/antbook.xml   (contents, props changed)

Modified: gump/metadata/project/antbook.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/antbook.xml?view=diff&rev=448051&r1=448050&r2=448051
==============================================================================
--- gump/metadata/project/antbook.xml (original)
+++ gump/metadata/project/antbook.xml Tue Sep 19 21:06:21 2006
@@ -1,150 +1,150 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-  Copyright 2006 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.
--->
-    
-    
-    <!--
-    This project contains the different builds for the modules within
-    the examples of Java Development with Ant.
-    
-    -->
-<module name="antbook">
-
-  <url href="http://antbook.org/"/>
-  <description>
-    Examples to go with Java Development with Ant
-  </description>
-  <redistributable/>
-
-  <cvs repository="antbook"
-      dir="." module="examples"/>
-
-  <!-- =========================================== -->
-  <!-- Core diary module -->
-  <!-- =========================================== -->
-  <project name="antbook-diary-core" >
-    <home nested="diary/core/"/>
-    <work nested="diary/core/build/classes"/>
-    <package>d1.core</package>
-
-    <ant basedir="diary/core/" target="installed" >
-      <property name="project.version" value="@@DATE@@"/>
-      <property name="no.sign.jar" value="true"/>
-    </ant>
-    <depend project="ant" runtime="false"/>
-    <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
-    <depend project="ant-contrib" runtime="false"/>
-
-    <jar name="dist/diary-core-@@DATE@@.jar" id="antbook-diary" />
-
-    <license name="LICENSE.txt"/>
-
-    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
-        to="steve.loughran@gmail.com"
-        subject="[Gump] Antbook Core Build Failure"/>
-
-  </project>
-<!--
-  needs ROME
-  <project name="antbook-diary-webapp">
-    <home nested="diary/webapp/"/>
-    <work nested="diary/webapp/build/classes"/>
-    <package>d1.core</package>
-
-    <ant basedir="diary/webapp/" target="dist">
-      <property name="project.name" value="diary-webapp-@@DATE@@"/>
-      <property name="no.sign.jar" value="true"/>
-    </ant>
-    <depend project="antbook-diary-core" runtime="true"/>
-    <depend project="logging-log4j" runtime="true"/>
-
-    <depend project="jakarta-servletapi"/>
-
-    <depend project="ant" runtime="false"/>
-    <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
-    <depend project="ant-contrib" runtime="false"/>
-    <depend project="xdoclet" runtime="false"/>
-    <depend project="xjavadoc" runtime="false"/>
-
-
-    <jar name="dist/diary-webapp-@@DATE@@.war" id="antbook-diary-webapp"/>
-
-    <license name="LICENSE.txt"/>
-
-    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
-        to="steve.loughran@gmail.com"
-        subject="[Gump] Antbook Webapp Build Failure"/>
-
-  </project>
--->
-
-  <!-- =========================================== -->
-  <!-- stuff that tests ant internals, antunit -->
-  <!-- Theres a lot of small projects here, all stuck together-->
-  <!-- hence the many work directories. There's not much output,
-       as this stuff is mainly a regression test for obscure
-       bits of ant -->
-  <!-- =========================================== -->
-  <project name="antbook-sections">
-    <home nested="diary/sections/"/>
-    <work nested="diary/sections/extending/ch17_tasks/filesize/first/build/classes"/>
-    <work nested="diary/sections/extending/ch17_tasks/tasks/build/classes"/>
-    <work nested="diary/sections/extending/ch17_tasks/runjava/build/classes"/>
-
-    <work
-      nested="diary/sections/extending/ch18_extras/conditions/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/embed/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/filters/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/listeners/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/mappers/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/resources/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/script/build/classes"/>
-    <work
-      nested="diary/sections/extending/ch18_extras/selectors/build/classes"/>
-
-    <ant basedir="sections" target="gump">
-      <property name="jar.version" value="@@DATE@@"/>
-      <property name="no.sign.jar" value="true"/>
-    </ant>
-    <depend project="ant" runtime="false"/>
-    <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
-    <depend project="antunit" runtime="false"/>
-    <depend project="jython" runtime="false"/>
-    <depend project="beanshell" runtime="false"/>
-    <depend project="jakarta-bsf" runtime="false"/>
-
-    <jar
-      name="extending/ch17_tasks/tasks/dist/antbook-tasks-@@DATE@@.jar"
-      id="antbook-tasks"/>
-
-    <license name="LICENSE.txt"/>
-
-    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
-        to="steve.loughran@gmail.com"
-        subject="[Gump] Antbook Sections Build Failure"/>
-
-  </project>
-
-</module>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+  Copyright 2006 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.
+-->
+    
+    
+    <!--
+    This project contains the different builds for the modules within
+    the examples of Java Development with Ant.
+    
+    -->
+<module name="antbook">
+
+  <url href="http://antbook.org/"/>
+  <description>
+    Examples to go with Java Development with Ant
+  </description>
+  <redistributable/>
+
+  <cvs repository="antbook"
+      dir="." module="examples"/>
+
+  <!-- =========================================== -->
+  <!-- Core diary module -->
+  <!-- =========================================== -->
+  <project name="antbook-diary-core" >
+    <home nested="diary/core/"/>
+    <work nested="diary/core/build/classes"/>
+    <package>d1.core</package>
+
+    <ant basedir="diary/core/" target="installed" >
+      <property name="project.version" value="@@DATE@@"/>
+      <property name="no.sign.jar" value="true"/>
+    </ant>
+    <depend project="ant" runtime="false"/>
+    <depend project="junit3" runtime="false"/>
+    <depend project="maven2-ant-tasks" runtime="false"/>
+    <depend project="ant-contrib" runtime="false"/>
+
+    <jar name="dist/diary-core-@@DATE@@.jar" id="antbook-diary" />
+
+    <license name="LICENSE.txt"/>
+
+    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
+        to="steve.loughran@gmail.com"
+        subject="[Gump] Antbook Core Build Failure"/>
+
+  </project>
+<!--
+  needs ROME
+  <project name="antbook-diary-webapp">
+    <home nested="diary/webapp/"/>
+    <work nested="diary/webapp/build/classes"/>
+    <package>d1.core</package>
+
+    <ant basedir="diary/webapp/" target="dist">
+      <property name="project.name" value="diary-webapp-@@DATE@@"/>
+      <property name="no.sign.jar" value="true"/>
+    </ant>
+    <depend project="antbook-diary-core" runtime="true"/>
+    <depend project="logging-log4j" runtime="true"/>
+
+    <depend project="jakarta-servletapi"/>
+
+    <depend project="ant" runtime="false"/>
+    <depend project="junit3" runtime="false"/>
+    <depend project="maven2-ant-tasks" runtime="false"/>
+    <depend project="ant-contrib" runtime="false"/>
+    <depend project="xdoclet" runtime="false"/>
+    <depend project="xjavadoc" runtime="false"/>
+
+
+    <jar name="dist/diary-webapp-@@DATE@@.war" id="antbook-diary-webapp"/>
+
+    <license name="LICENSE.txt"/>
+
+    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
+        to="steve.loughran@gmail.com"
+        subject="[Gump] Antbook Webapp Build Failure"/>
+
+  </project>
+-->
+
+  <!-- =========================================== -->
+  <!-- stuff that tests ant internals, antunit -->
+  <!-- Theres a lot of small projects here, all stuck together-->
+  <!-- hence the many work directories. There's not much output,
+       as this stuff is mainly a regression test for obscure
+       bits of ant -->
+  <!-- =========================================== -->
+  <project name="antbook-sections">
+    <home nested="diary/sections/"/>
+    <work nested="diary/sections/extending/ch17_tasks/filesize/first/build/classes"/>
+    <work nested="diary/sections/extending/ch17_tasks/tasks/build/classes"/>
+    <work nested="diary/sections/extending/ch17_tasks/runjava/build/classes"/>
+
+    <work
+      nested="diary/sections/extending/ch18_extras/conditions/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/embed/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/filters/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/listeners/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/mappers/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/resources/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/script/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/selectors/build/classes"/>
+
+    <ant basedir="sections" target="gump">
+      <property name="jar.version" value="@@DATE@@"/>
+      <property name="no.sign.jar" value="true"/>
+    </ant>
+    <depend project="ant" runtime="false"/>
+    <depend project="junit3" runtime="false"/>
+    <depend project="maven2-ant-tasks" runtime="false"/>
+    <depend project="antunit" runtime="false"/>
+    <depend project="jython" runtime="false"/>
+    <depend project="beanshell" runtime="false"/>
+    <depend project="jakarta-bsf" runtime="false"/>
+
+    <jar
+      name="extending/ch17_tasks/tasks/dist/antbook-tasks-@@DATE@@.jar"
+      id="antbook-tasks"/>
+
+    <license name="LICENSE.txt"/>
+
+    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
+        to="steve.loughran@gmail.com"
+        subject="[Gump] Antbook Sections Build Failure"/>
+
+  </project>
+
+</module>

Propchange: gump/metadata/project/antbook.xml
------------------------------------------------------------------------------
    svn:eol-style = native