schedule-viewer-configuration-app
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ogema.tools</groupId> <artifactId>schedule-viewer-configuration-app</artifactId> <version>2.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ogema.widgets</groupId> <artifactId>widget-tools</artifactId> <version>2.2.1</version> </parent> <groupId>org.ogema.tools</groupId> <artifactId>schedule-viewer-configuration-app</artifactId> <version>2.2.1</version> <!-- <version>2.1.4.7-SNAPSHOT</version> --> <!-- For appstore --> <name>Timeseries Configurator Example</name> <description> App Configuration for flexible Scheduleviewer: Its manipulates the ScheduleViewerBasis-Example App in different Configurations: * show/hide/disable some Options * renaming the ScheduleSelector-Items (longname. shortname, Path) * Select/Deselect all ScheduleSelector Items * preselection of some Programm/Selectors/ Filterselectors / Schedules * Export as JSON and/or CSV * Save the SessionSelection in a JSON-String Resource </description> <packaging>bundle</packaging> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Include-Resource>{maven-resources},{OSGI-INF/permissions.perm=src/main/resources/OSGI-INF/permissions.perm}</Include-Resource> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.annotations</artifactId> </dependency> <dependency> <groupId>org.ogema.core</groupId> <artifactId>api</artifactId> </dependency> <dependency> <groupId>org.ogema.core</groupId> <artifactId>models</artifactId> </dependency> <dependency> <groupId>org.ogema.widgets</groupId> <artifactId>ogema-js-bundle</artifactId> </dependency> <dependency> <groupId>org.ogema.widgets</groupId> <artifactId>widget-collection</artifactId> </dependency> <dependency> <groupId>org.ogema.tools</groupId> <artifactId>standard-patterns</artifactId> </dependency> <dependency> <groupId>org.ogema.widgets</groupId> <artifactId>widget-experimental</artifactId> </dependency> <dependency> <groupId>org.ogema.widgets</groupId> <artifactId>widget-exam-base</artifactId> <scope>test</scope> </dependency> </dependencies> </project>