Parcourir la source

Update to Wicket 1.4.22

tags/v1.7.0
James Moger il y a 8 ans
Parent
révision
e59d9d987a
3 fichiers modifiés avec 13 ajouts et 13 suppressions
  1. 3
    3
      .classpath
  2. 1
    1
      build.moxie
  3. 9
    9
      gitblit.iml

+ 3
- 3
.classpath Voir le fichier

@@ -17,9 +17,9 @@
<classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" />
<classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" />
<classpathentry kind="lib" path="ext/jetty-all-9.2.10.v20150310.jar" sourcepath="ext/src/jetty-all-9.2.10.v20150310.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.21.jar" sourcepath="ext/src/wicket-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.21.jar" sourcepath="ext/src/wicket-auth-roles-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.21.jar" sourcepath="ext/src/wicket-extensions-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.22.jar" sourcepath="ext/src/wicket-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.22.jar" sourcepath="ext/src/wicket-auth-roles-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.22.jar" sourcepath="ext/src/wicket-extensions-1.4.22.jar" />
<classpathentry kind="lib" path="ext/lucene-core-4.10.0.jar" sourcepath="ext/src/lucene-core-4.10.0.jar" />
<classpathentry kind="lib" path="ext/lucene-analyzers-common-4.10.0.jar" sourcepath="ext/src/lucene-analyzers-common-4.10.0.jar" />
<classpathentry kind="lib" path="ext/lucene-highlighter-4.10.0.jar" sourcepath="ext/src/lucene-highlighter-4.10.0.jar" />

+ 1
- 1
build.moxie Voir le fichier

@@ -104,7 +104,7 @@ repositories: central, eclipse-snapshots, eclipse, gitblit
properties: {
jetty.version : 9.2.10.v20150310
slf4j.version : 1.7.12
wicket.version : 1.4.21
wicket.version : 1.4.22
lucene.version : 4.10.0
jgit.version : 4.0.1.201506240215-r
groovy.version : 2.4.1

+ 9
- 9
gitblit.iml Voir le fichier

@@ -146,35 +146,35 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="wicket-1.4.21.jar">
<library name="wicket-1.4.22.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/wicket-1.4.21.jar!/" />
<root url="jar://$MODULE_DIR$/ext/wicket-1.4.22.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/wicket-1.4.21.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/wicket-1.4.22.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="wicket-auth-roles-1.4.21.jar">
<library name="wicket-auth-roles-1.4.22.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/wicket-auth-roles-1.4.21.jar!/" />
<root url="jar://$MODULE_DIR$/ext/wicket-auth-roles-1.4.22.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/wicket-auth-roles-1.4.21.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/wicket-auth-roles-1.4.22.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="wicket-extensions-1.4.21.jar">
<library name="wicket-extensions-1.4.22.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/wicket-extensions-1.4.21.jar!/" />
<root url="jar://$MODULE_DIR$/ext/wicket-extensions-1.4.22.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/wicket-extensions-1.4.21.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/wicket-extensions-1.4.22.jar!/" />
</SOURCES>
</library>
</orderEntry>

Chargement…
Annuler
Enregistrer