You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/07/27 15:02:45 UTC

svn commit: r798119 - in /incubator/wink/trunk: src/doc/readme.txt src/patches/ wink-scripts/wink-dist/build.xml wink-scripts/wink-dist/src.xml

Author: martins
Date: Mon Jul 27 13:02:45 2009
New Revision: 798119

URL: http://svn.apache.org/viewvc?rev=798119&view=rev
Log:
1. Remove patches directory 
2. Fix apache wink source distribution archive
3. Fix readme.txt distributed with wink binaries distribution  

Removed:
    incubator/wink/trunk/src/patches/
Modified:
    incubator/wink/trunk/src/doc/readme.txt
    incubator/wink/trunk/wink-scripts/wink-dist/build.xml
    incubator/wink/trunk/wink-scripts/wink-dist/src.xml

Modified: incubator/wink/trunk/src/doc/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/doc/readme.txt?rev=798119&r1=798118&r2=798119&view=diff
==============================================================================
--- incubator/wink/trunk/src/doc/readme.txt (original)
+++ incubator/wink/trunk/src/doc/readme.txt Mon Jul 27 13:02:45 2009
@@ -9,7 +9,7 @@
 
 Wink distribution file
 ===============================================================================
-wink-dist-@PROJECT_VERSION@.zip
+apache-wink-@PROJECT_VERSION@.zip
 
 
 Java version
@@ -37,14 +37,12 @@
   - NOTICE file corresponding to third party licenses requirements
 readme.txt
   - this file
-third-party-licenses.txt
-  - Third party components license file
 
 
 SDK installation
 ===============================================================================
 Install SDK by unzipping the distribution file. As a result the directory 
-wink-@PROJECT_VERSION@ is created. This directory is referred to as SDK_HOME.
+apache-wink-@PROJECT_VERSION@ is created. This directory is referred to as SDK_HOME.
 
 
 SDK documentation
@@ -76,14 +74,19 @@
 geronimo-j2ee_1.4_spec-1.1.jar (only for compilation)
 activation-1.1.jar
 commons-lang-2.3.jar
-commons-logging-1.1.jar
-jaxb-api-2.1.jar
 jaxb-api-2.1-sources.jar
-jaxb-impl-2.1.4.jar
+jaxb-api-2.1.jar
 jaxb-impl-2.1.4-sources.jar
+jaxb-impl-2.1.4.jar
+jcl-over-slf4j-1.5.6.jar
+json-20080701.jar
+jsr311-api-1.0.jar
+slf4j-api-1.5.8.jar
+slf4j-simple-1.5.8.jar
 spring-2.5.jar
-stax-api-1.0.2.jar
+stax-api-1.0-2.jar
 xercesImpl-2.6.2.jar
+commons-cli-1.2.jar (only for running client examples)
 
 
 Maven

Modified: incubator/wink/trunk/wink-scripts/wink-dist/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/build.xml?rev=798119&r1=798118&r2=798119&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/build.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/build.xml Mon Jul 27 13:02:45 2009
@@ -223,7 +223,10 @@
 	<target name="create.dist.root.docs" depends="init">
 		<echo>Making root documents</echo>
 		<copy todir="${dist.root}" flatten="true" includeemptydirs="false">
-			<fileset dir="${project.root}/src" includes="doc/*.txt" />
+			<fileset dir="${project.root}/src" includes="doc/DISCLAIMER*" />
+			<fileset dir="${project.root}/src" includes="doc/LICENSE*" />
+			<fileset dir="${project.root}/src" includes="doc/NOTICE*" />
+			<fileset dir="${project.root}/src" includes="doc/readme.txt" />
 		</copy>
 		<!-- replace the version in the copied readme.txt files -->
 		<replace file="${dist.root}/readme.txt">

Modified: incubator/wink/trunk/wink-scripts/wink-dist/src.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/src.xml?rev=798119&r1=798118&r2=798119&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/src.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/src.xml Mon Jul 27 13:02:45 2009
@@ -39,7 +39,9 @@
                 <exclude>**/assembly</exclude>
                 <exclude>**/assembly/**</exclude>
                 <exclude>**/wink-scripts</exclude>
-                <exclude>src/**</exclude>
+                <exclude>src/assembly/**</exclude>
+                <exclude>src/doc/**</exclude>
+                <exclude>src/site/**</exclude>
             </excludes>
         </fileSet>
         <fileSet>