Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 427065 - Support Go language
  • Loading branch information
sirnewton01 committed Jan 31, 2014
1 parent 1a4849b commit 8d2b1bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundles/org.eclipse.orion.server.configurator/plugin.xml
Expand Up @@ -244,6 +244,10 @@
bundle="org.eclipse.orion.client.javascript"
path="/web">
</resource-mapping>
<resource-mapping
bundle="org.eclipse.orion.client.golang"
path="/web">
</resource-mapping>
</httpcontext>
<httpcontext
id="org.eclipse.orion.server.configurator.httpcontext.git">
Expand Down
2 changes: 2 additions & 0 deletions releng/org.eclipse.orion.releng/builder/customTargets.xml
Expand Up @@ -253,6 +253,7 @@ lastMapTag=${mapsTagTag}
<fileset dir="${buildDirectory}/plugins/org.eclipse.orion.client.editor/web" includes="**"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.orion.client.git/web" includes="**"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.orion.client.javascript/web" includes="**"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.orion.client.golang/web" includes="**"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.orion.client.users/web" includes="**"/>
</copy>

Expand All @@ -273,6 +274,7 @@ lastMapTag=${mapsTagTag}
<optimize pageDir="shell" name="shellPage" bundle="org.eclipse.orion.client.ui" />
<optimize pageDir="shell/plugins" name="shellPagePlugin" bundle="org.eclipse.orion.client.ui" />
<optimize pageDir="javascript/plugins" name="javascriptPlugin" bundle="org.eclipse.orion.client.javascript" />
<optimize pageDir="golang/plugins" name="go-core" bundle="org.eclipse.orion.client.golang" />
<optimize pageDir="plugins/site" name="sitePlugin" bundle="org.eclipse.orion.client.ui" />
<optimize pageDir="plugins" name="authenticationPlugin" bundle="org.eclipse.orion.client.ui" />
<optimize pageDir="plugins" name="csslintPlugin" bundle="org.eclipse.orion.client.ui" />
Expand Down
1 change: 1 addition & 0 deletions releng/org.eclipse.orion.releng/maps/orion.map
Expand Up @@ -6,6 +6,7 @@ plugin@org.eclipse.orion.client.users=GIT,tag=v20131101-1801,repo=git://git.ecli
plugin@org.eclipse.orion.client.git=GIT,tag=v20140130-1824,repo=git://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.git
plugin@org.eclipse.orion.client.cf=GIT,tag=v20140124-1423,repo=git://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.cf
plugin@org.eclipse.orion.client.javascript=GIT,tag=v20140129-1852,repo=git://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.javascript
plugin@org.eclipse.orion.client.golang=GIT,tag=v20140129-1852,repo=git://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.golang

#server
plugin@org.eclipse.orion.launching=GIT,tag=v20110309-2156,repo=git://git.eclipse.org/gitroot/orion/org.eclipse.orion.server.git,path=bundles/org.eclipse.orion.launching
Expand Down

0 comments on commit 8d2b1bd

Please sign in to comment.