This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f9b5ec
commit ee0df71
Showing
17 changed files
with
181 additions
and
0 deletions.
There are no files selected for viewing
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry exported="true" kind="lib" path="svgSalamander-0.1.29.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.kitfox.svg</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
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 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 |
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,11 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: SVG Salamander | ||
Bundle-SymbolicName: com.kitfox.svg;singleton:=true | ||
Bundle-Version: 0.1.29.qualifier | ||
Bundle-Vendor: SVG Salamander created by kitfox.com / plugin created for Riena | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Bundle-ClassPath: ., | ||
svgSalamander-0.1.29.jar | ||
Export-Package: com.kitfox.svg, | ||
com.kitfox.svg.animation |
Empty file.
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,5 @@ | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
svgSalamander-0.1.29.jar |
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,12 @@ | ||
<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>com.kitfox.svg</artifactId> | ||
<packaging>eclipse-plugin</packaging> | ||
<parent> | ||
<groupId>org.eclipse.riena</groupId> | ||
<artifactId>org.eclipse.riena.build.tycho</artifactId> | ||
<version>6.2.0-SNAPSHOT</version> | ||
<relativePath>../org.eclipse.riena.build.tycho/pom.xml</relativePath> | ||
</parent> | ||
<version>0.1.29</version> | ||
</project> |
Empty file.
Binary file not shown.
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,11 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-SymbolicName: com.kitfox.svg;singleton:=true | ||
Export-Package: com.kitfox.svg,com.kitfox.svg.animation | ||
Bundle-Name: SVG Salamander | ||
Bundle-Version: 0.1.29.201703301402 | ||
Bundle-ClassPath: .,svgSalamander-0.1.29.jar | ||
Bundle-ManifestVersion: 2 | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Bundle-Vendor: SVG Salamander created by kitfox.com / plugin created f | ||
or Riena | ||
|
Binary file not shown.
Binary file not shown.
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,5 @@ | ||
#Thu Mar 30 16:02:18 CEST 2017 | ||
artifact.attached.p2metadata=C\:\\Users\\sgi\\git\\org.eclipse.riena\\com.kitfox.svg\\target\\p2content.xml | ||
artifact.main=C\:\\Users\\sgi\\git\\org.eclipse.riena\\com.kitfox.svg\\target\\com.kitfox.svg-0.1.29-SNAPSHOT.jar | ||
artifact.attached.sources=C\:\\Users\\sgi\\git\\org.eclipse.riena\\com.kitfox.svg\\target\\com.kitfox.svg-0.1.29-SNAPSHOT-sources.jar | ||
artifact.attached.p2artifacts=C\:\\Users\\sgi\\git\\org.eclipse.riena\\com.kitfox.svg\\target\\p2artifacts.xml |
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,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 30 16:02:18 CEST 2017 | ||
version=0.1.29-SNAPSHOT | ||
groupId=org.eclipse.riena | ||
artifactId=com.kitfox.svg |
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,23 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?artifactRepository version='1.1.0'?> | ||
<artifacts size='2'> | ||
<artifact classifier='osgi.bundle' id='com.kitfox.svg' version='0.1.29.201703301402'> | ||
<properties size='5'> | ||
<property name='artifact.size' value='306945'/> | ||
<property name='download.size' value='306945'/> | ||
<property name='maven-groupId' value='org.eclipse.riena'/> | ||
<property name='maven-artifactId' value='com.kitfox.svg'/> | ||
<property name='maven-version' value='0.1.29-SNAPSHOT'/> | ||
</properties> | ||
</artifact> | ||
<artifact classifier='osgi.bundle' id='com.kitfox.svg.source' version='0.1.29.201703301402'> | ||
<properties size='6'> | ||
<property name='artifact.size' value='1105'/> | ||
<property name='download.size' value='1105'/> | ||
<property name='maven-groupId' value='org.eclipse.riena'/> | ||
<property name='maven-artifactId' value='com.kitfox.svg'/> | ||
<property name='maven-version' value='0.1.29-SNAPSHOT'/> | ||
<property name='maven-classifier' value='sources'/> | ||
</properties> | ||
</artifact> | ||
</artifacts> |
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,62 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<units size='2'> | ||
<unit id='com.kitfox.svg' version='0.1.29.201703301402'> | ||
<update id='com.kitfox.svg' range='[0.0.0,0.1.29.201703301402)' severity='0'/> | ||
<properties size='5'> | ||
<property name='org.eclipse.equinox.p2.name' value='SVG Salamander'/> | ||
<property name='org.eclipse.equinox.p2.provider' value='SVG Salamander created by kitfox.com / plugin created for Riena'/> | ||
<property name='maven-groupId' value='org.eclipse.riena'/> | ||
<property name='maven-artifactId' value='com.kitfox.svg'/> | ||
<property name='maven-version' value='0.1.29-SNAPSHOT'/> | ||
</properties> | ||
<provides size='5'> | ||
<provided namespace='org.eclipse.equinox.p2.iu' name='com.kitfox.svg' version='0.1.29.201703301402'/> | ||
<provided namespace='osgi.bundle' name='com.kitfox.svg' version='0.1.29.201703301402'/> | ||
<provided namespace='java.package' name='com.kitfox.svg' version='0.0.0'/> | ||
<provided namespace='java.package' name='com.kitfox.svg.animation' version='0.0.0'/> | ||
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | ||
</provides> | ||
<artifacts size='1'> | ||
<artifact classifier='osgi.bundle' id='com.kitfox.svg' version='0.1.29.201703301402'/> | ||
</artifacts> | ||
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | ||
<touchpointData size='1'> | ||
<instructions size='1'> | ||
<instruction key='manifest'> | ||
Bundle-SymbolicName: com.kitfox.svg;singleton:=true
Bundle-Version: 0.1.29.201703301402
 | ||
