Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1475 - development/main/magic

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: r1475 - development/main/magic
  • Date: Fri, 14 Jan 2005 12:49:31 +0100

Author: andreas.ronge AT jayway.se
Date: Fri Jan 14 12:49:30 2005
New Revision: 1475

Modified:
development/main/magic/README.TXT
development/main/magic/build.xml
development/main/magic/module.xml
Log:
fixed build problems, reverted files (eclipse should be installed by using a
new installable plugins)

Modified: development/main/magic/README.TXT
==============================================================================
--- development/main/magic/README.TXT (original)
+++ development/main/magic/README.TXT Fri Jan 14 12:49:30 2005
@@ -7,10 +7,6 @@
$ 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

Modified: development/main/magic/build.xml
==============================================================================
--- development/main/magic/build.xml (original)
+++ development/main/magic/build.xml Fri Jan 14 12:49:30 2005
@@ -21,10 +21,7 @@
<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">

Modified: development/main/magic/module.xml
==============================================================================
--- development/main/magic/module.xml (original)
+++ development/main/magic/module.xml Fri Jan 14 12:49:30 2005
@@ -24,7 +24,6 @@

<magic:import uri="artifact:template:dpml/magic/standard"/>
<magic:import uri="artifact:template:dpml/magic/checkstyle"/>
- <magic:import uri="artifact:template:dpml/magic/eclipse"/>

<target name="build" depends="standard.build">
<x:module index="index.xml">



  • svn commit: r1475 - development/main/magic, andreas . ronge, 01/14/2005

Archive powered by MHonArc 2.6.24.

Top of Page