You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/16 12:00:45 UTC

svn commit: r595623 - in /commons/proper/betwixt/trunk: pom.xml src/assembly/ src/assembly/bin.xml src/assembly/src.xml src/site/ src/site/resources/ src/site/resources/images/ src/site/site.xml

Author: niallp
Date: Fri Nov 16 03:00:44 2007
New Revision: 595623

URL: http://svn.apache.org/viewvc?rev=595623&view=rev
Log:
Add m2 build

Added:
    commons/proper/betwixt/trunk/pom.xml   (with props)
    commons/proper/betwixt/trunk/src/assembly/
    commons/proper/betwixt/trunk/src/assembly/bin.xml   (with props)
    commons/proper/betwixt/trunk/src/assembly/src.xml   (with props)
    commons/proper/betwixt/trunk/src/site/
    commons/proper/betwixt/trunk/src/site/resources/
    commons/proper/betwixt/trunk/src/site/resources/images/
      - copied from r595528, commons/proper/betwixt/trunk/xdocs/images/
    commons/proper/betwixt/trunk/src/site/site.xml   (with props)

Added: commons/proper/betwixt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=595623&view=auto
==============================================================================
--- commons/proper/betwixt/trunk/pom.xml (added)
+++ commons/proper/betwixt/trunk/pom.xml Fri Nov 16 03:00:44 2007
@@ -0,0 +1,218 @@
+<?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
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-betwixt</groupId>
+  <artifactId>commons-betwixt</artifactId>
+  <version>0.9-SNAPSHOT</version>
+  <name>Commons Betwixt</name>
+  <inceptionYear>2002</inceptionYear>
+  <description>Commons Betwixt: mapping beans to XML</description>
+  <url>http://commons.apache.org/codec/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/BETWIXT</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/betwixt/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/betwixt/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/betwixt/trunk</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>James Strachan</name>
+      <id>jstrachan</id>
+      <email>jstrachan@apache.org</email>
+      <organization>SpiritSoft, Inc.</organization>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+      <email>rdonkin@apache.org</email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+      <id>jvanzyl</id>
+      <email>jason@zenplex.com</email>
+      <organization>Zenplex</organization>
+    </developer>
+    <developer>
+      <name>Jon Scott Stevens</name>
+      <id>jon</id>
+      <email>jon@latchkey.com</email>
+      <organization>StudioZ</organization>
+    </developer>
+    <developer>
+      <name>Martin van den Bemt</name>
+      <id>mvdb</id>
+      <email>martin@mvdb.net</email>
+      <organization>mvdb.com</organization>
+    </developer>
+    <developer>
+      <name>dIon Gillard</name>
+      <id>dion</id>
+      <email>dion@apache.org</email>
+      <organization>Multitask Consulting</organization>
+    </developer>
+    <developer>
+      <name>Daniel Rall</name>
+      <id>dlr</id>
+      <email>dlr@apache.org</email>
+      <organization>CollabNet</organization>
+    </developer>
+    <developer>
+        <name>Tim OBrien</name>
+        <id>tobrien</id>
+        <email>tobrien@apache.org</email>
+        <timezone>-6</timezone>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Christian Aust</name>
+      <email></email>
+    </contributor>
+    <contributor>
+      <name>Dave Brosius</name>
+      <email></email>
+    </contributor>
+    <contributor>
+      <name>Thomas Dudziak</name>
+      <email></email>
+    </contributor>
+    <contributor>
+      <name>Brian Ferris</name>
+      <email></email>
+    </contributor>
+    <contributor>
+      <name>Brian Pugh</name>
+      <email></email>
+    </contributor>
+    <contributor>
+      <name>Holger Haag</name>
+      <email></email>
+    </contributor>
+  </contributors>
+
+  <dependencies>
+    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils-core</artifactId>
+      <version>1.7.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>1.7</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.4.0</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.0.b2</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+        <resource>
+            <directory>.</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+                <include>NOTICE.txt</include>
+                <include>LICENSE.txt</include>
+            </includes>
+        </resource>
+        <resource>
+            <directory>src/java</directory>
+            <includes>
+                <include>**/*.betwixt</include>
+            </includes>
+        </resource>
+    </resources>
+    <testResources>
+        <testResource>
+            <directory>src/test</directory>
+            <filtering>false</filtering>
+            <includes>
+                <include>**/*.betwixt</include>
+            </includes>
+        </testResource>
+    </testResources>
+    <plugins>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+                <includes>
+                    <include>**/Test*</include>
+                </includes>
+            </configuration>
+        </plugin>
+        <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+                <descriptors>
+                    <descriptor>src/assembly/bin.xml</descriptor>
+                    <descriptor>src/assembly/src.xml</descriptor>
+                </descriptors>
+                <tarLongFileMode>gnu</tarLongFileMode>
+            </configuration>
+        </plugin>
+    </plugins>
+    </build>
+
+</project>

