Skip to content

Commit

Permalink
databinder draw
Browse files Browse the repository at this point in the history
git-svn-id: svn://databinder.net/databinder/trunk@2226 c322e9cc-cc08-0410-988e-c197163ad9eb
  • Loading branch information
Nathan Hamblen committed Feb 25, 2008
1 parent f8710de commit d62cfce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 25 deletions.
21 changes: 0 additions & 21 deletions databinder-draw/Rakefile

This file was deleted.

4 changes: 2 additions & 2 deletions databinder-draw/pom.slip
Expand Up @@ -18,11 +18,11 @@ project(xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance",xmlns="http://mave
artifactId: "databinder-components"

dependency:
groupId: "org.apache.batik"
groupId: "org.apache.xmlgraphics"
artifactId: "batik-gvt"
version: "1.7"

dependency:
groupId: "org.apache.batik"
groupId: "org.apache.xmlgraphics"
artifactId: "batik-awt-util"
version: "1.7"
4 changes: 2 additions & 2 deletions databinder-draw/pom.xml
Expand Up @@ -16,12 +16,12 @@
<artifactId>databinder-components</artifactId>
</dependency>
<dependency>
<groupId>org.apache.batik</groupId>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-gvt</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.apache.batik</groupId>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-awt-util</artifactId>
<version>1.7</version>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.slip
Expand Up @@ -34,6 +34,7 @@ project(xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance",xmlns="http://mave
module: "databinder-app-ao"
module: "databinder-app-cay"
module: "databinder-dispatch"
module: "databinder-draw"
scm:
connection: "scm:svn:svn://localhost/databinder/trunk"
developerConnection: "scm:svn:svn://localhost/databinder/trunk"
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -33,6 +33,7 @@
<module>databinder-app-ao</module>
<module>databinder-app-cay</module>
<module>databinder-dispatch</module>
<module>databinder-draw</module>
</modules>
<scm>
<connection>scm:svn:svn://localhost/databinder/trunk</connection>
Expand Down

0 comments on commit d62cfce

Please sign in to comment.