Skip to content

Commit a1b4f8e

Browse files
authored
Huge cleanup (#1408)
* Parent pom moved to the top level of the repository * Deprecated modules removed * Old build files removed (editions + ant) * Old library jars removed * Migration to Junit 5 Important notes: * The Swagger extension couldn't be saved, it relied on a removed platform module * The XML extension couldn't be removed, too many things depended on it
1 parent 1bdea4c commit a1b4f8e

File tree

1,431 files changed

+1995
-204039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,431 files changed

+1995
-204039
lines changed

.gitignore

Lines changed: 2 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,7 @@
1-
/build/editions
2-
/incubator/org.restlet.ext.guice/bin
3-
/incubator/org.restlet.ext.swagger/bin
4-
/incubator/org.restlet.ext.webdav/bin
5-
/incubator/org.restlet.sandbox/bin
6-
/modules/org.restlet/bin
7-
/modules/org.restlet/target
8-
/modules/org.restlet.example/bin
9-
/modules/org.restlet.example.book.restlet.ch08.gae/bin
10-
/modules/org.restlet.example.book.restlet.ch08.gae/war/WEB-INF/classes
11-
/modules/org.restlet.example.book.restlet.ch08.gae/war/WEB-INF/lib
12-
/modules/org.restlet.example.book.restlet.ch08.odata/bin
13-
/modules/org.restlet.example.book.restlet.ch08.odata/lib
14-
/modules/org.restlet.example.book.restlet.ch09.android/bin
15-
/modules/org.restlet.example.book.restlet.ch09.android/libs
16-
/modules/org.restlet.example.book.restlet.ch09.android/bin
17-
/modules/org.restlet.example.book.restlet.ch09.gwt/bin
18-
/modules/org.restlet.example.book.restlet.ch09.gwt/gwt-gen
19-
/modules/org.restlet.example.book.restlet.ch09.gwt/gwt-lib
20-
/modules/org.restlet.example.book.restlet.ch09.gwt/gwt-unitCache
21-
/modules/org.restlet.example.book.restlet.ch09.gwt/war/mail
22-
/modules/org.restlet.example.book.restlet.ch09.gwt/war/WEB-INF/appengine-generated
23-
/modules/org.restlet.example.book.restlet.ch09.gwt/war/WEB-INF/classes
24-
/modules/org.restlet.example.book.restlet.ch09.gwt/war/WEB-INF/deploy
25-
/modules/org.restlet.example.book.restlet.ch09.gwt/war/WEB-INF/lib
26-
/modules/org.restlet.ext.apispark/bin
27-
/modules/org.restlet.ext.atom/bin
28-
/modules/org.restlet.ext.crypto/bin
29-
/modules/org.restlet.ext.e4/bin
30-
/modules/org.restlet.ext.emf/bin
31-
/modules/org.restlet.ext.fileupload/bin
32-
/modules/org.restlet.ext.freemarker/bin
33-
/modules/org.restlet.ext.gae/bin
34-
/modules/org.restlet.ext.gson/bin
35-
/modules/org.restlet.ext.guice/bin
36-
/modules/org.restlet.ext.gwt/bin
37-
/modules/org.restlet.ext.html/bin
38-
/modules/org.restlet.ext.httpclient/bin
39-
/modules/org.restlet.ext.jaas/bin
40-
/modules/org.restlet.ext.jackson/bin
41-
/modules/org.restlet.ext.javamail/bin
42-
/modules/org.restlet.ext.jaxb/bin
43-
/modules/org.restlet.ext.jaxrs/bin
44-
/modules/org.restlet.ext.jdbc/bin
45-
/modules/org.restlet.ext.jetty/bin
46-
/modules/org.restlet.ext.jibx/bin
47-
/modules/org.restlet.ext.json/bin
48-
/modules/org.restlet.ext.lucene/bin
49-
/modules/org.restlet.ext.nio/bin
50-
/modules/org.restlet.ext.oauth/bin
51-
/modules/org.restlet.ext.odata/bin
52-
/modules/org.restlet.ext.openid/bin
53-
/modules/org.restlet.ext.osgi/bin
54-
/modules/org.restlet.ext.raml/bin
55-
/modules/org.restlet.ext.rdf/bin
56-
/modules/org.restlet.ext.rome/bin
57-
/modules/org.restlet.ext.sdc/bin
58-
/modules/org.restlet.ext.servlet/bin
59-
/modules/org.restlet.ext.simple/bin
60-
/modules/org.restlet.ext.sip/bin
61-
/modules/org.restlet.ext.slf4j/bin
62-
/modules/org.restlet.ext.spring/bin
63-
/modules/org.restlet.ext.swagger/bin
64-
/modules/org.restlet.ext.jsslutils/bin
65-
/modules/org.restlet.ext.thymeleaf/bin
66-
/modules/org.restlet.ext.velocity/bin
67-
/modules/org.restlet.ext.wadl/bin
68-
/modules/org.restlet.ext.xdb/bin
69-
/modules/org.restlet.ext.xml/bin
70-
/modules/org.restlet.ext.xstream/bin
71-
/modules/org.restlet.test/bin
1+
/incubator/*/bin
2+
/modules/*/bin
723
/modules/org.restlet.test/velocity.log
734
/modules/org.restlet.test/velocity.log.1
74-
/modules/org.restlet.ext.apispark-swagger-annotations-1_2/bin/
75-
/modules/org.restlet.ext.apispark-swagger-annotations-2_0/bin/
76-
/build/velocity.log
77-
/build/build.number
785
.DS_Store
796
*.iml
807
.DS_Store

build/build.properties

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)