Author: bago
Date: Mon Jun 16 05:13:23 2008
New Revision: 668133
URL: http://svn.apache.org/viewvc?rev=668133&view=rev
Log:
Updates/fixes for the maven based build (includes JSIEVE-23 changes)
Added:
james/jsieve/trunk/src/assemble/bin.xml (with props)
james/jsieve/trunk/src/assemble/src.xml (with props)
Added: james/jsieve/trunk/src/assemble/bin.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/src/assemble/bin.xml?rev=668133&view=auto
==============================================================================
--- james/jsieve/trunk/src/assemble/bin.xml (added)
+++ james/jsieve/trunk/src/assemble/bin.xml Mon Jun 16 05:13:23 2008
@@ -0,0 +1,57 @@
+<assembly>
+ <!--
+ 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.
+ -->
+ <id>bin</id>
+ <!--
+ Generates a jar file including the binary jar and the runtime dependencies.
+ including NOTICE and LICENSE in the root.
+ -->
+ <formats>
+ <format>zip</format>
+ <format>tar.gz</format>
+ </formats>
+ <fileSets>
+ <fileSet>
+ <directory>target/maven-shared-archive-resources/META-INF/</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>NOTICE</include>
+ <include>LICENSE</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>${artifactId}-${version}.jar</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>target/site/apidocs</directory>
+ <outputDirectory>javadocs</outputDirectory>
+ </fileSet>
+ </fileSets>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>/lib/</outputDirectory>
+ <!-- <outputFileNameMapping></outputFileNameMapping> -->
+ <scope>runtime</scope>
+ </dependencySet>
+ </dependencySets>
+</assembly>
\ No newline at end of file
Propchange: james/jsieve/trunk/src/assemble/bin.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/src/assemble/bin.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: james/jsieve/trunk/src/assemble/src.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/src/assemble/src.xml?rev=668133&view=auto
==============================================================================
--- james/jsieve/trunk/src/assemble/src.xml (added)
+++ james/jsieve/trunk/src/assemble/src.xml Mon Jun 16 05:13:23 2008
@@ -0,0 +1,54 @@
+<assembly>
+ <!--
+ 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.
+ -->
+ <id>src</id>
+ <!--
+ Generates a file including all the source tree excluding files/folders
+ starting with "." , *.bak and the target
+ -->
+ <formats>
+ <format>zip</format>
+ <format>tar.gz</format>
+ </formats>
+ <fileSets>
+ <fileSet>
+ <directory>.</directory>
+ <outputDirectory></outputDirectory>
+ <excludes>
+ <exclude>**/target/**</exclude>
+ <exclude>.*</exclude>
+ <exclude>.*/**</exclude>
+ <exclude>**.bak</exclude>
+ <exclude>NOTICE.txt</exclude>
+ <exclude>NOTICE.base</exclude>
+ <exclude>LICENSE.txt</exclude>
+ <exclude>LICENSE.apache</exclude>
+ </excludes>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ </fileSet>
+ <fileSet>
+ <directory>target/maven-shared-archive-resources/META-INF/</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>NOTICE</include>
+ <include>LICENSE</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Propchange: james/jsieve/trunk/src/assemble/src.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/jsieve/trunk/src/assemble/src.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]