Commit 6ea34586 6ea3458613ff550b2570257ef487be0fa7388ef5 by Dmitry Korytko

сохранение

1 parent a2e4506e
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
147 <dependency> 147 <dependency>
148 <groupId>org.emercit</groupId> 148 <groupId>org.emercit</groupId>
149 <artifactId>utilstools</artifactId> 149 <artifactId>utilstools</artifactId>
150 <version>1.87</version> 150 <version>1.0</version>
151 </dependency> 151 </dependency>
152 152
153 <dependency> 153 <dependency>
...@@ -185,11 +185,11 @@ ...@@ -185,11 +185,11 @@
185 </snapshots> 185 </snapshots>
186 </repository> 186 </repository>
187 187
188 188
189 <repository> 189 <repository>
190 <id>project.local</id> 190 <id>project.local</id>
191 <name>project</name> 191 <name>project</name>
192 <url>file:/root/git/hardwareconfig/DevTools/repo</url> 192 <url>file:/home/dk/git/hardwareconfig/DevTools/repo</url>
193 </repository> 193 </repository>
194 194
195 <repository> 195 <repository>
......
1 b8e537be9abe9441768d59cf976279b9
...\ No newline at end of file ...\ No newline at end of file
1 5fbadd64cd8049c4ce4242d59598a8d7
...\ No newline at end of file ...\ No newline at end of file
......
1 216e568620c1b0aefc6de1116d2a6877116a4491
...\ No newline at end of file ...\ No newline at end of file
1 f64d321fce49aac6eea05c215c617d7b009f235e
...\ No newline at end of file ...\ No newline at end of file
......
No preview for this file type
1 Manifest-Version: 1.0
2 Built-By: root
3 Build-Jdk: 1.8.0_25
4 Created-By: Maven Integration for Eclipse
5
1 #Generated by Maven Integration for Eclipse
2 #Thu Aug 13 09:52:46 MSK 2015
3 version=0.0.1-SNAPSHOT
4 groupId=SZSTerminal
5 m2e.projectName=SZSTerminal
6 m2e.projectLocation=/root/git/hardwareconfig/SZSTerminal
7 artifactId=SZSTerminal
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>SZSTerminal</groupId>
4 <artifactId>SZSTerminal</artifactId>
5 <version>0.0.1-SNAPSHOT</version>
6
7
8 <dependencies>
9
10
11 <dependency>
12 <groupId>junit</groupId>
13 <artifactId>junit</artifactId>
14 <version>3.8.1</version>
15 <scope>test</scope>
16 </dependency>
17
18 <dependency>
19 <groupId>com.google.code.gson</groupId>
20 <artifactId>gson</artifactId>
21 <version>2.3</version>
22 </dependency>
23
24 <dependency>
25 <groupId>com.googlecode.json-simple</groupId>
26 <artifactId>json-simple</artifactId>
27 <version>1.1.1</version>
28 </dependency>
29
30
31 <dependency>
32 <groupId>javax.inject</groupId>
33 <artifactId>javax.inject</artifactId>
34 <version>1</version>
35 </dependency>
36
37
38 <dependency>
39 <groupId>log4j</groupId>
40 <artifactId>log4j</artifactId>
41 <version>1.2.17</version>
42 </dependency>
43
44 <dependency>
45 <groupId>org.emercit</groupId>
46 <artifactId>utilstools</artifactId>
47 <version>1.50</version>
48 </dependency>
49
50 </dependencies>
51
52 <pluginRepositories>
53 <pluginRepository>
54 <id>onejar-maven-plugin.googlecode.com</id>
55 <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
56 </pluginRepository>
57 </pluginRepositories>
58
59
60 <repositories>
61 <repository>
62 <id>project.local</id>
63 <name>project</name>
64 <url>file:/root/git/hardwareconfig/DevTools/repo</url>
65 </repository>
66 </repositories>
67
68
69 </project>
70
71
72
1 [LocalizedFileNames]
2 notify.wav=@%windir%\system32\mmres.dll,-706
3 Windows Minimize.wav=@%windir%\system32\mmres.dll,-726
4 Windows Startup.wav=@%windir%\system32\mmres.dll,-735
5 Windows Notify.wav=@%windir%\system32\mmres.dll,-727
6 Windows Pop-up Blocked.wav=@%windir%\system32\mmres.dll,-737
7 tada.wav=@%windir%\system32\mmres.dll,-710
1 Описание проекта для СЗС. 1 Описание проекта СЗС.
2 2
3 Сборка проекта. 3 Сборка проекта.
4 4
......