Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1555 → Rev 1556

/trunk/.classpath
1,11 → 1,10
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/opt/gwt-2.0.3/gwt-user.jar"/>
<classpathentry kind="lib" path="/opt/gwt-2.0.3/gwt-dev.jar"/>
<classpathentry kind="lib" path="/opt/gxt-2.1.1/gxt.jar"/>
<classpathentry kind="lib" path="lib/gwt-log-3.0.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT (2)"/>
<classpathentry kind="lib" path="/opt/gxt-2.2.0/gxt.jar"/>
<classpathentry kind="lib" path="/opt/gwt-2.1.0/gwt-dev.jar"/>
<classpathentry kind="lib" path="/home/jpm/Applications/gwt-2.1.0/gwt-user.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>
/trunk/Coel-classpath
1,6 → 1,5
./src:
./war/WEB-INF/classes:
/opt/gwt-2.0.4/gwt-user.jar:
/opt/gwt-2.0.4/gwt-dev.jar:
/opt/gxt-2.1.1/gxt.jar:
./lib/gwt-log-3.0.2.jar
/opt/gwt-2.1.0/gwt-user.jar:
/opt/gwt-2.1.0/gwt-dev.jar:
/opt/gxt-2.2.0/gxt.jar
/trunk/Coel-shell
2,9 → 2,10
# Lancement du mode développement de l'application
APPDIR=`dirname $0`;
APPDIR_ABSOLU=`pwd`;
APPLI_NOM_DOSSIER=`basename $APPDIR_ABSOLU`
APPLI_NOM=`basename $APPDIR_ABSOLU | sed 's/^./\u&/'`
APPLI_DOMAINE="org.tela_botanica.$APPLI_NOM"
APPLI_LIEN="http://localhost/$APPLI_NOM/war/$APPLI_NOM.html"
APPLI_LIEN="http://localhost/$APPLI_NOM_DOSSIER/war/$APPLI_NOM.html"
CLASSPATH=$(cat "$APPDIR_ABSOLU/$APPLI_NOM-classpath" | sed -e :a -e '$!N;s/\n//;ta')
 
# Mise à jour de la config de l'application