You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/10 13:25:40 UTC

svn commit: r583433 - in /myfaces/orchestra/tags/core-1_0: RELEASE-NOTES.txt pom.xml src/main/assembly/ src/main/assembly/assembly.xml src/main/assembly/bin.xml src/main/assembly/src.xml

Author: imario
Date: Wed Oct 10 04:25:39 2007
New Revision: 583433

URL: http://svn.apache.org/viewvc?rev=583433&view=rev
Log:
fixed some maven stuff, build tar and zip assemblies

Added:
    myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt   (with props)
    myfaces/orchestra/tags/core-1_0/src/main/assembly/
      - copied from r582747, myfaces/tomahawk/trunk/assembly/src/main/assembly/
    myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml   (with props)
Removed:
    myfaces/orchestra/tags/core-1_0/src/main/assembly/bin.xml
    myfaces/orchestra/tags/core-1_0/src/main/assembly/src.xml
Modified:
    myfaces/orchestra/tags/core-1_0/pom.xml

Added: myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt?rev=583433&view=auto
==============================================================================
--- myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt (added)
+++ myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt Wed Oct 10 04:25:39 2007
@@ -0,0 +1,24 @@
+<!--
+
+ 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$
+
+
+== 1.0 ==
+the first release

Propchange: myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/orchestra/tags/core-1_0/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: myfaces/orchestra/tags/core-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/pom.xml?rev=583433&r1=583432&r2=583433&view=diff
==============================================================================
--- myfaces/orchestra/tags/core-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/core-1_0/pom.xml Wed Oct 10 04:25:39 2007
@@ -1,4 +1,5 @@
-<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">
+<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>
 
 	<groupId>org.apache.myfaces.orchestra</groupId>
@@ -15,7 +16,8 @@
 
 	<scm>
 		<connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</developerConnection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0
+		</developerConnection>
 		<url>https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</url>
 	</scm>
 
@@ -186,6 +188,19 @@
 				</executions>
 			</plugin>
 
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<version>2.2-beta-1</version>
+				<configuration>
+					<appendAssemblyId>false</appendAssemblyId>
+					<attach>false</attach>
+					<descriptors>
+						<descriptor>src/main/assembly/assembly.xml</descriptor>
+					</descriptors>
+					<tarLongFileMode>gnu</tarLongFileMode>
+				</configuration>
+			</plugin>
+
 			<!--
 			   <plugin>
 				   <groupId>org.codehaus.mojo</groupId>
@@ -272,6 +287,7 @@
 	</reporting>
 
 	<profiles>
+
 		<profile>
 			<id>generate-site</id>
 			<build>

Added: myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml?rev=583433&view=auto
==============================================================================
--- myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml (added)
+++ myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml Wed Oct 10 04:25:39 2007
@@ -0,0 +1,54 @@
+<?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.
+-->
+
+<assembly>
+  <id></id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>
+  <!-- The generated documentation -->
+  <includeSiteDirectory>true</includeSiteDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target/classes/META-INF</directory>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>LICENSE</include>
+        <include>NOTICE</include>
+      </includes>
+    </fileSet>
+
+    <fileSet>
+      <includes>
+        <include>pom.xml</include>
+        <include>RELEASE-NOTES.txt</include>
+        <!-- The source -->
+        <include>src/</include>
+      </includes>
+    </fileSet>
+    <!-- All the jar files -->
+    <fileSet>
+      <directory>target</directory>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>

Propchange: myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: myfaces/orchestra/tags/core-1_0/src/main/assembly/assembly.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml