commit 5c1f465de8cc24ad5d22badf5f653bca5dd50c6d Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Tue Jul 10 10:04:19 2012 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Tue Jul 10 10:04:19 2012 +0200
Readded full path to mvn in upload script. Removed redundant resource. diff --git a/jbehave-eclipse/org.jbehave.eclipse/src/i18n/keywords_fr_FR_Traditional.properties b/jbehave-eclipse/org.jbehave.eclipse/src/i18n/keywords_fr_FR_Traditional.properties deleted file mode 100644 index 4f04e53..0000000 --- a/jbehave-eclipse/org.jbehave.eclipse/src/i18n/keywords_fr_FR_Traditional.properties +++ /dev/null @@ -1,30 +0,0 @@ -Meta=Meta: -MetaProperty=@ -Narrative=Narrative\: -InOrderTo=Afin de -AsA=En tant que -IWantTo=Je veux -Scenario=Sc\u00E9nario\: -GivenStories=Etant donn\u00E9 les Histoires\: -ExamplesTable=Exemples\: -ExamplesTableRow=Exemple\: -ExamplesTableHeaderSeparator=| -ExamplesTableValueSeparator=| -ExamplesTableIgnorableSeparator=|-- -Given=Etant donn\u00E9 -When=Quand -Then=Alors -And=Et -Ignorable=!-- -Pending=EN SUSPENS -NotPerformed=NON EX\u00C9CUT\u00C9 -Failed=ECHEC -DryRun=EX\u00C9CUTION SIMUL\u00C9E -StoryCancelled=HISTORIE ANNUL\u00C9E -Duration=DUR\u00C9E -OutcomeDescription=D\u00E9scription -OutcomeValue=Valeur -OutcomeMatcher=Matcher -OutcomeVerified=V\u00E9rifi\u00E9 -Yes=Oui -No=Non \ No newline at end of file diff --git a/jbehave-eclipse/upload-repository.sh b/jbehave-eclipse/upload-repository.sh index 2d6c2ed..0cd9d94 100755 --- a/jbehave-eclipse/upload-repository.sh +++ b/jbehave-eclipse/upload-repository.sh @@ -23,7 +23,7 @@ if [ "$PATH" != "" ] ; then fi VERSIONED_REFERENCE="$REFERENCE/$VERSION" -mvn org.apache.maven.plugins:maven-dependency-plugin:2.4:get -Dartifact=$ARTIFACT_FULL -Dtransitive=false -Ddest=target/$ZIPPED_ARTIFACT +$MVN_HOME/bin/mvn org.apache.maven.plugins:maven-dependency-plugin:2.4:get -Dartifact=$ARTIFACT_FULL -Dtransitive=false -Ddest=target/$ZIPPED_ARTIFACT /usr/bin/scp target/$ZIPPED_ARTIFACT jbehave.org:uploads/ /usr/bin/ssh jbehave.org "rm -rf $VERSIONED_ARTIFACT; unzip -q -d $VERSIONED_ARTIFACT uploads/$ZIPPED_ARTIFACT; rm -r $VERSIONED_REFERENCE; mv $VERSIONED_ARTIFACT $VERSIONED_REFERENCE; cd $REFERENCE; rm $QUALIFIER; ln -s $VERSION $QUALIFIER"