</instruction> | ||
</instructions> | ||
</touchpointData> | ||
</unit> | ||
<unit id='com.kitfox.svg.source' version='0.1.29.201703301402' singleton='false'> | ||
<update id='com.kitfox.svg.source' range='[0.0.0,0.1.29.201703301402)' severity='0'/> | ||
<properties size='9'> | ||
<property name='df_LT.bundleVendor' value='SVG Salamander created by kitfox.com / plugin created for Riena'/> | ||
<property name='df_LT.bundleName' value='SVG Salamander Source'/> | ||
<property name='org.eclipse.equinox.p2.name' value='%bundleName'/> | ||
<property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/> | ||
<property name='org.eclipse.equinox.p2.bundle.localization' value='OSGI-INF/l10n/bundle-src'/> | ||
<property name='maven-groupId' value='org.eclipse.riena'/> | ||
<property name='maven-artifactId' value='com.kitfox.svg'/> | ||
<property name='maven-version' value='0.1.29-SNAPSHOT'/> | ||
<property name='maven-classifier' value='sources'/> | ||
</properties> | ||
<provides size='4'> | ||
<provided namespace='org.eclipse.equinox.p2.iu' name='com.kitfox.svg.source' version='0.1.29.201703301402'/> | ||
<provided namespace='osgi.bundle' name='com.kitfox.svg.source' version='0.1.29.201703301402'/> | ||
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/> | ||
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | ||
</provides> | ||
<artifacts size='1'> | ||
<artifact classifier='osgi.bundle' id='com.kitfox.svg.source' version='0.1.29.201703301402'/> | ||
</artifacts> | ||
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | ||
<touchpointData size='1'> | ||
<instructions size='1'> | ||
<instruction key='manifest'> | ||
Bundle-SymbolicName: com.kitfox.svg.source
Bundle-Version: 0.1.29.201703301402
 | ||
</instruction> | ||
</instructions> | ||
</touchpointData> | ||
</unit> | ||
</units> |
4 changes: 4 additions & 0 deletions
4
com.kitfox.svg/target/sourcebundle-l10n-gen/OSGI-INF/l10n/bundle-src.properties
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,4 @@ | ||
#Source Bundle Localization | ||
#Thu Mar 30 16:02:18 CEST 2017 | ||
bundleVendor=SVG Salamander created by kitfox.com / plugin created for Riena | ||
bundleName=SVG Salamander Source |