Skip to Content.
Sympa Menu

notify-dpml - r1458 - in trunk/main/planet: . http process/info/etc process/info/src/test/net/dpml/lang/info

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1458 - in trunk/main/planet: . http process/info/etc process/info/src/test/net/dpml/lang/info
  • Date: Thu, 25 May 2006 08:31:15 +0200

Author: mcconnell
Date: 2006-05-25 08:31:13 +0200 (Thu, 25 May 2006)
New Revision: 1458

Added:
trunk/main/planet/process/info/etc/data/
Removed:
trunk/main/planet/process/info/etc/resources/
Modified:
trunk/main/planet/http/module.xml
trunk/main/planet/module.xml

trunk/main/planet/process/info/src/test/net/dpml/lang/info/ProcessXsdTestCase.java

trunk/main/planet/process/info/src/test/net/dpml/lang/info/WorkspaceTestCase.java
Log:
housekeeping


Modified: trunk/main/planet/http/module.xml
===================================================================
--- trunk/main/planet/http/module.xml 2006-05-25 06:02:59 UTC (rev 1457)
+++ trunk/main/planet/http/module.xml 2006-05-25 06:31:13 UTC (rev 1458)
@@ -6,7 +6,6 @@
value="link:part:dpml/metro/dpml-metro-runtime"/>
<property name="jetty.version" value="6.0.0-R534"/>
<property name="jasper.version" value="5.5.15"/>
- <!--<property name="sl4j.version" value="1.0-rc5"/>-->
<property name="sl4j.version" value="1.0.1"/>
</properties>


Modified: trunk/main/planet/module.xml
===================================================================
--- trunk/main/planet/module.xml 2006-05-25 06:02:59 UTC (rev 1457)
+++ trunk/main/planet/module.xml 2006-05-25 06:31:13 UTC (rev 1458)
@@ -8,11 +8,15 @@
<project name="dpml-process-info" basedir="process/info">
<types>
<type id="xsd"/>
+ <type id="jar"/>
</types>
<dependencies>
- <build>
+ <runtime>
<include ref="dpml/transit/dpml-transit-main"/>
- </build>
+ </runtime>
+ <test>
+ <include ref="ant/ant-junit"/>
+ </test>
</dependencies>
<filters>
<feature token="PROJECT-XSD-URI" id="uri" type="xsd"/>

Copied: trunk/main/planet/process/info/etc/data (from rev 1454,
trunk/main/planet/process/info/etc/resources)

Modified:
trunk/main/planet/process/info/src/test/net/dpml/lang/info/ProcessXsdTestCase.java
===================================================================
---
trunk/main/planet/process/info/src/test/net/dpml/lang/info/ProcessXsdTestCase.java
2006-05-25 06:02:59 UTC (rev 1457)
+++
trunk/main/planet/process/info/src/test/net/dpml/lang/info/ProcessXsdTestCase.java
2006-05-25 06:31:13 UTC (rev 1458)
@@ -60,10 +60,10 @@

File basedir = new File( System.getProperty( "project.basedir" ) );
File target = new File( basedir, "target" );
- File deliverables = new File( target, "deliverables" );
- File xsds = new File( deliverables, "xsds" );
- String version = System.getProperty( "project.version" );
- File xsd = new File( xsds, "dpml-process-" + version + ".xsd" );
+ //File deliverables = new File( target, "deliverables" );
+ //File xsds = new File( deliverables, "xsds" );
+ //String version = System.getProperty( "project.version" );
+ File xsd = new File( target, "process.xsd" );
System.setProperty( XSD_URI, xsd.toURI().toString() );

// parse the file

Modified:
trunk/main/planet/process/info/src/test/net/dpml/lang/info/WorkspaceTestCase.java
===================================================================
---
trunk/main/planet/process/info/src/test/net/dpml/lang/info/WorkspaceTestCase.java
2006-05-25 06:02:59 UTC (rev 1457)
+++
trunk/main/planet/process/info/src/test/net/dpml/lang/info/WorkspaceTestCase.java
2006-05-25 06:31:13 UTC (rev 1458)
@@ -57,10 +57,10 @@

File basedir = new File( System.getProperty( "project.basedir" ) );
File target = new File( basedir, "target" );
- File deliverables = new File( target, "deliverables" );
- File xsds = new File( deliverables, "xsds" );
- String version = System.getProperty( "project.version" );
- File xsd = new File( xsds, "dpml-process-" + version + ".xsd" );
+ //File deliverables = new File( target, "deliverables" );
+ //File xsds = new File( deliverables, "xsds" );
+ //String version = System.getProperty( "project.version" );
+ File xsd = new File( target, "process.xsd" );
System.setProperty( XSD_URI, xsd.toURI().toString() );

// parse the layout file




  • r1458 - in trunk/main/planet: . http process/info/etc process/info/src/test/net/dpml/lang/info, mcconnell at BerliOS, 05/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page