naver / android-pull-to-refresh

Pull To Refresh Views for Android! v3.2.3
Apache License 2.0
310 stars 82 forks source link

package 폴더 구조가 안맞아서 변경함 #4

Closed JuL1205 closed 10 years ago

JuL1205 commented 10 years ago

안녕하세요. 좋은 source 제공해주셔서 감사합니다. 그런데 library의 package 폴더 구조가 맞지 않네요. source 상에는 chrisbanes 의 package 경로그대로(com.handmark.pulltorefresh.samples)인데 실제 폴더구조는 main.java가 prefix되어 있네요...

ncoolz commented 10 years ago

잘 아시겠지만 library 프로젝트의 source directory는 src/main/java로 설정되어있습니다. library/pom.xml 의 를 참조하시면 됩니다. 감사합니다.

<build>
        <sourceDirectory>src/main/java</sourceDirectory>
        ...    
</build>

You said that packages of "library" project seemed to be located in wrong place because those were not in src directory, but in src/main/java. But the source directory of "library" project is different from that of other projects. you can see it in each project's pom.xml.