Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java@aeon:~$ java -jar eclipse_3.8/plugins/org.eclipse.equinox.launcher_*.jar \
-application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
-metadataRepository file:/home/java/repository/juno382 \
-artifactRepository file:/home/java/repository/juno382 \
-source /home/java/eclipse_3.8/ \
-publishArtifacts

Things to be aware of

Warning
  • Eclipse metadata and pom.xml files are not automatically synced. If you change for example version numbers, you have to modify pom.xml
  • There are files in the parent project which can be also found in the branding plugin. Keep them in sync!

 

Building Kieler on the command line

...