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

    https://github.com/apache/incubator-hawq/pull/290#discussion_r50772905
  
    --- Diff: pxf/build.gradle ---
    @@ -122,6 +124,47 @@ subprojects { subProject ->
     }
     
     project('pxf-service') {
    +
    +// Copy existing sources and replace any occurrences of @tokenName@ with 
desired values
    +    task generateSources {
    +        doFirst {
    +            copy {
    +                from('src/main/java') {
    +                    include '**/*.java'
    --- End diff --
    
    Instead include the specific class file. We will never hardcode the version 
in multiple class files


---
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