Skip to content

Commit

Permalink
Reorganized
Browse files Browse the repository at this point in the history
  • Loading branch information
garthabrindoid committed Oct 5, 2009
1 parent 1ffee64 commit f9636ea
Show file tree
Hide file tree
Showing 30 changed files with 553 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChargeCar.iml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

522 changes: 522 additions & 0 deletions ChargeCar.ipr

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions car/Car.iml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Expand Up @@ -22,7 +22,6 @@
<orderEntry type="library" name="JDOM" level="project" />
<orderEntry type="library" name="Commons IO" level="project" />
<orderEntry type="library" name="MySQL" level="project" />
<orderEntry type="library" name="JTS" level="project" />
<orderEntry type="library" name="Commons Logging" level="project" />
</component>
</module>
Expand Down
2 changes: 1 addition & 1 deletion chargecar.org/build.properties
@@ -1,5 +1,5 @@
# COMMON ---------------------------------------------------------------------------------------------------------------
lib.dir=${base.directory}/lib
lib.dir=${base.directory}/../common/java/lib
code.dir=${base.directory}/code
jar.built-by=ChargeCar.org

Expand Down
10 changes: 10 additions & 0 deletions common/Common.iml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f9636ea

Please sign in to comment.