Skip to content

Commit

Permalink
+ fixed some ivy files
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Jun 10, 2006
1 parent 86c81cc commit c6ac497
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/flux/ivy.xml
@@ -1,6 +1,6 @@
<ivy-module version="1.1">

<info organisation="springmodules" module="flux"/>
<info organisation="springmodules" module="springmodules-flux"/>

<configurations>
<!-- default configuration that 'by default' pulls in the global configuration -->
Expand Down
2 changes: 1 addition & 1 deletion projects/javaspaces/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>

<project name="springmodules-javaspace" default="dist">
<project name="springmodules-javaspaces" default="dist">
<property file="build.properties" />
<property file="project.properties" />
<property file="${common.build.dir}/build.properties" />
Expand Down
2 changes: 1 addition & 1 deletion projects/javaspaces/ivy.xml
@@ -1,6 +1,6 @@
<ivy-module version="1.1">

<info organisation="springmodules" module="springmodules-javaspace"/>
<info organisation="springmodules" module="springmodules-javaspaces"/>

<configurations>
<!-- default configuration that 'by default' pulls in the global configuration -->
Expand Down
1 change: 1 addition & 0 deletions projects/jbpm31/build.xml
Expand Up @@ -15,6 +15,7 @@

<!-- import clover support -->
<import file="${common.build.dir}/clover-targets.xml"/>
<import file="${common.build.dir}/doc-targets.xml" />


</project>
4 changes: 2 additions & 2 deletions projects/jbpm31/docs/reference/src/jbpm31.xml
Expand Up @@ -2,10 +2,10 @@
<chapter id="jbpm31">
<title>jBPM 3.1.x</title>

<important>
<note>
<para>The following documentation can be used as reference documentation
for Spring Modules jBPM 3.0.x support as well.</para>
</important>
</note>

<sect1>
<title>Introduction</title>
Expand Down
2 changes: 1 addition & 1 deletion projects/springmvc-extra/ivy.xml
@@ -1,6 +1,6 @@
<ivy-module version="1.1">

<info organisation="springmodules" module="springmvc-extra"/>
<info organisation="springmodules" module="springmodules-springmvc-extra"/>

<configurations>
<!-- default configuration that 'by default' pulls in the global configuration -->
Expand Down
2 changes: 1 addition & 1 deletion projects/tapestry/ivy.xml
@@ -1,6 +1,6 @@
<ivy-module version="1.1">

<info organisation="springmodules" module="tapestry-integration"/>
<info organisation="springmodules" module="springmodules-tapestry"/>

<configurations>
<!-- default configuration that 'by default' pulls in the global configuration -->
Expand Down
2 changes: 1 addition & 1 deletion projects/template/ivy.xml
@@ -1,6 +1,6 @@
<ivy-module version="1.1">

<info organisation="springmodules" module="template"/>
<info organisation="springmodules" module="springmodules-template"/>

<configurations>
<!-- default configuration that 'by default' pulls in the global configuration -->
Expand Down
Empty file.

0 comments on commit c6ac497

Please sign in to comment.