Skip to content

partie web avec modification de l'appli contact #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 2, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
503 changes: 503 additions & 0 deletions .gitignore

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions web/maven_missing/install_gwtcrypto.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
#
# Copyright (C) 2000 - 2011 Silverpeas
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# As a special exception to the terms and conditions of version 3.0 of
# the GPL, you may redistribute this Program in connection with Free/Libre
# Open Source Software ("FLOSS") applications as described in Silverpeas's
# FLOSS exception. You should have received a copy of the text describing
# the FLOSS exception, and it is also available here:
# "http://www.silverpeas.com/legal/licensing"
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

mvn install:install-file -Dfile=gwt-crypto-1.0.3.jar -DgroupId=com.googlecode.gwt.crypto -DartifactId=gwt-crypto -Dversion=1.0.3 -Dpackaging=jar
24 changes: 0 additions & 24 deletions web/maven_missing/install_gwtmobile.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
#
# Copyright (C) 2000 - 2011 Silverpeas
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# As a special exception to the terms and conditions of version 3.0 of
# the GPL, you may redistribute this Program in connection with Free/Libre
# Open Source Software ("FLOSS") applications as described in Silverpeas's
# FLOSS exception. You should have received a copy of the text describing
# the FLOSS exception, and it is also available here:
# "http://www.silverpeas.com/legal/licensing"
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

mvn install:install-file -Dfile=gwtmobile-1.1.jar -DgroupId=com.gwtmobile -DartifactId=gwtmobile -Dversion=1.1 -Dpackaging=jar
98 changes: 50 additions & 48 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.silverpeas</groupId>
<artifactId>parent</artifactId>
<version>22</version>
<version>21</version>
</parent>

<groupId>com.silverpeas.mobile</groupId>
Expand All @@ -17,7 +17,7 @@
<properties>
<gwtVersion>2.4.0</gwtVersion>
<gwtMojoPluginVersion>2.4.0</gwtMojoPluginVersion>
<silverpeasVersion>5.9</silverpeasVersion>
<silverpeasVersion>5.8.1</silverpeasVersion>
</properties>

<repositories>
Expand Down Expand Up @@ -62,12 +62,13 @@
<dependency>
<groupId>org.apache.sanselan</groupId>
<artifactId>sanselan</artifactId>
<version>0.97-incubator</version>
</dependency>
<dependency>
<groupId>com.googlecode.gwt.crypto</groupId>
<artifactId>gwt-crypto</artifactId>
<version>1.0.3</version>
</dependency>
<groupId>com.googlecode.gwt.crypto</groupId>
<artifactId>gwt-crypto</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.gwtmobile</groupId>
<artifactId>gwtmobile</artifactId>
Expand All @@ -85,7 +86,7 @@
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
Expand All @@ -95,6 +96,7 @@
<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
<version>2.1</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -164,45 +166,45 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.silverpeas.components.project-manager</groupId>
<artifactId>project-manager-ejb</artifactId>
<version>${silverpeasVersion}</version>
<classifier>client</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.silverpeas.core.ejb-core</groupId>
<artifactId>searchengine</artifactId>
<version>${silverpeasVersion}</version>
<classifier>client</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency-->
<dependency>
<groupId>com.silverpeas.components.project-manager</groupId>
<artifactId>project-manager-ejb</artifactId>
<version>${silverpeasVersion}</version>
<classifier>client</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.silverpeas.core.ejb-core</groupId>
<artifactId>searchengine</artifactId>
<version>${silverpeasVersion}</version>
<classifier>client</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency-->

<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<version>5.3.1</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<version>5.3.1</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
26 changes: 0 additions & 26 deletions web/src/main/java/com/silverpeas/mobile/SpMobil.gwt.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (C) 2000 - 2011 Silverpeas

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

As a special exception to the terms and conditions of version 3.0 of
the GPL, you may redistribute this Program in connection with Free/Libre
Open Source Software ("FLOSS") applications as described in Silverpeas's
FLOSS exception. You should have received a copy of the text describing
the FLOSS exception, and it is also available here:
"http://www.silverpeas.com/legal/licensing"

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

-->

<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.4.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro-source/core/src/gwt-module.dtd">
<module rename-to="spmobil">
<inherits name="com.google.gwt.user.User" />
Expand Down
Loading