blob: 7592f93f0daef9ebf27d8dc0ff44be68e66e4355 [file] [log] [blame]
<project name="Rename osee repo" default="run">
<!-- *************************************************************** -->
<!-- MAIN RUN -->
<!-- *************************************************************** -->
<target name="run">
<echo message="basedir=${basedir}" />
<property name="repo-base" location="${basedir}/../../" />
<pathconvert targetos="unix" property="repo-base-unix">
<path location="${repo-base}"/>
</pathconvert>
<echo message="replacing ${OSEE_REPO} with ${repo-base-unix}" />
<replace file="${basedir}/../../plugins/org.eclipse.osee.dep.target/org.eclipse.osee.dep.target.target" token="${OSEE_REPO}" value="${repo-base-unix}" />
</target>
</project>