You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2013/04/23 15:31:04 UTC

svn commit: r1470945 - in /ace/trunk/build: resources/bin/README resources/deps/LICENSE resources/deps/NOTICE resources/deps/README src-build.xml

Author: marrs
Date: Tue Apr 23 13:31:04 2013
New Revision: 1470945

URL: http://svn.apache.org/r1470945
Log:
Added placeholder files for README, NOTICE and LICENSE. Fixed a bug in the src-build.

Added:
    ace/trunk/build/resources/bin/README
    ace/trunk/build/resources/deps/LICENSE
    ace/trunk/build/resources/deps/NOTICE
    ace/trunk/build/resources/deps/README
Modified:
    ace/trunk/build/src-build.xml

Added: ace/trunk/build/resources/bin/README
URL: http://svn.apache.org/viewvc/ace/trunk/build/resources/bin/README?rev=1470945&view=auto
==============================================================================
--- ace/trunk/build/resources/bin/README (added)
+++ ace/trunk/build/resources/bin/README Tue Apr 23 13:31:04 2013
@@ -0,0 +1 @@
+...
\ No newline at end of file

Added: ace/trunk/build/resources/deps/LICENSE
URL: http://svn.apache.org/viewvc/ace/trunk/build/resources/deps/LICENSE?rev=1470945&view=auto
==============================================================================
--- ace/trunk/build/resources/deps/LICENSE (added)
+++ ace/trunk/build/resources/deps/LICENSE Tue Apr 23 13:31:04 2013
@@ -0,0 +1 @@
+...

Added: ace/trunk/build/resources/deps/NOTICE
URL: http://svn.apache.org/viewvc/ace/trunk/build/resources/deps/NOTICE?rev=1470945&view=auto
==============================================================================
--- ace/trunk/build/resources/deps/NOTICE (added)
+++ ace/trunk/build/resources/deps/NOTICE Tue Apr 23 13:31:04 2013
@@ -0,0 +1 @@
+...

Added: ace/trunk/build/resources/deps/README
URL: http://svn.apache.org/viewvc/ace/trunk/build/resources/deps/README?rev=1470945&view=auto
==============================================================================
--- ace/trunk/build/resources/deps/README (added)
+++ ace/trunk/build/resources/deps/README Tue Apr 23 13:31:04 2013
@@ -0,0 +1 @@
+...
\ No newline at end of file

Modified: ace/trunk/build/src-build.xml
URL: http://svn.apache.org/viewvc/ace/trunk/build/src-build.xml?rev=1470945&r1=1470944&r2=1470945&view=diff
==============================================================================
--- ace/trunk/build/src-build.xml (original)
+++ ace/trunk/build/src-build.xml Tue Apr 23 13:31:04 2013
@@ -24,7 +24,7 @@
 			run-*/conf/**,
 			cnf/ext/**
 			" />
-		<zip destfile="${src.zip}" basedir="resources/deps" includes="NOTICE, LICENSE, README" />
+		<zip destfile="${deps.zip}" basedir="resources/deps" includes="NOTICE, LICENSE, README" />
 		<zip destfile="${deps.zip}" basedir=".." update="true" includes="
 			cnf/buildrepo/**,
 			cnf/localrepo/**,