-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename 'foo-procedures' to 'banana-procedures'
These procedures use the Bananation mission model, not the Foo mission model
- Loading branch information
1 parent
9543ba8
commit 8f4b401
Showing
12 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...edural/examples/fooprocedures/Helper.java → ...ral/examples/bananaprocedures/Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fooprocedures/constraints/ConstFruit.java → ...anaprocedures/constraints/ConstFruit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...ain/java/gov/nasa/ammos/aerie/procedural/examples/bananaprocedures/constraints/Hello.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package gov.nasa.ammos.aerie.procedural.examples.bananaprocedures.constraints; | ||
|
||
import gov.nasa.ammos.aerie.procedural.examples.bananaprocedures.Helper; | ||
|
||
class Hello { | ||
public static void main(String[] args) { | ||
System.out.println(Helper.greeting()); | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
.../examples/fooprocedures/package-info.java → ...amples/bananaprocedures/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@WithMappers(BasicValueMappers.class) | ||
package gov.nasa.ammos.aerie.procedural.examples.fooprocedures; | ||
package gov.nasa.ammos.aerie.procedural.examples.bananaprocedures; | ||
|
||
import gov.nasa.jpl.aerie.contrib.serialization.rulesets.BasicValueMappers; | ||
import gov.nasa.ammos.aerie.procedural.scheduling.annotations.WithMappers; |
2 changes: 1 addition & 1 deletion
2
...rocedures/procedures/SampleProcedure.java → ...rocedures/procedures/SampleProcedure.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...procedures/procedures/SimulationDemo.java → ...procedures/procedures/SimulationDemo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fooprocedures/procedures/StayWellFed.java → ...anaprocedures/procedures/StayWellFed.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ocedures/constraints/ProcedureLoader.java → ...ocedures/constraints/ProcedureLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
...c/main/java/gov/nasa/ammos/aerie/procedural/examples/fooprocedures/constraints/Hello.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters