Revision 1555

View differences:

trunk/applications/appgvSIG/build_sources.xml
8 8
  <property name="dist"  location="d:/fjp/COPUT/instala_gvsig/fuentes"/>
9 9
  <property name="fmapdir" value="../FMAP 03"/>
10 10
  <property name="andamidir" value="../Andami"/>
11
  <property name="coreplugindir" value="../CorePlugin"/>  
11 12
  <property name="makeZip" location="makeZip"/>
12 13
  <property name="zipName" value="src_gvSIG-${version}"/>
13 14

  
......
33 34
    <mkdir dir="${dist}/gvSIG/src"/>    
34 35
    <mkdir dir="${dist}/gvSIG/lib"/> 
35 36
    <mkdir dir="${dist}/gvSIG/images"/>       
36

  
37
    <mkdir dir="${dist}/CorePlugin/src"/>    
38
    <mkdir dir="${dist}/CorePlugin/images"/>       
39
        
37 40
    <!-- Put everything into the directory ${dist} -->
38 41
    <copy todir="${dist}/Andami/lib">
39 42
    	<fileset dir="${andamidir}/lib" includes="*.jar,*.zip"/>
......
59 62
    <copy todir="${dist}/gvSIG/images">
60 63
    	<fileset dir="./images/" includes="*"/>
61 64
    </copy>
65
    <copy todir="${dist}/CorePlugin/src">
66
    	<fileset dir="./src" includes="**/**"/>
67
    </copy>
68
    <copy todir="${dist}/CorePlugin">
69
    	<fileset dir="." includes="text*.properties"/>
70
    </copy>
71
    <copy todir="${dist}/CorePlugin/images">
72
    	<fileset dir="./images/" includes="*"/>
73
    </copy>
74
    
62 75
    <!-- BORRAMOS EL DIRECTIORIO DE EDICIÓN (PROVISIONAL) -->
63 76
	<delete dir="${dist}/FMap/src/com/iver/cit/gvsig/fmap/edition"/>
64 77

  
trunk/applications/appgvSIG/config/about.htm
9 9
  </tr>
10 10
  <tr> 
11 11
    <td colspan="2"><font face="Arial, Helvetica, sans-serif">&copy; Copyright 
12
      Generalitat Valenciana, IVER T.I and other contributors 2004.</font></td>
12
      Generalitat Valenciana, IVER T.I and other contributors 2005.</font></td>
13 13
  </tr>
14 14
  <tr> 
15 15
    <td colspan="2">&nbsp;</td>
16 16
  </tr>
17 17
  <tr> 
18
    <td colspan="2"><font face="Arial, Helvetica, sans-serif">All rights reserved.</font><font face="Arial, Helvetica, sans-serif"> 
19
      (Until true GPL is reached)<br>
18
    <td colspan="2"><font face="Arial, Helvetica, sans-serif"> This program is 
19
      free software; you can redistribute it and/or<br>
20
      modify it under the terms of the GNU General Public License<br>
21
      as published by the Free Software Foundation; either version 2<br>
22
      of the License, or (at your option) any later version.<br>
23
      <br>
24
      This program is distributed in the hope that it will be useful,<br>
25
      but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
26
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br>
27
      GNU General Public License for more details.<br>
28
      <br>
29
      You should have received a copy of the GNU General Public License<br>
30
      along with this program; if not, write to the Free Software<br>
31
      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.<br>
32
      <br>
33
      For more information, contact:<br>
34
      <br>
35
      Generalitat Valenciana<br>
36
      Conselleria d'Infraestructures i Transport<br>
37
      Av. Blasco Ib&aacute;&ntilde;ez, 50<br>
38
      46010 VALENCIA<br>
39
      SPAIN<br>
40
      <br>
41
      +34 963862235<br>
42
      gvsig@gva.es<br>
43
      www.gvsig.gva.es<br>
44
      <br>
45
      or<br>
46
      <br>
47
      IVER T.I. S.A<br>
48
      Salamanca 50<br>
49
      46005 Valencia<br>
50
      Spain<br>
51
      <br>
52
      +34 963163400<br>
53
      dac@iver.es<br>
54
      <br>
55
      <br>
20 56
      Visit <a href="http://www.gvsig.gva.es">http://www.gvsig.gva.es</a></font></td>
21 57
  </tr>
22 58
  <tr> 
......
55 91
        Mapping Platform), <a href="http://mapserver.gis.umn.edu/">MapServer</a>, 
56 92
        etc. Adem&aacute;s, hemos explorado el dise&ntilde;o y el c&oacute;digo 
57 93
        de muchos otros proyectos. Uno de los m&aacute;s prometedores: <a href="http://udig.refractions.net/">UDIG</a> 
58
        (User Friendly Desktop Gis), una aplicaci&oacute;n que empez&oacute; un 
59
        poco m&aacute;s tarde que nosotros, pero que transmite muy buenas vibraciones.</font></p>
94
        (User Friendly Desktop Gis), excelente trabajo, y muy cercano a Geotools2.</font></p>
60 95
      <p><font face="Arial, Helvetica, sans-serif">Y hemos portado (de manera 
61 96
        incompleta) la librer&iacute;a <a href="http://dgnlib.maptools.org/">DGNLib</a> 
62 97
        a Java nativo para visualizar ficheros .dgn (versi&oacute;n 7.0, la de 
......
81 116
        Luis W. Sevilla</font></p>
82 117
      </td>
83 118
  </tr>
119
  <tr>
120
    <td colspan="2"><p><font face="Arial, Helvetica, sans-serif"><br>
121
        Todo esto no ser?a posible sin el resto de gente del proyecto:</font></p>
122
      <p><font face="Arial, Helvetica, sans-serif"><br>
123
        Jefes e impulsores del proyecto, testers, traductores, colaboradores, etc<br>
124
		</p>
125
        
126
	</td>  
127
  </tr>
84 128
  
85 129
</table>
86 130
<p>&nbsp;</p>

Also available in: Unified diff