2012-09-13 2 views

답변

1

소위 복합 저장소를 사용할 수 있습니다. 그러한 저장소를 생성하기 위해 특별한 p2 ant 호출을 사용할 수 있습니다.

<p2.composite.repository> 
    <repository location="file:/myDestination" name="A new repository" kind="M" /> 
    <add> 
    <repository location="http://aSource/" kind="M" /> 
    </add> 
</p2.composite.repository> 

자세한 내용은 참조 Eclipse Wiki

+0

이클립스 환경에서이 작업을 호출해야하는 방법? – Syam

+0

알아두기 : java -jar \ eclipse \ plugins \ org.eclipse.equinox.launcher _ * .jar -application org.eclipse.ant.core.antRunner -f Syam

관련 문제