]> gerrit.simantics Code Review - simantics/platform.git/commit
Lots of small fixes for the Simantics SDK build 66/166/4
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 23 Nov 2016 22:24:30 +0000 (00:24 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 23 Nov 2016 23:17:48 +0000 (01:17 +0200)
commit229196a1cb46a94d1cc5f75aef7f822157ba7917
tree03bcecf97a0e260c80ef31cfaf912c033e9273e3
parent2cd17c03bb80e24055147a0901802f8d1b2e5179
Lots of small fixes for the Simantics SDK build

* org.apache.batik/1.8.0 is taken from external-components/manual now.
  Removed it from this repository.
* org.simantics.sdk now includes plenty of previously missing plug-ins
and features: org.simantics.help.*,
org.simantics.spreadsheet.fileimport, org.apache.pdfbox*,
org.simantics.tests.modelled*, org.simantics.diagram.svg,
org.simantics.browsing.ui.nattable*
* many build.properties fixes, e.g. removal of non-existent files and
addition of missing binary/source artifacts
* added new feature org.simantics.help.addons to bundle together all the
recently added org.simantics.help.* plug-ins for modelled help page
construction in the Simantics Desktop workbench.
* added new feature org.simantics.browsing.ui.nattable.feature to gather
together org.simantics.browsing.ui.nattable and its external component
dependencies (nattable.core, fastutil)
refs #6621

Change-Id: I203c1fac381325d59925e19e26ee338db7ff9852
75 files changed:
bundles/org.apache.batik/.classpath [deleted file]
bundles/org.apache.batik/.project [deleted file]
bundles/org.apache.batik/.settings/org.eclipse.jdt.core.prefs [deleted file]
bundles/org.apache.batik/META-INF/MANIFEST.MF [deleted file]
bundles/org.apache.batik/build.properties [deleted file]
bundles/org.apache.batik/lib/batik-anim-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-awt-util-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-bridge-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-codec-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-css-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-dom-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-ext-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-extension-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-gui-util-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-gvt-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-parser-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-script-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-svg-dom-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-svggen-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-swing-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-transcoder-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-util-1.8.jar [deleted file]
bundles/org.apache.batik/lib/batik-xml-1.8.jar [deleted file]
bundles/org.apache.batik/lib/fop-transcoder-allinone-svn-trunk.jar [deleted file]
bundles/org.apache.batik/lib/js.jar [deleted file]
bundles/org.apache.batik/lib/xalan-2.7.0.jar [deleted file]
bundles/org.apache.batik/lib/xerces_2_5_0.jar [deleted file]
bundles/org.apache.batik/lib/xml-apis-1.3.04.jar [deleted file]
bundles/org.apache.batik/lib/xml-apis-ext-1.3.04.jar [deleted file]
bundles/org.apache.batik/lib/xmlgraphics-commons-2.0.jar [deleted file]
bundles/org.apache.batik/src/.keep [deleted file]
bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/EvaluatorDataImpl.java
bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/GECache.java
bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/modifiers/Enumeration.java
bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/AbstractNode.java
bundles/org.simantics.browsing.ui.nattable/META-INF/MANIFEST.MF
bundles/org.simantics.browsing.ui.nattable/build.properties
bundles/org.simantics.browsing.ui.nattable/src/org/simantics/browsing/ui/nattable/GEEditBindings.java
bundles/org.simantics.browsing.ui.platform/src/org/simantics/browsing/ui/platform/PageSite.java
bundles/org.simantics.browsing.ui.platform/src/org/simantics/browsing/ui/platform/VariablesPageView.java
bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/NodeContextPath.java
bundles/org.simantics.desktop.ui.ontology/build.properties
bundles/org.simantics.diagram.svg/src/org/simantics/diagram/svg/export/SVGBuilder.java
bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/FlagClass.java
bundles/org.simantics.help.core/META-INF/MANIFEST.MF
bundles/org.simantics.help.core/build.properties
bundles/org.simantics.help.feature/build.properties [deleted file]
bundles/org.simantics.help.feature/feature.xml [deleted file]
bundles/org.simantics.help.files/META-INF/MANIFEST.MF
bundles/org.simantics.help.files/build.properties
bundles/org.simantics.help.ontology/META-INF/MANIFEST.MF
bundles/org.simantics.help.ontology/build.properties
bundles/org.simantics.help.ui/META-INF/MANIFEST.MF
bundles/org.simantics.spreadsheet.fileimport/META-INF/MANIFEST.MF
bundles/org.simantics.tests.modelled.ontology/META-INF/MANIFEST.MF
bundles/org.simantics.tests.modelled.ontology/build.properties
bundles/org.simantics.tests.modelled.ui.ontology/META-INF/MANIFEST.MF
bundles/org.simantics.tests.modelled.ui.ontology/build.properties
bundles/org.simantics.tests.modelled.ui/META-INF/MANIFEST.MF
bundles/org.simantics.tests.modelled/META-INF/MANIFEST.MF
bundles/pom.xml
features/org.simantics.browsing.ui.nattable.feature/.project [new file with mode: 0644]
features/org.simantics.browsing.ui.nattable.feature/build.properties [new file with mode: 0644]
features/org.simantics.browsing.ui.nattable.feature/feature.xml [new file with mode: 0644]
features/org.simantics.g2d.feature/feature.xml
features/org.simantics.help.addons.feature/.project [moved from bundles/org.simantics.help.feature/.project with 83% similarity]
features/org.simantics.help.addons.feature/build.properties [new file with mode: 0644]
features/org.simantics.help.addons.feature/feature.xml [new file with mode: 0644]
features/org.simantics.sdk.feature/feature.xml
features/org.simantics.spreadsheet.feature/feature.xml
features/org.simantics.tests.modelled.feature/feature.xml
features/org.simantics.tests.modelled.ui.feature/feature.xml
features/pom.xml
releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition-semantum.target
releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target