Skip to content
Snippets Groups Projects
Commit 28b35572 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Small fixes, gave up supporting maven.

parent b1b88d58
Branches master
No related tags found
No related merge requests found
Showing
with 3 additions and 156 deletions
bin/
target/
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>no.hal.javafx</groupId>
<artifactId>no.hal.javafx.fxmlapp.lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20181203.151938</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20181203151938</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>0.0.1-20181203.151938-1</value>
<updated>20181203151938</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-20181203.151938-1</value>
<updated>20181203151938</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>p2metadata</classifier>
<extension>xml</extension>
<value>0.0.1-20181203.151938-1</value>
<updated>20181203151938</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>p2artifacts</classifier>
<extension>xml</extension>
<value>0.0.1-20181203.151938-1</value>
<updated>20181203151938</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
424de495f44d48b44c3be769062c9daa
\ No newline at end of file
95a29b12cd54c30e7f2dd721a8d356ea8812817f
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?>
<?artifactRepository version='1.1.0'?>
<artifacts size='1'>
<artifact classifier='osgi.bundle' id='no.hal.javafx.fxmlapp.lib' version='0.0.1.201812031519'>
<properties size='5'>
<property name='artifact.size' value='12687'/>
<property name='download.size' value='12687'/>
<property name='maven-groupId' value='no.hal.javafx'/>
<property name='maven-artifactId' value='no.hal.javafx.fxmlapp.lib'/>
<property name='maven-version' value='0.0.1-SNAPSHOT'/>
</properties>
</artifact>
</artifacts>
<?xml version='1.0' encoding='UTF-8'?>
<units size='1'>
<unit id='no.hal.javafx.fxmlapp.lib' version='0.0.1.201812031519' singleton='false' generation='2'>
<update id='no.hal.javafx.fxmlapp.lib' range='[0.0.0,0.0.1.201812031519)' severity='0'/>
<properties size='4'>
<property name='org.eclipse.equinox.p2.name' value='Fxmlapp'/>
<property name='maven-groupId' value='no.hal.javafx'/>
<property name='maven-artifactId' value='no.hal.javafx.fxmlapp.lib'/>
<property name='maven-version' value='0.0.1-SNAPSHOT'/>
</properties>
<provides size='5'>
<provided namespace='org.eclipse.equinox.p2.iu' name='no.hal.javafx.fxmlapp.lib' version='0.0.1.201812031519'/>
<provided namespace='osgi.bundle' name='no.hal.javafx.fxmlapp.lib' version='0.0.1.201812031519'/>
<provided namespace='java.package' name='no.hal.javafx.fxmlapp.lib' version='0.0.0'/>
<provided namespace='osgi.identity' name='no.hal.javafx.fxmlapp.lib' version='0.0.1.201812031519'>
<properties size='1'>
<property name='type' value='osgi.bundle'/>
</properties>
</provided>
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
</provides>
<requires size='1'>
<requiredProperties namespace='osgi.ee' match='(&amp;(osgi.ee=JavaSE)(version=1.8))'/>
</requires>
<artifacts size='1'>
<artifact classifier='osgi.bundle' id='no.hal.javafx.fxmlapp.lib' version='0.0.1.201812031519'/>
</artifacts>
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
<touchpointData size='1'>
<instructions size='1'>
<instruction key='manifest'>
Bundle-SymbolicName: no.hal.javafx.fxmlapp.lib&#xA;Bundle-Version: 0.0.1.201812031519&#xA;
</instruction>
</instructions>
</touchpointData>
</unit>
</units>
5985851459c3b15c45bcde04bd8166a8f8f19408
\ No newline at end of file
<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>
<artifactId>no.hal.javafx.fxmlapp.lib</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>no.hal.javafx</groupId>
<artifactId>no.hal.javafx</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<distributionManagement>
<repository>
<id>internal.repo</id>
<name>Temporary Staging Repository</name>
<url>file://${project.build.directory}/m2/repository</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/m2/repository</altDeploymentRepository>
</configuration>
</plugin>
</plugins>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
</build>
</project>
6a6225c712dfc310afb9b39f7a1460ceca7d56c8
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>no.hal.javafx</groupId>
<artifactId>no.hal.javafx.fxmlapp.lib</artifactId>
<versioning>
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20181203151938</lastUpdated>
</versioning>
</metadata>
5d1fc11d3c7b22f7c25e21c7a0e31ece
\ No newline at end of file
8d51fc0a8c2c1a208f97933a23d0c3ea03d2a7c4
\ No newline at end of file
......@@ -10,7 +10,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.jdt.debug.ui;bundle-version="3.7.200",
org.eclipse.jdt.launching;bundle-version="3.8.100",
org.eclipse.core.expressions;bundle-version="3.5.100",
org.eclipse.fx.ide.fxml;bundle-version="2.4.0";resolution:=optional,
org.eclipse.jdt.core;bundle-version="3.12.0",
org.eclipse.jdt.ui;bundle-version="3.12.0",
no.hal.javafx.fxmlapp.lib;bundle-version="0.0.1"
org.eclipse.jdt.ui;bundle-version="3.12.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment