You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2006/08/10 13:48:08 UTC

svn commit: r430382 - in /incubator/yoko/trunk: distribution/assembly-bin.xml distribution/pom.xml distribution/src/main/samples/ws/bank/README.txt distribution/src/main/samples/ws/hello_world/README.txt pom.xml

Author: bravi
Date: Thu Aug 10 06:48:07 2006
New Revision: 430382

URL: http://svn.apache.org/viewvc?rev=430382&view=rev
Log:
[YOKO-141] - Changed the name of the generated yoko.jar in the lib directory of the distribution.

Modified:
    incubator/yoko/trunk/distribution/assembly-bin.xml
    incubator/yoko/trunk/distribution/pom.xml
    incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt
    incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt
    incubator/yoko/trunk/pom.xml

Modified: incubator/yoko/trunk/distribution/assembly-bin.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/assembly-bin.xml?rev=430382&r1=430381&r2=430382&view=diff
==============================================================================
--- incubator/yoko/trunk/distribution/assembly-bin.xml (original)
+++ incubator/yoko/trunk/distribution/assembly-bin.xml Thu Aug 10 06:48:07 2006
@@ -31,7 +31,7 @@
       <directory>target</directory>
       <outputDirectory>yoko/lib</outputDirectory>
       <includes>
-        <include>yoko.jar</include>
+        <include>yoko-${project.version}.jar</include>
       </includes>
     </fileSet>
     <fileSet>

Modified: incubator/yoko/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/pom.xml?rev=430382&r1=430381&r2=430382&view=diff
==============================================================================
--- incubator/yoko/trunk/distribution/pom.xml (original)
+++ incubator/yoko/trunk/distribution/pom.xml Thu Aug 10 06:48:07 2006
@@ -96,7 +96,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
-                    <finalName>yoko</finalName>
+                    <finalName>yoko-${project.version}</finalName>
                     <archive>
                         <manifest>
                             <addClasspath>true</addClasspath>

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt?rev=430382&r1=430381&r2=430382&view=diff
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt Thu Aug 10 06:48:07 2006
@@ -4,7 +4,7 @@
 Prerequisites
 =============
 
-If your environment already includes yoko.jar on the
+If your environment already includes yoko-${current-yoko-version}.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
 it is not necessary to run the environment script described in
 the samples directory README.  If your environment is not

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt?rev=430382&r1=430381&r2=430382&view=diff
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt Thu Aug 10 06:48:07 2006
@@ -4,7 +4,7 @@
 Prerequisites
 =============
 
-If your environment already includes yoko.jar on the
+If your environment already includes yoko-${current-yoko-version}.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
 it is not necessary to run the environment script described in
 the samples directory README.  If your environment is not

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/pom.xml?rev=430382&r1=430381&r2=430382&view=diff
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Thu Aug 10 06:48:07 2006
@@ -191,11 +191,12 @@
             </resource>
             <resource>
                 <directory>${notice.dir}</directory>
+                <targetPath>META-INF</targetPath>
                 <filtering>true</filtering>
                 <includes>
                     <include>LICENSE</include>
                     <include>NOTICE</include>
-                    <include>DISCLAIMER</include>
+                    <include>DISCLAIMER.txt</include>
                 </includes>
             </resource>
         </resources>
@@ -404,7 +405,7 @@
     <snapshotRepository>
       <id>apache.snapshots</id> 
       <name>Apache Development Snapshot Repository</name> 
-      <url>scpexe://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url> 
+      <url>scp://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url> 
     </snapshotRepository>
   </distributionManagement>