Skip to content

Commit 8a7e16b

Browse files
committed
Removed Angular from Knowage
1 parent a76453d commit 8a7e16b

192 files changed

Lines changed: 268206 additions & 6520 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

knowage/pom.xml

Lines changed: 2 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -209,81 +209,8 @@
209209
</plugins>
210210
</pluginManagement>
211211
<plugins>
212-
<plugin>
213-
<artifactId>maven-clean-plugin</artifactId>
214-
<version>3.2.0</version>
215-
<executions>
216-
<execution>
217-
<id>clean-node_modules-and-dist</id>
218-
<phase>clean</phase>
219-
<goals>
220-
<goal>clean</goal>
221-
</goals>
222-
<configuration>
223-
<filesets>
224-
<fileset>
225-
<directory>${basedir}/src/main/webapp</directory>
226-
<includes>
227-
<include>dist/</include>
228-
<include>node_modules/</include>
229-
</includes>
230-
</fileset>
231-
</filesets>
232-
</configuration>
233-
</execution>
234-
</executions>
235-
</plugin>
236-
<plugin>
237-
<groupId>org.codehaus.mojo</groupId>
238-
<artifactId>exec-maven-plugin</artifactId>
239-
<version>1.6.0</version>
240-
<executions>
241-
<execution>
242-
<id>npm-update-version</id>
243-
<phase>process-sources</phase>
244-
<goals>
245-
<goal>exec</goal>
246-
</goals>
247-
<configuration>
248-
<executable>npm</executable>
249-
<arguments>
250-
<argument>version</argument>
251-
<argument>${project.version}</argument>
252-
<argument>--allow-same-version</argument>
253-
</arguments>
254-
<workingDirectory>${basedir}/src/main/webapp</workingDirectory>
255-
</configuration>
256-
</execution>
257-
<execution>
258-
<id>npm-package-install</id>
259-
<phase>process-sources</phase>
260-
<goals>
261-
<goal>exec</goal>
262-
</goals>
263-
<configuration>
264-
<executable>npm</executable>
265-
<arguments>
266-
<argument>install</argument>
267-
</arguments>
268-
<workingDirectory>${basedir}/src/main/webapp</workingDirectory>
269-
</configuration>
270-
</execution>
271-
<execution>
272-
<id>grunt-concat-dist</id>
273-
<phase>process-resources</phase>
274-
<goals>
275-
<goal>exec</goal>
276-
</goals>
277-
<configuration>
278-
<executable>grunt</executable>
279-
<arguments>
280-
<argument>knowage-concat</argument>
281-
</arguments>
282-
<workingDirectory>${basedir}/src/main/webapp</workingDirectory>
283-
</configuration>
284-
</execution>
285-
</executions>
286-
</plugin>
212+
213+
287214
<plugin>
288215
<artifactId>maven-resources-plugin</artifactId>
289216
<configuration>
@@ -385,27 +312,6 @@
385312
</configuration>
386313
</configuration>
387314
</plugin>
388-
<plugin>
389-
<groupId>org.codehaus.mojo</groupId>
390-
<artifactId>exec-maven-plugin</artifactId>
391-
<version>1.6.0</version>
392-
<executions>
393-
<execution>
394-
<id>npm-package-install</id>
395-
<phase>prepare-package</phase>
396-
<goals>
397-
<goal>exec</goal>
398-
</goals>
399-
</execution>
400-
</executions>
401-
<configuration>
402-
<executable>npm</executable>
403-
<arguments>
404-
<argument>install</argument>
405-
</arguments>
406-
<workingDirectory>${basedir}/src/main/webapp</workingDirectory>
407-
</configuration>
408-
</plugin>
409315
</plugins>
410316
</pluginManagement>
411317
</build>

knowage/src/main/webapp/Gruntfile.js

Lines changed: 0 additions & 100 deletions
This file was deleted.

knowage/src/main/webapp/js/src/angular_1.4/tools/commons/AngularList.js

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)