-
Notifications
You must be signed in to change notification settings - Fork 0
/
stroy.artig
274 lines (233 loc) · 11.2 KB
/
stroy.artig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<Artig version="0.1">
<Project name="stroy" groupId="openCage">
<modules>
<ModuleRef name="appstd"/>
<!--<ModuleRef name="artig-lib"/>-->
<!--<ModuleRef name="artig2"/>-->
<ModuleRef name="babel"/>
<ModuleRef name="fausterize"/>
<ModuleRef name="io"/>
<ModuleRef name="lang"/>
<ModuleRef name="localization"/>
<ModuleRef name="property"/>
<ModuleRef name="ui"/>
<ModuleRef name="vfs-sandbox"/>
</modules>
<dropIns>
<ArtifactRef name="osashosa"/>
</dropIns>
<externals>
<Artifact name="annotations"
groupId="com.intellij"
version="7.0.3"
licence="Apache2"
description="Nullable annotations (bundled with Idea CE)"
>
<Address page="http://www.jetbrains.com/index.html" shrt="jetbrains.com" />
</Artifact>
<Artifact name="aopalliance"
groupId="aopalliance"
version="1.0"
licence="Public Domain"
description="aop library"
>
<Address page="http://aopalliance.sourceforge.net" shrt="sourceforge.net" />
</Artifact>
<Artifact name="args4j"
groupId="args4j"
version="2.0.12"
description="Argument parsing as it should be done (via annotations)"
licence="MIT">
<Address page="https://args4j.dev.java.net" shrt="dev.java.net" />
</Artifact>
<Artifact name="artig"
groupId="openCage"
version="0.2"
description="project description classes. Needed for artig and others"
licence="BSD">
<Java min="6"/>
<authors>
<Author name="Stephan Pfab" email="[email protected]"/>
</authors>
<Address page="http://stroy.wikidot.com/elephants" shrt="wikidot.com" />
<depends>
<ArtifactRef groupId="junit" name="junit" scope="test" />
<ArtifactRef groupId="openCage" name="openCage-lang" scope="compile" />
</depends>
</Artifact>
<Artifact name="binding"
groupId="com.jgoodies"
version="2.0.6"
description="Twoway binding of domain objects and ui objects. Changes to the domain object are displayed by the ui object, changes to the ui object modify the domain object."
licence="BSD">
<Address page="http://www.jgoodies.com/downloads/libraries.html" shrt="jgoodies.com" />
</Artifact>
<Artifact name="commons-io"
groupId="commons-io"
version="1.4"
description="Apache IO tools. e.g. tools to cleanly close resources."
licence="Apache2">
<Address page="http://commons.apache.org/io" shrt="apache.org" />
</Artifact>
<Artifact name="commons-lang"
groupId="commons-lang"
version="2.5"
description="Apache java language level tools. Random number helpers, system property tools, string tools."
licence="Apache2">
<Address page="http://commons.apache.org/lang" shrt="apache.org" />
</Artifact>
<Artifact name="commons-logging"
groupId="commons-logging"
version="1.0.4"
description="Apache java logging tools"
licence="Apache2">
<Address page="http://commons.apache.org/logging/" />
</Artifact>
<Artifact name="commons-vfs"
groupId="commons-vfs"
version="1.0"
description="Apache java virtual file system"
licence="Apache2">
<Address page="http://jakarta.apache.org/commons/vfs/" shrt="apache.org" />
<depends>
<ArtifactRef name="commons-logging" scope="compile"/>
</depends>
</Artifact>
<Artifact name="designgridlayout"
groupId="net.java.dev.designgridlayout"
version="1.4"
description="Swing layout manager based on the use of canonical grids for user interface design."
licence="Apache2">
<Address page="https://designgridlayout.dev.java.net" shrt="dev.java.net" />
<!--<depends>-->
<!--<ArtifactRef name="swing-layout" scope="compile"/>-->
<!--</depends>-->
</Artifact>
<Artifact name="forms"
groupId="com.jgoodies"
version="1.2.1"
description="JGoodies Forms library, swing ui"
licence="BSD">
<Address page="http://www.jgoodies.com/downloads/libraries.html" shrt="jgoodies.com" />
</Artifact>
<Artifact name="guice"
groupId="com.google.inject"
version="2.0"
description="Google dependency injection lib in pure java."
licence="Apache2">
<Address page="http://code.google.com/p/google-guice/" shrt="code.google.com" />
<Java min="6"/>
<depends>
<ArtifactRef groupId="aopalliance" name="aopalliance" scope="compile"/>
</depends>
</Artifact>
<Artifact name="json"
groupId="org.json"
version="20090211"
description="json to java and back"
licence="JSON">
<Address page="http://www.json.org/java/index.html" shrt="json.org" />
</Artifact>
<!-- TODO quotes in xml-->
<Artifact name="jcip-annotations"
groupId="net.jcip"
version="1.0"
description="annotations from -Java Concurrency in Practice-"
licence="Creative Commons">
<Address page="http://www.javaconcurrencyinpractice.com/" shrt="javaconcurrencyinpractice.com/" />
</Artifact>
<Artifact name="junit"
groupId="junit"
version="4.8.1"
description="the unit test lib"
licence="CPL">
<Address page="http://www.junit.org" shrt="junit.org" />
</Artifact>
<Artifact name="macwidgets"
groupId="macwidgets"
description="Library with OSX inspired swing components. e.g. a toolbar that blends in with the title bar, better buttons ..."
version="0.9.5"
licence="LGPL3">
<Address page="http://code.google.com/p/macwidgets" shrt="code.google.com" />
</Artifact>
<Artifact name="mime-util"
groupId="eu.medsea.mimeutil"
description="mime type detection utility, works via extension and/or content"
version="2.1.3"
licence="Apache2">
<Address page="http://www.medsea.eu/mime-util" shrt="medsea.eu" />
<depends>
<ArtifactRef groupId="org.slf4j" name="slf4j-api" scope="compile"/>
<ArtifactRef groupId="org.slf4j" name="slf4j-log4j12" scope="compile"/>
</depends>
</Artifact>
<Artifact name="osashosa"
groupId="openCage"
version="0.2"
description="tiny dropin replacement for guice 2.0"
licence="BSD">
<Java min="6"/>
<authors>
<Author name="Stephan Pfab" email="[email protected]"/>
</authors>
<Address page="http://stroy.wikidot.com/osashosa" shrt="wikidot.com" />
<DropInFor>
<ArtifactRef name="guice" />
</DropInFor>
<depends>
<ArtifactRef name="junit" scope="test" />
</depends>
</Artifact>
<Artifact name="preferencepanel"
groupId="javagraphics"
description="A OSX style preference panel."
version="1.0"
licence="BSD">
<Address page="https://javagraphics.dev.java.net" shrt="dev.java.net" />
</Artifact>
<Artifact name="RSyntaxTextArea"
groupId="fifesoft"
version="1.4.1"
description="A textarea subclass enhanced by a lot of typical texteditor feature"
licence="LGPL3">
<Address page="http://fifesoft.com/rsyntaxtextarea" shrt="fifesoft.org" />
</Artifact>
<Artifact name="swing-layout"
groupId="net.java.dev.swing-layout"
description="Swing layout manager based on the use of canonical grids for user interface design."
version="1.0.2"
licence="Apache2">
<!-- licence="LGPL3"> -->
<Address page="https://swing-layout.dev.java.net" shrt="dev.java.net" />
</Artifact>
<Artifact name="slf4j-api"
groupId="org.slf4j"
description="The simple logging facade for java abstracts several java logging implementations"
version="1.5.6"
licence="MIT">
<Address page="http://www.slf4j.org" shrt="slf4j.org" />
</Artifact>
<Artifact name="slf4j-log4j12"
groupId="org.slf4j"
version="1.5.6"
description="The simple logging facade for java abstracts several java logging implementations"
licence="MIT">
<Address page="http://www.slf4j.org" shrt="slf4j.org" />
</Artifact>
<Artifact name="Sys"
groupId="muchsoft"
version="1.0"
description="Tool to help make java apps behave and look like native osx apps. e.g. Menus in menu bar, Preferences open on command-, ... "
licence="Muchsoft">
<Address page="http://www.muchsoft.com" shrt="muchsoft.com" />
</Artifact>
<Artifact name="xstream"
groupId="com.thoughtworks.xstream"
version="1.3.1"
description="Nice java to XML serialization library."
licence="BSD">
<Address page="http://xstream.codehaus.org" shrt="codehaus.org" />
</Artifact>
</externals>
</Project>
</Artig>