Changeset 145
- Timestamp:
- 1/16/2009 10:28:10 AM (4 years ago)
- Location:
- PM/trunk/pm
- Files:
-
- 2 edited
-
com.siemens.ct.pm.build/build.xml (modified) (2 diffs)
-
com.siemens.ct.pm.feature/rootfiles/pm.jnlp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
PM/trunk/pm/com.siemens.ct.pm.build/build.xml
r141 r145 107 107 </target> 108 108 109 <target name="buildAndDeploy" depends="buildFromSvn,deployToWebServer" /> 109 <target name="buildAndDeployFromWorkspace" depends="buildFromWorkspace,deployToWebServer" /> 110 111 <target name="buildAndDeployFromSvn" depends="buildFromSvn,deployToWebServer" /> 110 112 111 113 <!-- … … 119 121 <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" /> 120 122 </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" /> 122 124 </target> 123 125 </project> -
PM/trunk/pm/com.siemens.ct.pm.feature/rootfiles/pm.jnlp
r142 r145 20 20 21 21 <!-- 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"> 23 23 <argument>-nosplash</argument> 24 24 </application-desc> … … 26 26 <resources> 27 27 <!-- 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" /> 29 29 30 30 <!-- Reference to all the plugins and features constituting the application -->
Note: See TracChangeset
for help on using the changeset viewer.
