[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [photran-dev] Build completed
|
On Apr 9, 2009, at 3:40 PM, Jeffrey Overbey wrote:
A new build of Photran is available from here: http://wiki.eclipse.org/PTP/builds/photran/4.0
I downloaded and unpacked the update site zip file, but I can't get
the Update Manager to list anything but Linux Intel Compiler
Support, even though I'm on my Mac *and* I uninstalled my current
version of Photran (and the site.xml looks file). Any ideas?
Please apply the following patch:
### Eclipse Workspace Patch 1.0
#P org.eclipse.photran.releng
Index: buildsite.xml
===================================================================
RCS file: /cvsroot/technology/org.eclipse.photran/
org.eclipse.photran.releng/buildsite.xml,v
retrieving revision 1.2
diff -u -r1.2 buildsite.xml
--- buildsite.xml 9 Mar 2009 21:09:01 -0000 1.2
+++ buildsite.xml 9 Apr 2009 20:29:41 -0000
@@ -9,13 +9,13 @@
Optional features adding error parsers and managed build
toolchains for various vendors' Fortran compilers
</description>
</category-def>
- <feature id="org.eclipse.photran_feature" url="features/
org.eclipse.photran-feature_@buildVersion@.jar"
version="@buildVersion@">
+ <feature id="org.eclipse.photran_feature" url="features/
org.eclipse.photran_feature_@buildVersion@.jar"
version="@buildVersion@">
<category name="Photran Base Distribution"/>
</feature>
<feature id="org.eclipse.photran.intel" url="features/
org.eclipse.photran.intel_@buildVersion@.jar" version="@buildVersion@"
os="linux">
<category name="Photran Compiler Support"/>
</feature>
- <feature id="org.eclipse.photran.xlf_feature" url="features/
org.eclipse.photran.xlf-feature_@buildVersion@.jar"
version="@buildVersion@">
+ <feature id="org.eclipse.photran.xlf_feature" url="features/
org.eclipse.photran.xlf_feature_@buildVersion@.jar"
version="@buildVersion@">
<category name="Photran Compiler Support"/>
</feature>
</site>