Github user ddebrunner commented on a diff in the pull request:

    https://github.com/apache/incubator-quarks/pull/50#discussion_r57718847
  
    --- Diff: 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"/>
    --- End diff --
    
    Just curious as to why the name change to the files (appending `.txt`)?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to