Skip to content

Commit

Permalink
Remove vscode specific stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jun 9, 2017
1 parent 3f9d6cf commit 0c5ace6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"showOutput": "always",
"suppressTaskName": true,
"tasks": [
{
"taskName": "watch",
"args": ["-B", "-Dvscode.location=${cwd}/../vscode-java","-Dmaven.test.skip=true","-Pvscode-build", "fizzed-watcher:run"],
"isWatching": true
},
{
"taskName": "verify",
"args": ["-B", "clean","verify"],
Expand Down
45 changes: 0 additions & 45 deletions org.eclipse.jdt.ls.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,51 +116,6 @@

</build>
<profiles>
<profile>
<id>vscode-build</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<vscode.location>${env.PWD}</vscode.location>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>${vscode.location}/server</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>copy-server-files</id>
<phase>package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${basedir}/target/repository</directory>
</resource>
</resources>
<outputDirectory>${vscode.location}/server</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>server-distro</id>
<activation>
Expand Down

0 comments on commit 0c5ace6

Please sign in to comment.