Author: apetrelli
Date: Mon Jul 26 08:36:51 2010
New Revision: 979197
URL: http://svn.apache.org/viewvc?rev=979197&view=rev
Log:
VELOCITYSB-7
Removed useless directories.
Added assembly descriptor.
Added:
velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/
velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml (with
props)
Removed:
velocity/sandbox/maven-reorg/texen/trunk/build/
velocity/sandbox/maven-reorg/texen/trunk/xdocs/
Added: velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml?rev=979197&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml (added)
+++ velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml Mon Jul
26 08:36:51 2010
@@ -0,0 +1,61 @@
+<?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>
+ <id>all</id>
+ <formats>
+ <format>tar.gz</format>
+ <format>zip</format>
+ </formats>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>/lib</outputDirectory>
+ <excludes>
+ <exclude>org.apache.velocity:velocity-texen</exclude>
+ </excludes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>org.apache.velocity:velocity-texen</include>
+ </includes>
+ </dependencySet>
+ </dependencySets>
+
+ <fileSets>
+ <fileSet>
+ <directory>.</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>*LICENSE*</include>
+ <include>NOTICE</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>.</directory>
+ <outputDirectory>src/</outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ <include>src/</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>target/site</directory>
+ <outputDirectory>docs</outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Propchange: velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: velocity/sandbox/maven-reorg/texen/trunk/src/main/assembly/all.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL