Skip to content

Commit

Permalink
increased versions
Browse files Browse the repository at this point in the history
darcs-hash:20050814184024-ad775-47a456184d569c835e1d2270c122ebd620a51a8c.gz
  • Loading branch information
himself committed Aug 14, 2005
1 parent 468ce22 commit 38595d8
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
<stringAttribute key="checked" value="[NONE]"/>
<booleanAttribute key="includeFragments" value="true"/>
<stringAttribute key="configLocation" value=""/>
<booleanAttribute key="clearws" value="false"/>
<booleanAttribute key="clearws" value="true"/>
<stringAttribute key="location1" value="c:\temp\runtime-workspace"/>
<stringAttribute key="templateConfig" value=""/>
<stringAttribute key="vmargs" value=""/>
<booleanAttribute key="default" value="false"/>
<stringAttribute key="vmargs" value=""/>
<booleanAttribute key="clearConfig" value="true"/>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<stringAttribute key="extplugins" value="org.apache.ant;org.eclipse.ant.core;org.eclipse.compare;org.eclipse.core.commands;org.eclipse.core.expressions;org.eclipse.core.filebuffers;org.eclipse.core.resources;org.eclipse.core.resources.compatibility;org.eclipse.core.resources.win32;org.eclipse.core.runtime;org.eclipse.core.runtime.compatibility;org.eclipse.core.variables;org.eclipse.debug.core;org.eclipse.debug.ui;org.eclipse.help;org.eclipse.jface;org.eclipse.jface.text;org.eclipse.ltk.core.refactoring;org.eclipse.ltk.ui.refactoring;org.eclipse.osgi;org.eclipse.platform;org.eclipse.swt;org.eclipse.swt.win32.win32.x86;org.eclipse.text;org.eclipse.ui;org.eclipse.ui.cheatsheets;org.eclipse.ui.console;org.eclipse.ui.editors;org.eclipse.ui.forms;org.eclipse.ui.ide;org.eclipse.ui.intro;org.eclipse.ui.views;org.eclipse.ui.win32;org.eclipse.ui.workbench;org.eclipse.ui.workbench.compatibility;org.eclipse.ui.workbench.texteditor;org.eclipse.update.configurator;org.eclipse.update.core;org.eclipse.update.core.win32;org.eclipse.update.ui;"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<booleanAttribute key="useDefaultConfigArea" value="true"/>
<booleanAttribute key="useDefaultConfig" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="progargs" value=""/>
<booleanAttribute key="useDefaultConfig" value="true"/>
<stringAttribute key="wsproject" value="net.sf.eclipsefp.haskell.refactoring;de.leiffrenzel.fp.haskell.core;de.leiffrenzel.fp.haskell.ghccompiler;net.sf.eclipsefp.haskell.haddock;net.sf.eclipsefp.common.doc;net.sf.eclipsefp.common.ui;de.leiffrenzel.fp.haskell;de.leiffrenzel.fp.haskell.ui;net.sf.eclipsefp.haskell.core.parser;de.leiffrenzel.fp.haskell.doc.user;net.sf.eclipsefp.common.core;net.sf.eclipsefp.haskell.hugs;net.sf.eclipsefp.haskell.core.parser.win32;"/>
<booleanAttribute key="askclear" value="true"/>
<booleanAttribute key="includeOptional" value="true"/>
Expand Down
26 changes: 13 additions & 13 deletions de.leiffrenzel.fp.haskell-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.leiffrenzel.fp.haskell"
label="FP: Haskell support for Eclipse"
version="0.9.0"
version="0.10.0"
provider-name="eclipsefp.sourceforge.net">

<description>
Expand Down Expand Up @@ -44,75 +44,75 @@ available at http://www.eclipse.org/legal/epl-v10.html.
id="de.leiffrenzel.fp.haskell"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="de.leiffrenzel.fp.haskell.core"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="de.leiffrenzel.fp.haskell.doc.user"
download-size="0"
install-size="0"
version="0.9.0"
version="0.10.0"
unpack="false"/>

<plugin
id="de.leiffrenzel.fp.haskell.ghccompiler"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="de.leiffrenzel.fp.haskell.ui"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="net.sf.eclipsefp.haskell.haddock"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="net.sf.eclipsefp.haskell.hugs"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="net.sf.eclipsefp.common.core"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="net.sf.eclipsefp.common.doc"
download-size="0"
install-size="0"
version="0.9.0"
version="0.10.0"
unpack="false"/>

<plugin
id="net.sf.eclipsefp.common.ui"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="net.sf.eclipsefp.haskell.core.parser"
download-size="0"
install-size="0"
version="0.9.0"/>
version="0.10.0"/>

<plugin
id="net.sf.eclipsefp.haskell.core.parser.win32"
download-size="0"
install-size="0"
version="0.9.0"
version="0.10.0"
fragment="true"/>

