This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.0.0
2+
3+ ## 2017-03-10
4+
5+ ### new (initial release)
6+
7+ * 5 example documents
8+ * Metadata import over XML
9+ * Example configuration
10+ * Role Based Access Control
11+ * BibTeX export
12+ * Facets filter
13+ * Date range filter
14+ * Full-text search
15+ * Metadata graph
Original file line number Diff line number Diff line change 2525 <relativePath >../../knowledgefinder-webapp/pom.xml</relativePath >
2626 </parent >
2727 <modelVersion >4.0.0</modelVersion >
28- <artifactId >frontend .example</artifactId >
28+ <artifactId >portlet .example</artifactId >
2929 <packaging >war</packaging >
3030 <name >KnowledgeFinderII Portlet Example</name >
3131
3535 <plugin >
3636 <artifactId >maven-war-plugin</artifactId >
3737 <configuration >
38- <finalName >KnowledgeFinderFrontend </finalName >
38+ <finalName >KnowledgeFinderPortlet </finalName >
3939 <overlays >
4040 <overlay >
4141 <groupId >de.dlr.knowledgefinderII.webapp</groupId >
42- <artifactId >frontend </artifactId >
42+ <artifactId >portlet </artifactId >
4343 </overlay >
4444 </overlays >
4545 </configuration >
5353 <dependencies >
5454 <dependency >
5555 <groupId >de.dlr.knowledgefinderII.webapp</groupId >
56- <artifactId >frontend </artifactId >
56+ <artifactId >portlet </artifactId >
5757 <version >1.0.0-SNAPSHOT</version >
5858 <type >war</type >
5959 <scope >runtime</scope >
6060 </dependency >
6161 </dependencies >
62- </project >
62+ </project >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments