You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/05/16 05:55:02 UTC

svn commit: r538421 - in /jakarta/commons/proper/io/trunk: ./ src/main/ src/main/assembly/ src/site/ src/site/resources/ src/site/resources/images/

Author: niallp
Date: Tue May 15 20:55:01 2007
New Revision: 538421

URL: http://svn.apache.org/viewvc?view=rev&rev=538421
Log:
Update m2 build. Add source and binary assemblies. Add site.xml and copy images so site generates correctly.

Added:
    jakarta/commons/proper/io/trunk/src/main/
    jakarta/commons/proper/io/trunk/src/main/assembly/
    jakarta/commons/proper/io/trunk/src/main/assembly/bin.xml   (with props)
    jakarta/commons/proper/io/trunk/src/main/assembly/src.xml   (with props)
    jakarta/commons/proper/io/trunk/src/site/
    jakarta/commons/proper/io/trunk/src/site/resources/
    jakarta/commons/proper/io/trunk/src/site/resources/images/
      - copied from r538332, jakarta/commons/proper/io/trunk/xdocs/images/
    jakarta/commons/proper/io/trunk/src/site/resources/images/io-logo-white.png
      - copied unchanged from r538419, jakarta/commons/proper/io/trunk/xdocs/images/io-logo-white.png
    jakarta/commons/proper/io/trunk/src/site/resources/images/io-logo-white.xcf
      - copied unchanged from r538419, jakarta/commons/proper/io/trunk/xdocs/images/io-logo-white.xcf
    jakarta/commons/proper/io/trunk/src/site/resources/images/logo.gif
      - copied unchanged from r538419, jakarta/commons/proper/io/trunk/xdocs/images/logo.gif
    jakarta/commons/proper/io/trunk/src/site/site.xml   (with props)
Modified:
    jakarta/commons/proper/io/trunk/pom.xml

Modified: jakarta/commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/pom.xml?view=diff&rev=538421&r1=538420&r2=538421
==============================================================================
--- jakarta/commons/proper/io/trunk/pom.xml (original)
+++ jakarta/commons/proper/io/trunk/pom.xml Tue May 15 20:55:01 2007
@@ -28,7 +28,7 @@
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>1.4-SNAPSHOT</version>
-  <name>IO</name>
+  <name>Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -219,6 +219,16 @@
                 <!-- http://jira.codehaus.org/browse/SUREFIRE-44 -->
                 <exclude>**/*$*</exclude>
               </excludes>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <descriptors>
+              <descriptor>src/main/assembly/bin.xml</descriptor>
+              <descriptor>src/main/assembly/src.xml</descriptor>
+            </descriptors>
+            <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>
         </plugin>
       </plugins>

Added: jakarta/commons/proper/io/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/main/assembly/bin.xml?view=auto&rev=538421
==============================================================================
--- jakarta/commons/proper/io/trunk/src/main/assembly/bin.xml (added)
+++ jakarta/commons/proper/io/trunk/src/main/assembly/bin.xml Tue May 15 20:55:01 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: jakarta/commons/proper/io/trunk/src/main/assembly/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: jakarta/commons/proper/io/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/main/assembly/src.xml?view=auto&rev=538421
==============================================================================
--- jakarta/commons/proper/io/trunk/src/main/assembly/src.xml (added)
+++ jakarta/commons/proper/io/trunk/src/main/assembly/src.xml Tue May 15 20:55:01 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>${project.build.finalName}-src</baseDirectory>
+ -->
+    <fileSets>
+        <fileSet>
+            <includes>
+                <include>build.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>RELEASE-NOTES.txt</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>src</directory>
+        </fileSet>
+        <fileSet>
+            <directory>xdocs</directory>
+        </fileSet>
+    </fileSets>
+</assembly>

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

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

Added: jakarta/commons/proper/io/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/site/site.xml?view=auto&rev=538421
==============================================================================
--- jakarta/commons/proper/io/trunk/src/site/site.xml (added)
+++ jakarta/commons/proper/io/trunk/src/site/site.xml Tue May 15 20:55:01 2007
@@ -0,0 +1,47 @@
+<?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="Validator">
+    <bannerRight>
+        <name>Commons IO</name>
+        <src>/images/io-logo-white.png</src>
+        <href>/index.html</href>
+    </bannerRight>
+
+    <body>
+        <menu name="Commons IO">
+            <item name="Overview"                 href="/index.html"/>
+            <item name="Download"                 href="http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi"/>
+            <item name="User guide"               href="/description.html"/>
+            <item name="Best practices"           href="/bestpractices.html"/>
+            <item name="Javadoc (latest release)" href="api-release/index.html"/>
+        </menu>
+
+        <menu name="Development">
+            <item name="Building"             href="/building.html"/>
+            <item name="Mailing lists"        href="/mail-lists.html"/>
+            <item name="Issue Tracking"       href="/issue-tracking.html"/>
+            <item name="Team"                 href="/team-list.html"/>
+            <item name="Tasks"                href="/tasks.html"/>
+            <item name="Proposal"             href="/proposal.html"/>
+            <item name="SVN repository"       href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/io/trunk/"/>
+            <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
+        </menu>
+
+    </body>
+
+</project>

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

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



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