Bladeren bron

Update to Moxie 0.9.1

Change-Id: I8e0479b632af3b5ca809aacf955e4be96822ac2c
tags/v1.4.0
James Moger 10 jaren geleden
bovenliggende
commit
79cad53bba
3 gewijzigde bestanden met toevoegingen van 2 en 7 verwijderingen
  1. 0
    5
      .classpath
  2. 1
    1
      build.moxie
  3. 1
    1
      build.xml

+ 0
- 5
.classpath Bestand weergeven

@@ -74,10 +74,5 @@
<classpathentry kind="lib" path="ext/commons-logging-1.1.1.jar" sourcepath="ext/src/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
<classpathentry kind="src" path="src/main/dagger">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin/classes" />
</classpath>

+ 1
- 1
build.moxie Bestand weergeven

@@ -3,7 +3,7 @@
#

# Specify minimum Moxie version required to build
requires: 0.9.0
requires: 0.9.1

# Project Metadata
name: Gitblit

+ 1
- 1
build.xml Bestand weergeven

@@ -8,7 +8,7 @@
documentation @ http://gitblit.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<property name="moxie.version" value="0.9.0" />
<property name="moxie.version" value="0.9.1" />
<property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />

Laden…
Annuleren
Opslaan