Propchange: commons/proper/betwixt/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/betwixt/trunk/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: commons/proper/betwixt/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/assembly/bin.xml?rev=595623&view=auto
==============================================================================
--- commons/proper/betwixt/trunk/src/assembly/bin.xml (added)
+++ commons/proper/betwixt/trunk/src/assembly/bin.xml Fri Nov 16 03:00:44 2007
@@ -0,0 +1,44 @@
+<!--
+ 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.
+-->
+<assembly>
+    <id>bin</id>
+    <formats>
+        <format>tar.gz</format>
+        <format>zip</format>
+    </formats>
+    <includeSiteDirectory>false</includeSiteDirectory>
+    <fileSets>
+        <fileSet>
+            <includes>
+                <include>LICENSE.txt</include>
+                <include>NOTICE.txt</include>
+                <include>RELEASE-NOTES.txt</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>target</directory>
+            <outputDirectory></outputDirectory>
+            <includes>
+                <include>*.jar</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>target/site/apidocs</directory>
+            <outputDirectory>apidocs</outputDirectory>
+        </fileSet>
+    </fileSets>
+</assembly>

Propchange: commons/proper/betwixt/trunk/src/assembly/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/betwixt/trunk/src/assembly/bin.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: commons/proper/betwixt/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/assembly/src.xml?rev=595623&view=auto
==============================================================================
--- commons/proper/betwixt/trunk/src/assembly/src.xml (added)
+++ commons/proper/betwixt/trunk/src/assembly/src.xml Fri Nov 16 03:00:44 2007
@@ -0,0 +1,47 @@
+<!--
+ 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.
+-->
+<assembly>
+    <id>src</id>
+    <formats>
+        <format>tar.gz</format>
+        <format>zip</format>
+    </formats>
+    <baseDirectory>${artifactId}-${version}-src</baseDirectory>
+    <fileSets>
+        <fileSet>
+            <includes>
+                <include>build.xml</include>
+                <include>build-legacy.xml</include>
+                <include>checkstyle.xml</include>
+                <include>LICENSE.txt</include>
+                <include>maven.xml</include>
+                <include>NOTICE.txt</include>
+                <include>pom.xml</include>
+                <include>project.properties</include>
+                <include>project.xml</include>
+                <include>README.txt</include>
+                <include>RELEASE-NOTES.txt</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>src</directory>
+        </fileSet>
+        <fileSet>
+            <directory>xdocs</directory>
+        </fileSet>
+    </fileSets>
+</assembly>

Propchange: commons/proper/betwixt/trunk/src/assembly/src.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/betwixt/trunk/src/assembly/src.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: commons/proper/betwixt/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/site/site.xml?rev=595623&view=auto
==============================================================================
--- commons/proper/betwixt/trunk/src/site/site.xml (added)
+++ commons/proper/betwixt/trunk/src/site/site.xml Fri Nov 16 03:00:44 2007
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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="Betwixt">
+    <bannerRight>
+        <name>Commons Betwixt</name>
+        <src>/images/logo.png</src>
+        <href>/index.html</href>
+    </bannerRight>
+
+    <body>
+        <menu name="Betwixt">
+            <item name="Overview"           href="/index.html"/>
+            <item name="Download"           href="http://commons.apache.org/downloads/download_betwixt.cgi"/>
+            <item name="FAQ"                href="/faq.html"/>
+            <item name="Javadoc"            href="apidocs/index.html"/>
+            <item name="Mailing Lists"      href="/mail-lists.html"/>
+            <item name="Issue Tracking"     href="/issue-tracking.html"/>
+            <item name="Source Repository"  href="/source-repository.html"/>
+            <item name="Community"          href="/community.html"/>
+            <item name="Powered By"         href="/powered.html"/>
+            <item name="Tasks"              href="/tasks.html"/>
+        </menu>
+
+        <menu name="User guide">
+            <item name="Getting Started"          href="/guide/start.html"/>
+            <item name="Binding Beans"            href="/guide/binding.html"/>
+            <item name="Derived Bindings"         href="/guide/derived.html"/>
+            <item name="Writing Beans(Advanced)"  href="/guide/writing.html"/>
+            <item name="Outputting The Results"   href="/guide/output.html"/>
+            <item name="Reading Beans(Advanced)"  href="/guide/reading.html"/>
+            <item name="Integrating" 	        href="/guide/integration.html"/>
+            <item name="Examples"                 href="/guide/examples.html"/>
+            <item name="Tutorial"                 href="/guide/tutorial.html"/>
+        </menu>
+
+        <menu name='Release Documentation'>
+            <item name='0.8' href='http://commons.apache.org/betwixt/betwixt-0.8/docs'/>
+            <item name='0.7' href='http://commons.apache.org/betwixt/betwixt-0.7'/>
+            <item name='0.6' href='http://commons.apache.org/betwixt/betwixt-0.6'/>
+            <item name='0.5' href='http://commons.apache.org/betwixt/betwixt-0.5'/>
+        </menu>
+
+    </body>
+
+</project>

Propchange: commons/proper/betwixt/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/betwixt/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL