Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1474 - in development/main/magic: . spells/eclipse/etc/deliverables/eclipses

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: andreas.ronge AT jayway.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1474 - in development/main/magic: . spells/eclipse/etc/deliverables/eclipses
  • Date: Fri, 14 Jan 2005 08:30:39 +0100

Author: andreas.ronge AT jayway.se
Date: Fri Jan 14 08:30:39 2005
New Revision: 1474

Added:
development/main/magic/build.properties (contents, props changed)

development/main/magic/spells/eclipse/etc/deliverables/eclipses/magic-classpath.eclipse
Modified:
development/main/magic/README.TXT
development/main/magic/build.xml
Log:
Added configuration of magic eclipse project, using the eclipse spell

Modified: development/main/magic/README.TXT
==============================================================================
--- development/main/magic/README.TXT (original)
+++ development/main/magic/README.TXT Fri Jan 14 08:30:39 2005
@@ -7,6 +7,10 @@
$ ant -f core/bootstrap.xml
$ ant

+To create eclipse project files:
+$ ant eclipse
+$ copy target/eclipse/* .
+
The end result is the loading of a project index and logging to console
of the index filename and number of contained references (note this is
magic-new
running with transit that is handling the top level reactor build). The
reactor

Added: development/main/magic/build.properties
==============================================================================
--- (empty file)
+++ development/main/magic/build.properties Fri Jan 14 08:30:39 2005
@@ -0,0 +1,4 @@
+project.eclipse.project.uri=artifact:eclipse:dpml/magic/project
+project.eclipse.classpath.uri=artifact:eclipse:dpml/magic/magic-classpath
+project.eclipse.project.name=dpml-magic
+project.eclipse.project.keys=dpml-magic,dpml-magic-bootstrap,dpml-magic-core,dpml-magic-bar,dpml-magic-publish,dpml-magic-checkstyle,dpml-magic-eclipse,dpml-magic-style,dpml-magic-doc,dpml-magic-upload,dpml-magic-example

Modified: development/main/magic/build.xml
==============================================================================
--- development/main/magic/build.xml (original)
+++ development/main/magic/build.xml Fri Jan 14 08:30:39 2005
@@ -21,7 +21,11 @@
<project name="dpml-magic" basedir="." default="default"
xmlns:magic="antlib:net.dpml.magic">

+ <property file="build.properties" />
+
<magic:import uri="artifact:template:dpml/magic/reactor"/>
+ <magic:import uri="artifact:template:dpml/magic/eclipse"/>
+

<target name="patch">
<replace summary="true" dir="."

Added:
development/main/magic/spells/eclipse/etc/deliverables/eclipses/magic-classpath.eclipse
==============================================================================
--- (empty file)
+++
development/main/magic/spells/eclipse/etc/deliverables/eclipses/magic-classpath.eclipse
Fri Jan 14 08:30:39 2005
@@ -0,0 +1,12 @@
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" path="bootstrap/src/main"/>
+ <classpathentry kind="src" path="core/src/main"/>
+ <classpathentry kind="src" path="spells/bar/src/main"/>
+ <classpathentry kind="src" path="spells/checkstyle/src/main"/>
+ <classpathentry kind="src" path="spells/eclipse/src/main"/>
+ <classpathentry kind="src" path="spells/example/src/main"/>
+ <classpathentry kind="src" path="spells/publish/src/main"/>
+ <classpathentry kind="src" path="spells/style/src/main"/>
+ <classpathentry kind="src" path="spells/upload/src/main"/>
+ <classpathentry kind="output" path="target/eclipse-classes"/>
+



  • svn commit: r1474 - in development/main/magic: . spells/eclipse/etc/deliverables/eclipses, andreas . ronge, 01/14/2005

Archive powered by MHonArc 2.6.24.

Top of Page