You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/03/29 18:11:00 UTC

[4/5] incubator-quarks git commit: Add License and README files to META-INF

Add License and README files to META-INF


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/c99271ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/c99271ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/c99271ad

Branch: refs/heads/master
Commit: c99271adf2f3e9066e76944999d5e04d33b1d073
Parents: 33321a0
Author: Cazen <magic12#>
Authored: Tue Mar 29 14:30:49 2016 +0900
Committer: Cazen <Ca...@korea.com>
Committed: Tue Mar 29 20:54:27 2016 +0900

----------------------------------------------------------------------
 common-build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/c99271ad/common-build.xml
----------------------------------------------------------------------
diff --git a/common-build.xml b/common-build.xml
index 6fff38d..842b152 100644
--- a/common-build.xml
+++ b/common-build.xml
@@ -137,7 +137,9 @@
 	  </target>
 	
 	  <target name="jar" depends="compile">
-
+		<mkdir dir="${classes}/META-INF"/>
+		<copy file="${quarks.dir}/LICENSE" tofile="${classes}/META-INF/LICENSE.txt"/>
+		<copy file="${quarks.dir}/NOTICE" tofile="${classes}/META-INF/NOTICE.txt"/>
 	    <manifestclasspath property="jar.classpath" jarfile="${jar}"
 	        maxParentLevels="5">
 	      <classpath refid="compile.classpath"/>