</feature>
2 changes: 1 addition & 1 deletion de.leiffrenzel.fp.haskell.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Haskell Core Plug-in
Bundle-SymbolicName: de.leiffrenzel.fp.haskell.core; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: haskellcore.jar
Bundle-Activator: de.leiffrenzel.fp.haskell.core.HaskellCorePlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion de.leiffrenzel.fp.haskell.doc.user/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Haskell User Documentation
Bundle-SymbolicName: de.leiffrenzel.fp.haskell.doc.user; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-Vendor: eclipsefp.sourceforge.net
Bundle-Localization: plugin
Eclipse-AutoStart: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,32 @@ <h2>What's new</h2>

<p>This document contains changes and new features for every version.</p>

<h4>de.leiffrenzel.fp.haskell_0.9.0</h4>
<h4>de.leiffrenzel.fp.haskell_0.10.0</h4>

<p>2005-xx-xx TODO</p>

<p>
<ul>
<li><b>Core</b>
<ul>
<li>TODO</li>
</ul>
</li>
<li><b>UI</b>
<ul>
<li>TODO</li>
</ul>
</li>
</ul>
</p>

<p>2005-08-14 Some fixes, built against Eclipse 3.1 (final)</p>

<p>Note: the sources are no longer included in the download. There is a Darcs
repository with all necessary sources for those who are interested in them.
The URL of the repository is <code>http://eclipsefp.sf.net/repo/</code>. See
<a href="http://darcs.net"></a> for more information about Darcs.</p>
<a href="http://darcs.net">http://darcs.net</a> for more information about
Darcs.</p>

<p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion de.leiffrenzel.fp.haskell.ghccompiler/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Ghc compiler
Bundle-SymbolicName: de.leiffrenzel.fp.haskell.ghccompiler; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: ghccompiler.jar
Bundle-Activator: de.leiffrenzel.fp.haskell.ghccompiler.GhcCompilerPlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion de.leiffrenzel.fp.haskell/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: EclipseFP: Haskell
Bundle-SymbolicName: de.leiffrenzel.fp.haskell; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: haskell.jar
Bundle-Vendor: eclipsefp.sourceforge.net
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.common.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: FP Common Core
Bundle-SymbolicName: net.sf.eclipsefp.common.core
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: commoncore.jar
Bundle-Activator: net.sf.eclipsefp.common.core.CommonCorePlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.common.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: FP Documentation
Bundle-SymbolicName: net.sf.eclipsefp.common.doc; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-Vendor: eclipsefp.sourceforge.net
Bundle-Localization: plugin
Eclipse-AutoStart: true
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.common.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: FP Common UI
Bundle-SymbolicName: net.sf.eclipsefp.common.ui; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: commonui.jar
Bundle-Activator: net.sf.eclipsefp.common.ui.CommonUIPlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Parser Tests
Bundle-SymbolicName: net.sf.eclipsefp.haskell.core.parser.test; singleton:=true
Bundle-Version: 0.8.0
Bundle-Version: 0.10.0
Bundle-ClassPath: haskellcoreparsertest.jar
Bundle-Activator: net.sf.eclipsefp.haskell.core.parser.test.TestPlugin
Bundle-Vendor: eclipsefp.sourcefourge.net
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Native Haskell Parser Implementation (win32)
Bundle-SymbolicName: net.sf.eclipsefp.haskell.core.parser.win32
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-Vendor: eclipsefp.sourceforge.net
Fragment-Host: net.sf.eclipsefp.haskell.core.parser;bundle-version="0.9.0"
Fragment-Host: net.sf.eclipsefp.haskell.core.parser;bundle-version="0.10.0"
Bundle-Localization: plugin
Binary file not shown.
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.core.parser/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Haskell Parser
Bundle-SymbolicName: net.sf.eclipsefp.haskell.core.parser; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: haskellparser.jar
Bundle-Activator: net.sf.eclipsefp.haskell.core.parser.ParserPlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.haddock/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Haddock support
Bundle-SymbolicName: net.sf.eclipsefp.haskell.haddock; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: haddock.jar
Bundle-Activator: net.sf.eclipsefp.haskell.haddock.HaddockPlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.hugs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: Hugs support
Bundle-SymbolicName: net.sf.eclipsefp.haskell.hugs; singleton=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: hugs.jar
Bundle-Activator: net.sf.eclipsefp.haskell.hugs.HugsPlugin
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Haskell Refactoring
Bundle-SymbolicName: net.sf.eclipsefp.haskell.refactoring; singleton:=true
Bundle-Version: 0.9.0
Bundle-Version: 0.10.0
Bundle-ClassPath: haskellrefactoring.jar
Bundle-Activator: net.sf.eclipsefp.haskell.refactoring.internal.ui.HaskellRefactoringUI
Bundle-Vendor: eclipsefp.sourceforge.net
Expand Down

0 comments on commit 38595d8

Please sign in to comment.