Skip to content

Commit

Permalink
normalize artifact IDs and package names
Browse files Browse the repository at this point in the history
  • Loading branch information
vjoel committed Sep 17, 2012
1 parent 5aa5965 commit 80a42f8
Show file tree
Hide file tree
Showing 23 changed files with 391 additions and 369 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Model Elements Library

Generates a java lib in ModelElements.jar that can be used for networks and their elements, data profiles, scenarios, and so on. These classes are very lightweight and can be used as mock classes in testing. They also can be serialized (binary or json) via avro.
Generates a java lib in model-elements.jar that can be used for networks and their elements, data profiles, scenarios, and so on. These classes are very lightweight and can be used as mock classes in testing. They also can be serialized (binary or json) via avro.

See the tests for some examples.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>edu.berkeley.path</groupId>
<artifactId>ModelElements</artifactId>
<artifactId>model-elements</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>

Expand Down
2 changes: 1 addition & 1 deletion rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

desc "clean up after avro-maven-plugin"
task :clean do
rm_rf "src/main/java/edu/berkeley/path/ModelElements"
rm_rf "src/main/java/edu/berkeley/path/model-elements"
end

task :avro_help do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
* SUCH DAMAGE.
*/

@namespace("edu.berkeley.path.ModelElements")
@namespace("edu.berkeley.path.model_elements")

/**
* Description of the config and state of our networks and related data.
*
* Note: all units in SI (meters, seconds, etc.) except where specified.
*/
protocol ModelElements {
protocol model_elements {

/** seconds and milliseconds, can be absolute or relative
(when absolute: since epoch, utc) */
Expand Down
22 changes: 0 additions & 22 deletions src/main/java/edu/berkeley/path/ModelElements/ModelElements.java

This file was deleted.

Loading

0 comments on commit 80a42f8

Please sign in to comment.