forked from deegree/deegree3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request deegree#1642 from gritGmbH/enhancement/remove-org-…
…reflections-3.6 Remove org.reflections dependency [3.6]
- Loading branch information
Showing
281 changed files
with
3,282 additions
and
252 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
...ent/deegree-jsf-core/src/main/java/org/deegree/client/core/JsfCoreModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.client.core; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class JsfCoreModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
...e-jsf-core/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.client.core.JsfCoreModuleInfoProvider |
35 changes: 35 additions & 0 deletions
35
...ree-wps-webclient/src/main/java/org/deegree/wpsclient/WpsWebclientModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.wpsclient; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class WpsWebclientModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
...-webclient/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.wpsclient.WpsWebclientModuleInfoProvider |
35 changes: 35 additions & 0 deletions
35
...nt/src/main/java/org/deegree/client/wpsprinter/WpsprinterWebclientModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.client.wpsprinter; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class WpsprinterWebclientModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
...-webclient/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.client.wpsprinter.WpsprinterWebclientModuleInfoProvider |
35 changes: 35 additions & 0 deletions
35
.../main/java/org/deegree/db/datasource/ConnectionsproviderDatasourceModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.db.datasource; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class ConnectionsproviderDatasourceModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
...datasource/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.db.datasource.ConnectionsproviderDatasourceModuleInfoProvider |
35 changes: 35 additions & 0 deletions
35
...re/deegree-core-3d/src/main/java/org/deegree/rendering/r3d/CoreR3DModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.rendering.r3d; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class CoreR3DModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
...ee-core-3d/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.rendering.r3d.CoreR3DModuleInfoProvider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...otations/src/main/java/org/deegree/commons/annotations/AnnotationsModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.commons.annotations; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class AnnotationsModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,17 +45,15 @@ | |
|
||
/** | ||
* The <code>Tool</code> annotation can be used to define a class with a main method as a | ||
* tool. Such a tool should supply a short description (as well as a main method of | ||
* course). | ||
* tool. Such a tool must provide a non-args constructor, has to implement | ||
* {@link org.deegree.commons.utils.ToolboxRegistration} and should supply a short | ||
* description (as well as a main method of course). | ||
* | ||
* @author <a href="mailto:[email protected]">Rutger Bezema</a> | ||
* @deprecated This annotation is deprecated as of version 3.4 of deegree. | ||
* | ||
*/ | ||
@Retention(RetentionPolicy.RUNTIME) | ||
@Documented | ||
@Target(ElementType.TYPE) | ||
@Deprecated | ||
public @interface Tool { | ||
|
||
/** | ||
|
1 change: 1 addition & 0 deletions
1
...nnotations/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.commons.annotations.AnnotationsModuleInfoProvider |
7 changes: 7 additions & 0 deletions
7
deegree-core/deegree-core-base/src/main/java/org/deegree/base/BaseModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.deegree.base; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class BaseModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
...ree-core/deegree-core-base/src/main/java/org/deegree/base/CoreBaseModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.base; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class CoreBaseModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
...-core-base/src/main/resources/META-INF/services/org.deegree.moduleinfo.ModuleInfoProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.deegree.base.CoreBaseModuleInfoProvider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...deegree-core-commons/src/main/java/org/deegree/commons/CoreCommonsModuleInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*---------------------------------------------------------------------------- | ||
This file is part of deegree | ||
Copyright (C) 2001-2024 by: | ||
- Department of Geography, University of Bonn - | ||
and | ||
- lat/lon GmbH - | ||
and | ||
- grit GmbH - | ||
and others | ||
This library is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation; either version 2.1 of the License, or (at your option) | ||
any later version. | ||
This library is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, Inc., | ||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
Contact information: | ||
e-mail: [email protected] | ||
website: http://www.deegree.org/ | ||
----------------------------------------------------------------------------*/ | ||
|
||
package org.deegree.commons; | ||
|
||
import org.deegree.moduleinfo.ModuleInfoProvider; | ||
|
||
public class CoreCommonsModuleInfoProvider implements ModuleInfoProvider { | ||
|
||
} |
Oops, something went wrong.