Skip to content

Commit

Permalink
Alpha 0.5 Milestone
Browse files Browse the repository at this point in the history
Former-commit-id: 410f807dcf117e53e52e6266cf962c38a663e96d
  • Loading branch information
RRothfeld committed Feb 15, 2016
1 parent 9c07beb commit 5f4033d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 14 deletions.
1 change: 1 addition & 0 deletions documentation/versions/PAXelerate_v0.5.zip.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7e092b5bfcb71c0e47647525d589f9ddc6f3c999
11 changes: 10 additions & 1 deletion net.bhl.cdt.paxelerate.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
plugin.xml
plugin.xml,\
splash.bmp,\
plugin_customization.ini,\
paxelerate.product,\
bin/
src.includes = paxelerate.product,\
plugin.xml,\
plugin_customization.ini,\
splash.bmp,\
src/
4 changes: 0 additions & 4 deletions net.bhl.cdt.paxelerate.core/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
name="aboutImage"
value="platform:/plugin/net.bhl.cdt.paxelerate.ui/images/about.png">
</property>
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
</product>
</extension>

Expand Down
6 changes: 5 additions & 1 deletion net.bhl.cdt.paxelerate.model/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ bin.includes = .,\
bin/
output.. = bin/
source.. = src/
src.includes = bin/
src.includes = META-INF/,\
model/,\
plugin.properties,\
plugin.xml,\
src/
4 changes: 4 additions & 0 deletions net.bhl.cdt.paxelerate.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ bin.includes = META-INF/,\
bin/,\
images/
source.. = src/
src.includes = META-INF/,\
images/,\
plugin.xml,\
src/
16 changes: 8 additions & 8 deletions net.bhl.cdt.paxelerate.ui/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="net.bhl.cdt.paxelerate.ui.perspective.PerspectiveFactory"
id="net.bhl.cdt.paxelerate.ui.perspective.paxelerate"
name="Paxelerate Perspective">
</perspective>
</extension>
<extension
point="org.eclipse.ui.views">
<view
Expand Down Expand Up @@ -36,6 +28,14 @@
restorable="true">
</view>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="net.bhl.cdt.paxelerate.ui.perspective.PerspectiveFactory"
id="net.bhl.cdt.paxelerate.ui.perspective.paxelerate"
name="Paxelerate Perspective">
</perspective>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
Expand Down

0 comments on commit 5f4033d

Please sign in to comment.