Skip to Content.
Sympa Menu

notify-dpml - r1776 - in trunk/main/lang: component module part state type

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: r1776 - in trunk/main/lang: component module part state type
  • Date: Mon, 9 Oct 2006 03:03:25 +0200

Author: mcconnell
Date: 2006-10-09 03:03:25 +0200 (Mon, 09 Oct 2006)
New Revision: 1776

Modified:
trunk/main/lang/component/bootstrap.xml
trunk/main/lang/module/bootstrap.xml
trunk/main/lang/part/bootstrap.xml
trunk/main/lang/state/bootstrap.xml
trunk/main/lang/type/bootstrap.xml
Log:
add missing link resources during bootstrapping phase

Modified: trunk/main/lang/component/bootstrap.xml
===================================================================
--- trunk/main/lang/component/bootstrap.xml 2006-10-08 23:57:26 UTC (rev
1775)
+++ trunk/main/lang/component/bootstrap.xml 2006-10-09 01:03:25 UTC (rev
1776)
@@ -41,6 +41,8 @@
<copy toFile="${xsds.dir}/${filename}" preservelastmodified="true"
overwrite="true"
file="${target.dir}/component.xsd"/>
<checksum fileext=".md5" file="${xsds.dir}/${filename}"/>
+ <echo
file="${xsds.dir}/${project.name}-${specification.version}.xsd.link"
+
message="artifact:xsd:${project.group}/${project.name}#${project.version}"/>
</target>

</project>

Modified: trunk/main/lang/module/bootstrap.xml
===================================================================
--- trunk/main/lang/module/bootstrap.xml 2006-10-08 23:57:26 UTC (rev
1775)
+++ trunk/main/lang/module/bootstrap.xml 2006-10-09 01:03:25 UTC (rev
1776)
@@ -39,6 +39,8 @@
<copy toFile="${xsds}/${filename}" preservelastmodified="true"
overwrite="true"
file="${target.dir}/module.xsd"/>
<checksum fileext=".md5" file="${xsds}/${filename}"/>
+ <echo file="${xsds}/${project.name}-${specification.version}.xsd.link"
+
message="artifact:xsd:${project.group}/${project.name}#${project.version}"/>
</target>

</project>

Modified: trunk/main/lang/part/bootstrap.xml
===================================================================
--- trunk/main/lang/part/bootstrap.xml 2006-10-08 23:57:26 UTC (rev 1775)
+++ trunk/main/lang/part/bootstrap.xml 2006-10-09 01:03:25 UTC (rev 1776)
@@ -40,6 +40,8 @@
<copy toFile="${xsds}/${filename}" preservelastmodified="true"
overwrite="true"
file="${target.dir}/part.xsd"/>
<checksum fileext=".md5" file="${xsds}/${filename}"/>
+ <echo file="${xsds}/${project.name}-${specification.version}.xsd.link"
+
message="artifact:xsd:${project.group}/${project.name}#${project.version}"/>
</target>

</project>

Modified: trunk/main/lang/state/bootstrap.xml
===================================================================
--- trunk/main/lang/state/bootstrap.xml 2006-10-08 23:57:26 UTC (rev 1775)
+++ trunk/main/lang/state/bootstrap.xml 2006-10-09 01:03:25 UTC (rev 1776)
@@ -39,6 +39,8 @@
<copy toFile="${xsds.dir}/${filename}" preservelastmodified="true"
overwrite="true"
file="${target.dir}/state.xsd"/>
<checksum fileext=".md5" file="${xsds.dir}/${filename}"/>
+ <echo
file="${xsds.dir}/${project.name}-${specification.version}.xsd.link"
+
message="artifact:xsd:${project.group}/${project.name}#${project.version}"/>
</target>

</project>

Modified: trunk/main/lang/type/bootstrap.xml
===================================================================
--- trunk/main/lang/type/bootstrap.xml 2006-10-08 23:57:26 UTC (rev 1775)
+++ trunk/main/lang/type/bootstrap.xml 2006-10-09 01:03:25 UTC (rev 1776)
@@ -40,6 +40,8 @@
<copy toFile="${xsds.dir}/${filename}" preservelastmodified="true"
overwrite="true"
file="${target.dir}/type.xsd"/>
<checksum fileext=".md5" file="${xsds.dir}/${filename}"/>
+ <echo
file="${xsds.dir}/${project.name}-${specification.version}.xsd.link"
+
message="artifact:xsd:${project.group}/${project.name}#${project.version}"/>
</target>

</project>




  • r1776 - in trunk/main/lang: component module part state type, mcconnell at BerliOS, 10/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page