Skip to content

Commit

Permalink
SHORTURL-31 remove db2
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/shortenedurl/trunk@90901 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
steveswinsburg committed Mar 30, 2011
1 parent 4263735 commit bdd58ed
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 214 deletions.
11 changes: 0 additions & 11 deletions shortenedurl/ddl/db2/shortenedurl-ddl-1.1-SNAPSHOT-db2.sql

This file was deleted.

2 changes: 0 additions & 2 deletions shortenedurl/ddl/hibernate-db2.properties

This file was deleted.

2 changes: 0 additions & 2 deletions shortenedurl/ddl/hibernate-hsqldb.properties

This file was deleted.

11 changes: 0 additions & 11 deletions shortenedurl/ddl/hsqldb/shortenedurl-ddl-1.1-SNAPSHOT-hsqldb.sql

This file was deleted.

76 changes: 0 additions & 76 deletions shortenedurl/ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
</components>
<componentProperties>
<configurationfile>hibernate.cfg.xml</configurationfile>
<propertyfile>hibernate-hsqldb.properties</propertyfile>
<outputfilename>hsqldb/${project.ddl.name}-${parent.version}-hsqldb.sql</outputfilename>
<drop>false</drop>
<create>true</create>
<export>false</export>
Expand All @@ -69,26 +67,6 @@
</componentProperties>
</configuration>
<executions>
<execution>
<id>export-hsqldb</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
</execution>
<execution>
<id>export-mysql</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
<configuration>
<componentProperties>
<propertyfile>hibernate-mysql.properties</propertyfile>
<outputfilename>mysql/${project.ddl.name}-${parent.version}-mysql.sql</outputfilename>
</componentProperties>
</configuration>
</execution>
<execution>
<id>export-oracle</id>
<phase>process-classes</phase>
Expand All @@ -102,60 +80,6 @@
</componentProperties>
</configuration>
</execution>
<execution>
<id>export-db2</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
<configuration>
<componentProperties>
<propertyfile>hibernate-db2.properties</propertyfile>
<outputfilename>db2/${project.ddl.name}-${parent.version}-db2.sql</outputfilename>
</componentProperties>
</configuration>
</execution>
<!--
<execution>
<id>export-mssql</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
<configuration>
<componentProperties>
<propertyfile>hibernate-mssql.properties</propertyfile>
<outputfilename>mssql/${project.ddl.name}-${parent.version}-mssql.sql</outputfilename>
</componentProperties>
</configuration>
</execution>
<execution>
<id>export-derby</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
<configuration>
<componentProperties>
<propertyfile>hibernate-derby.properties</propertyfile>
<outputfilename>derby/${project.ddl.name}-${parent.version}-derby.sql</outputfilename>
</componentProperties>
</configuration>
</execution>
<execution>
<id>export-postgres</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
<configuration>
<componentProperties>
<propertyfile>hibernate-postgres.properties</propertyfile>
<outputfilename>postgres/${project.ddl.name}-${parent.version}-postgres.sql</outputfilename>
</componentProperties>
</configuration>
</execution>
-->
</executions>
</plugin>
</plugins>
Expand Down
90 changes: 0 additions & 90 deletions shortenedurl/ddl/readme.txt

This file was deleted.

11 changes: 0 additions & 11 deletions shortenedurl/docs/database/db2/shortenedurl-ddl-1.0.0-db2.sql

This file was deleted.

This file was deleted.

0 comments on commit bdd58ed

Please sign in to comment.