You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/04/13 22:36:24 UTC

svn commit: r1325939 - in /incubator/any23/trunk: ./ plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ sources-dist/ sources-dist/src/ sources-dist/src/main/ sources-dist/src/main/assembly/

Author: simonetripodi
Date: Fri Apr 13 20:36:24 2012
New Revision: 1325939

URL: http://svn.apache.org/viewvc?rev=1325939&view=rev
Log:
added the assembly source module

Added:
    incubator/any23/trunk/sources-dist/   (with props)
    incubator/any23/trunk/sources-dist/pom.xml   (with props)
    incubator/any23/trunk/sources-dist/src/
    incubator/any23/trunk/sources-dist/src/main/
    incubator/any23/trunk/sources-dist/src/main/assembly/
    incubator/any23/trunk/sources-dist/src/main/assembly/src.xml   (with props)
Modified:
    incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java   (props changed)
    incubator/any23/trunk/pom.xml

Propchange: incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1325939&r1=1325938&r2=1325939&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Fri Apr 13 20:36:24 2012
@@ -186,6 +186,7 @@
     <module>plugins/office-scraper</module>
     <module>plugins/integration-test</module>
     <module>service</module>
+    <module>sources-dist</module>
   </modules>
 
   <scm>

Propchange: incubator/any23/trunk/sources-dist/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr 13 20:36:24 2012
@@ -0,0 +1 @@
+target

Added: incubator/any23/trunk/sources-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/sources-dist/pom.xml?rev=1325939&view=auto
==============================================================================
--- incubator/any23/trunk/sources-dist/pom.xml (added)
+++ incubator/any23/trunk/sources-dist/pom.xml Fri Apr 13 20:36:24 2012
@@ -0,0 +1,52 @@
+<?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 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">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.any23</groupId>
+    <artifactId>any23-parent</artifactId>
+    <version>0.7.0-incubating-SNAPSHOT</version>
+    <relativePath>../</relativePath>
+  </parent>
+
+  <artifactId>any23-sources-dist</artifactId>
+
+  <name>Apache Any23 :: Sources distribution module</name>
+
+  <properties>
+    <assembly.finalName>apache-any23-${project.version}</assembly.finalName>
+  </properties>
+
+  <build>
+    <plugins>
+      <!-- Generates the distribution package -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: incubator/any23/trunk/sources-dist/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/any23/trunk/sources-dist/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/any23/trunk/sources-dist/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/any23/trunk/sources-dist/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/sources-dist/src/main/assembly/src.xml?rev=1325939&view=auto
==============================================================================
--- incubator/any23/trunk/sources-dist/src/main/assembly/src.xml (added)
+++ incubator/any23/trunk/sources-dist/src/main/assembly/src.xml Fri Apr 13 20:36:24 2012
@@ -0,0 +1,46 @@
+<?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.
+-->
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+
+  <id>src</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>true</includeBaseDirectory>
+  <baseDirectory>apache-any23-${project.version}</baseDirectory>
+
+  <fileSets>
+    <!--
+     | include all modules
+    -->
+    <fileSet>
+      <directory>${basedir}/../</directory>
+      <excludes>
+        <!-- exclude target dirs -->
+        <exclude>**/target/</exclude>
+        <!-- exclude hidden files -->
+        <exclude>**/.*</exclude>
+        <!-- exclude hidden directories -->
+        <exclude>**/.*/</exclude>
+      </excludes>
+    </fileSet>
+  </fileSets>
+
+</assembly>

Propchange: incubator/any23/trunk/sources-dist/src/main/assembly/src.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/any23/trunk/sources-dist/src/main/assembly/src.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/any23/trunk/sources-dist/src/main/assembly/src.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml