Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1967 - in development/laboratory/ide/eclipse/magic: features plugin plugin/help plugin/help/html plugin/help/html/tasks update

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1967 - in development/laboratory/ide/eclipse/magic: features plugin plugin/help plugin/help/html plugin/help/html/tasks update
  • Date: Mon, 07 Mar 2005 05:02:31 -0500

Author: peter AT neubauer.se
Date: Mon Mar 7 05:02:31 2005
New Revision: 1967

Added:
development/laboratory/ide/eclipse/magic/plugin/help/
development/laboratory/ide/eclipse/magic/plugin/help/book.xml
development/laboratory/ide/eclipse/magic/plugin/help/html/
development/laboratory/ide/eclipse/magic/plugin/help/html/overview.html
development/laboratory/ide/eclipse/magic/plugin/help/html/tasks/

development/laboratory/ide/eclipse/magic/plugin/help/html/tasks/rebuilding.html
development/laboratory/ide/eclipse/magic/plugin/help/toc_Tasks.xml
Removed:
development/laboratory/ide/eclipse/magic/plugin/build.xml
development/laboratory/ide/eclipse/magic/plugin/index.xml
Modified:
development/laboratory/ide/eclipse/magic/features/feature.xml
development/laboratory/ide/eclipse/magic/plugin/.project
development/laboratory/ide/eclipse/magic/plugin/build.properties
development/laboratory/ide/eclipse/magic/plugin/plugin.xml
development/laboratory/ide/eclipse/magic/update/site.xml
Log:
added help structure bumped versions


Modified: development/laboratory/ide/eclipse/magic/features/feature.xml
==============================================================================
--- development/laboratory/ide/eclipse/magic/features/feature.xml
(original)
+++ development/laboratory/ide/eclipse/magic/features/feature.xml Mon
Mar 7 05:02:31 2005
@@ -2,7 +2,7 @@
<feature
id="net.dpml.ide.eclipse.Magic"
label="magic-eclipse-feature"
- version="0.1.0">
+ version="0.1.5">

<description url="http://www.dpml.net/magic-eclpse-integration";>
This enables eclipse to bild a java project using Magic index file as
the source for the creation of source folders and the mounting of dependency
jars as dynamic classpath entries.
@@ -65,6 +65,6 @@
id="net.dpml.ide.eclipse.plugins.Magic"
download-size="0"
install-size="0"
- version="0.1.0"/>
+ version="0.1.5"/>

</feature>

Modified: development/laboratory/ide/eclipse/magic/plugin/.project
==============================================================================
--- development/laboratory/ide/eclipse/magic/plugin/.project (original)
+++ development/laboratory/ide/eclipse/magic/plugin/.project Mon Mar 7
05:02:31 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>TransitPlugin</name>
+ <name>magic-plugin</name>
<comment></comment>
<projects>
</projects>

Modified: development/laboratory/ide/eclipse/magic/plugin/build.properties
==============================================================================
--- development/laboratory/ide/eclipse/magic/plugin/build.properties
(original)
+++ development/laboratory/ide/eclipse/magic/plugin/build.properties Mon
Mar 7 05:02:31 2005
@@ -9,5 +9,6 @@
bin/,\
lib/ant-1.6.2.jar,\
lib/dpml-magic-core-SNAPSHOT.jar,\
- META-INF/
+ META-INF/,\
+ help/
jars.compile.order = TransitPlugin.jar

Added: development/laboratory/ide/eclipse/magic/plugin/help/book.xml
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/plugin/help/book.xml Mon
Mar 7 05:02:31 2005
@@ -0,0 +1,6 @@
+<toc label="Magic Eclipse Plugin Help" topic="html/book.html">
+ <topic label="Overview" href="help/html/overview.html"/>
+ <topic label="Tasks">
+ <link toc="help/toc_Tasks.xml"/>
+ </topic>
+</toc>
\ No newline at end of file

Added: development/laboratory/ide/eclipse/magic/plugin/help/html/overview.html
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/plugin/help/html/overview.html
Mon Mar 7 05:02:31 2005
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
+ <title>Table of Contents</title>
+</head>
+
+<body>
+<h1>Table of Contents</h1>
+Please enter your text here.
+</body>
+</html>
\ No newline at end of file

Added:
development/laboratory/ide/eclipse/magic/plugin/help/html/tasks/rebuilding.html
==============================================================================
--- (empty file)
+++
development/laboratory/ide/eclipse/magic/plugin/help/html/tasks/rebuilding.html
Mon Mar 7 05:02:31 2005
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+ <title>Rebuilding your project with magic</title>
+</head>
+<body>
+<h1>Rebuilding your project with magic</h1>
+In the navigation panel (Navigator or Package Explorer), navigate to an
+index.xml<br>
+<br>
+Right-click on the index.xml file and you should see e Popup-Entry
+"Reload Magic index"<br>
+<br>
+The project should be rearranged so the source folders now referr to
+the index project source and tst folders, and that the dependencies are
+located in a Classpath container, named with the path of the choosen
+index.xml.<br>
+</body>
+</html>

Added: development/laboratory/ide/eclipse/magic/plugin/help/toc_Tasks.xml
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/plugin/help/toc_Tasks.xml Mon
Mar 7 05:02:31 2005
@@ -0,0 +1,5 @@
+ <toc label="Tasks">
+ <topic label="Basic Usage">
+ <topic label="Rebuild the Project with Magic"
href="help/html/tasks/rebuilding.html"/>
+ </topic>
+ </toc>
\ No newline at end of file

Modified: development/laboratory/ide/eclipse/magic/plugin/plugin.xml
==============================================================================
--- development/laboratory/ide/eclipse/magic/plugin/plugin.xml (original)
+++ development/laboratory/ide/eclipse/magic/plugin/plugin.xml Mon Mar 7
05:02:31 2005
@@ -3,7 +3,7 @@
<plugin
id="net.dpml.ide.eclipse.plugins.Magic"
name="Eclipse Magic Plug-in"
- version="0.1.0"
+ version="0.1.5"
provider-name="DPML"
class="net.dpml.ide.eclipse.plugins.magic.MagicPlugin">
<runtime>
@@ -35,6 +35,7 @@
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.help"/>
</requires>
<extension
point="org.eclipse.jdt.core.classpathContainerInitializer">
@@ -83,4 +84,11 @@
</action>
</objectContribution>
</extension>
+ <extension
+ point="org.eclipse.help.toc">
+ <toc file="help/book.xml" primary="true"/>
+ </extension>
+ <extension point="org.eclipse.help.toc">
+ <toc file="help/toc_Tasks.xml" />
+ </extension>
</plugin>

Modified: development/laboratory/ide/eclipse/magic/update/site.xml
==============================================================================
--- development/laboratory/ide/eclipse/magic/update/site.xml (original)
+++ development/laboratory/ide/eclipse/magic/update/site.xml Mon Mar 7
05:02:31 2005
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/net.dpml.ide.eclipse.Magic_0.1.0.jar"
id="net.dpml.ide.eclipse.Magic" version="0.1.0">
- <category name="net.dpml.ide.eclipse.magic"/>
- </feature>
+ <feature url="features/net.dpml.ide.eclipse.Magic_0.1.5.jar"
id="net.dpml.ide.eclipse.Magic" version="0.1.5"/>
<category-def name="net.dpml.ide.eclipse.magic" label="Magic Eclipse
Plugin"/>
</site>



  • svn commit: r1967 - in development/laboratory/ide/eclipse/magic: features plugin plugin/help plugin/help/html plugin/help/html/tasks update, peter, 03/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page