Changeset 145


Ignore:
Timestamp:
1/16/2009 10:28:10 AM (4 years ago)
Author:
toedter_k
Message:

update to Equinox 3.4.1

Location:
PM/trunk/pm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • PM/trunk/pm/com.siemens.ct.pm.build/build.xml

    r141 r145  
    107107        </target> 
    108108 
    109         <target name="buildAndDeploy" depends="buildFromSvn,deployToWebServer" /> 
     109    <target name="buildAndDeployFromWorkspace" depends="buildFromWorkspace,deployToWebServer" /> 
     110 
     111        <target name="buildAndDeployFromSvn" depends="buildFromSvn,deployToWebServer" /> 
    110112 
    111113        <!-- 
     
    119121                        <checkout revision="HEAD" url="https://max-server.myftp.org:444/svn/pm/PM/trunk/pm/com.siemens.ct.pm.build" destPath="c:/temp/pm-build-bootstrap" /> 
    120122                </svn> 
    121                 <ant antfile="c:/temp/pm-build-bootstrap/build.xml" target="buildAndDeploy" dir="c:/temp/pm-build-bootstrap" /> 
     123                <ant antfile="c:/temp/pm-build-bootstrap/build.xml" target="buildAndDeployFromSvn" dir="c:/temp/pm-build-bootstrap" /> 
    122124        </target> 
    123125</project> 
  • PM/trunk/pm/com.siemens.ct.pm.feature/rootfiles/pm.jnlp

    r142 r145  
    2020 
    2121        <!-- The name of the main class to execute. This does not change--> 
    22   <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain"> 
     22  <application-desc main-class="org.eclipse.core.runtime.adaptor.EclipseStarter"> 
    2323    <argument>-nosplash</argument> 
    2424  </application-desc> 
     
    2626        <resources> 
    2727                <!-- Reference to the launcher jar. The version segment must be updated to the version being used--> 
    28                 <jar href="plugins/org.eclipse.osgi_3.4.0.v20080605-1900.jar" /> 
     28                <jar href="plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar" /> 
    2929 
    3030                <!-- Reference to all the plugins and features constituting the application --> 
Note: See TracChangeset for help on using the changeset viewer.