Skip to content

Commit

Permalink
push Java source to app, not git
Browse files Browse the repository at this point in the history
  • Loading branch information
John Woodell committed Aug 4, 2010
1 parent 043bb6c commit 0318a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@ WEB-INF/appengine-generated/*
WEB-INF/lib/*.jar
config/build.properties
build/**
app/controllers/ContactsController.java
app/models/Contact.java
2 changes: 2 additions & 0 deletions script/build.sh
Expand Up @@ -42,11 +42,13 @@ mirahc -c $CP -d $OUTDIR dubious/action_controller.duby

cd ../app
mirahc -c $CP -d $OUTDIR models/contact.duby
#mirahc -c $CP -j models/contact.duby
mirahc -c $CP -d $OUTDIR controllers/application_controller.duby
mirahc -c $CP -d $OUTDIR controllers/shout_controller.duby
mirahc -c $CP -d $OUTDIR controllers/source_controller.duby
mirahc -c $CP -d $OUTDIR controllers/info_properties_controller.duby
mirahc -c $CP -d $OUTDIR controllers/contacts_controller.duby
#mirahc -c $CP -j controllers/contacts_controller.duby

cd $OUTDIR
jar -cf ../WEB-INF/lib/application.jar models/* controllers/*
Expand Down

0 comments on commit 0318a51

Please sign in to comment.