Skip to content

Commit

Permalink
Se modifica el pom para la correcta ejecucion del server
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielparedes committed Nov 4, 2011
1 parent 02adb71 commit d39e3b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions webac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<contextPath>/</contextPath>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions webac/src/main/webapp/configuracion.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuracion><horaUnificador>10</horaUnificador><minutoUnificador>52</minutoUnificador><manianaOTardeUnificador>AM</manianaOTardeUnificador><smtp>smtp.gmail.com</smtp><puerto>587</puerto><desde>[email protected]</desde><tls>true</tls><auth>true</auth><user>[email protected]</user><password>accionciudadana12345678</password><ipBD>127.0.0.1</ipBD><portBD>5555</portBD><pathTempImages>src/main/webapp/tempImages/</pathTempImages><pathExportDesign>src/main/webapp/export/design.jrxml</pathExportDesign><pathConfig>src/main/webapp/configuracion.xml</pathConfig><pathDownloadApp>src/main/webapp/download/</pathDownloadApp><keyGoogleMap>ABQIAAAASNhk0DNhWwkPk0Y12RIrThRROBPD5puMWYX4lh3w6ea9KcF8aRRETw0KpoUlCRd3EQ8kqdSo67QhFQ</keyGoogleMap></configuracion>
<?xml version="1.0" encoding="UTF-8"?>
<configuracion><horaUnificador>10</horaUnificador><minutoUnificador>52</minutoUnificador><manianaOTardeUnificador>AM</manianaOTardeUnificador><smtp>smtp.gmail.com</smtp><puerto>587</puerto><desde>[email protected]</desde><tls>true</tls><auth>true</auth><user>[email protected]</user><password>accionciudadana12345678</password><ipBD>127.0.0.1</ipBD><portBD>5555</portBD><pathTempImages>src/main/webapp/tempImages/</pathTempImages><pathExportDesign>src/main/webapp/export/design.jrxml</pathExportDesign><pathConfig>src/main/webapp/configuracion.xml</pathConfig><pathDownloadApp>src/main/webapp/download/</pathDownloadApp><keyGoogleMap>ABQIAAAASNhk0DNhWwkPk0Y12RIrThSts6Qj0fU-svXSGUfmbCUPm9dchhQHIFX1FD7FL91dtj83NLzWRuyvow</keyGoogleMap></configuracion>

0 comments on commit d39e3b9

Please sign in to comment.