Author: antelder
Date: Wed Feb 11 17:55:05 2009
New Revision: 743428
URL: http://svn.apache.org/viewvc?rev=743428&view=rev
Log:
Move the RELEASE_NOTES and CHANGES to the top level so they appear in release
tags (and also at the top they might be more noticable so we might remember to
update as we add new function :-)
Added:
tuscany/java/sca/CHANGES (props changed)
- copied unchanged from r743345,
tuscany/java/sca/distribution/all/src/main/release/CHANGES
tuscany/java/sca/README (props changed)
- copied unchanged from r743345,
tuscany/java/sca/distribution/all/src/main/release/README
tuscany/java/sca/RELEASE_NOTES (props changed)
- copied unchanged from r743345,
tuscany/java/sca/distribution/all/src/main/release/RELEASE_NOTES
Removed:
tuscany/java/sca/distribution/all/src/main/release/CHANGES
tuscany/java/sca/distribution/all/src/main/release/README
tuscany/java/sca/distribution/all/src/main/release/RELEASE_NOTES
Modified:
tuscany/java/sca/distribution/all/src/main/assembly/src.xml
tuscany/java/sca/distribution/all/src/main/components/bin-common.xml
Propchange: tuscany/java/sca/CHANGES
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Feb 11 17:55:05 2009
@@ -0,0 +1,2 @@
+/tuscany/branches/sca-equinox/distribution/all/src/main/release/CHANGES:695308-714142
+/tuscany/branches/sca-java-1.3/distribution/all/src/main/release/CHANGES:671193,680620-680628
Propchange: tuscany/java/sca/README
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Feb 11 17:55:05 2009
@@ -0,0 +1,2 @@
+/tuscany/branches/sca-equinox/distribution/all/src/main/release/README:695308-714142
+/tuscany/branches/sca-java-1.3/distribution/all/src/main/release/README:671193,680620-680628
Propchange: tuscany/java/sca/RELEASE_NOTES
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Feb 11 17:55:05 2009
@@ -0,0 +1,2 @@
+/tuscany/branches/sca-equinox/distribution/all/src/main/release/RELEASE_NOTES:695308-714142
+/tuscany/branches/sca-java-1.3/distribution/all/src/main/release/RELEASE_NOTES:671193,680620-680628
Modified: tuscany/java/sca/distribution/all/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/src/main/assembly/src.xml?rev=743428&r1=743427&r2=743428&view=diff
==============================================================================
--- tuscany/java/sca/distribution/all/src/main/assembly/src.xml (original)
+++ tuscany/java/sca/distribution/all/src/main/assembly/src.xml Wed Feb 11
17:55:05 2009
@@ -29,15 +29,6 @@
<fileSets>
<fileSet>
- <directory>src/main/release</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>CHANGES</include>
- <include>README</include>
- <include>RELEASE_NOTES</include>
- </includes>
- </fileSet>
- <fileSet>
<directory>../..</directory>
<outputDirectory></outputDirectory>
<excludes>
@@ -45,7 +36,7 @@
<exclude>**/.*/**</exclude>
<exclude>**/*.log</exclude>
<exclude>**/target</exclude>
- <exclude>**/target/**/*</exclude>
+ <exclude>**/target/**/*</exclude>
<exclude>**/binding-dwr-runtime</exclude>
<exclude>**/binding-dwr-runtime/**/*</exclude>
<exclude>**/maven-eclipse.xml</exclude>
Modified: tuscany/java/sca/distribution/all/src/main/components/bin-common.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/src/main/components/bin-common.xml?rev=743428&r1=743427&r2=743428&view=diff
==============================================================================
--- tuscany/java/sca/distribution/all/src/main/components/bin-common.xml
(original)
+++ tuscany/java/sca/distribution/all/src/main/components/bin-common.xml Wed
Feb 11 17:55:05 2009
@@ -1,44 +1,43 @@
-<!--
- * 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.
--->
-<component>
- <fileSets>
-
- <!-- Add the text files to the top-level directroy -->
- <fileSet>
- <directory>src/main/release</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>CHANGES</include>
- <include>DISCLAIMER</include>
- <include>README</include>
- <include>RELEASE_NOTES</include>
- </includes>
- </fileSet>
- <fileSet>
- <directory>src/main/release/bin</directory>
- <outputDirectory></outputDirectory>
- <includes>
- <include>INSTALL</include>
- <include>LICENSE</include>
- <include>NOTICE</include>
- </includes>
- </fileSet>
- </fileSets>
-
-</component>
+<!--
+ * 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.
+-->
+<component>
+ <fileSets>
+
+ <!-- Add the text files to the top-level directroy -->
+ <fileSet>
+ <directory>../..</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>CHANGES</include>
+ <include>README</include>
+ <include>RELEASE_NOTES</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>src/main/release/bin</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>INSTALL</include>
+ <include>LICENSE</include>
+ <include>NOTICE</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+
+</component>