Commit 951fe80b authored by mindthegab's avatar mindthegab
Browse files

bumped commit

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@4 04253f4f-3451-0410-a141-5562f1e59037
parent f0dedbea
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry excluding="src/main/resources/archetype-resources/src/main/java/|src/main/resources/archetype-resources/src/main/java/|src/main/resources/archetype-resources/src/main/resources/|src/main/resources/archetype-resources/src/main/resources/|src/main/resources/archetype-resources/|src/main/resources/archetype-resources/" kind="src" path=""/>
	<classpathentry kind="src" path="src/main/resources/archetype-resources/src/main/java"/>
	<classpathentry kind="src" path="src/main/resources/archetype-resources/src/main/resources"/>
	<classpathentry excluding="src/main/java/|src/main/resources/" kind="src" path="src/main/resources/archetype-resources"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
+0 −9
Original line number Diff line number Diff line
<projectDescription>
  <name>demoamp</name>
  <comment/>
  <projects/>
  <buildSpec/>
  <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
  </natures>
</projectDescription>
 No newline at end of file
+0 −42
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
	Licensed to the Apache Software Foundation (ASF) under one or more
	contributor license agreements.  See the NOTICE file distributed with
	this work for additional information regarding copyright ownership.
	The ASF licenses this file to You under the Apache License, Version 2.0
	(the "License"); you may not use this file except in compliance with
	the License.  You may obtain a copy of the License at
	
	http://www.apache.org/licenses/LICENSE-2.0
	
	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.
	
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.sourcesense.alfresco</groupId>
  <artifactId>maven-alfresco-amp-archetype</artifactId>
  <packaging>maven-archetype</packaging>
  <name>demoamp</name>
  <version>1.0</version>
  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.archetype</groupId>
        <artifactId>archetype-packaging</artifactId>
        <version>2.0-alpha-3</version>
      </extension>
    </extensions>
    <plugins>
      <plugin>
        <artifactId>maven-archetype-plugin</artifactId>
        <version>2.0-alpha-3</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
 No newline at end of file
+0 −70
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?><archetype-descriptor name="demoamp">
<!--
	Licensed to the Apache Software Foundation (ASF) under one or more
	contributor license agreements.  See the NOTICE file distributed with
	this work for additional information regarding copyright ownership.
	The ASF licenses this file to You under the Apache License, Version 2.0
	(the "License"); you may not use this file except in compliance with
	the License.  You may obtain a copy of the License at
	
	http://www.apache.org/licenses/LICENSE-2.0
	
	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.
	
-->
  <fileSets>
    <fileSet filtered="true" packaged="true" encoding="UTF-8">
      <directory>src/main/java</directory>
      <includes>
        <include>**/*.java</include>
      </includes>
    </fileSet>
    <fileSet filtered="true" encoding="UTF-8">
      <directory>src/main/webapp</directory>
      <includes>
        <include>**/*.txt</include>
        <include>**/*.jsp</include>
      </includes>
    </fileSet>
    <fileSet filtered="true" encoding="UTF-8">
      <directory>src/main/resources</directory>
      <includes>
        <include>**/*.xml</include>
        <include>**/*.properties</include>
      </includes>
    </fileSet>
    <fileSet encoding="UTF-8">
      <directory>src/main/webapp</directory>
      <includes>
        <include>**/*.js</include>
        <include>**/*.gif</include>
        <include>**/*.css</include>
      </includes>
    </fileSet>
    <fileSet filtered="true" encoding="UTF-8">
      <directory>src/test/properties</directory>
      <includes>
        <include>**/*.properties</include>
      </includes>
    </fileSet>
    <fileSet filtered="true" encoding="UTF-8">
      <directory>src/test/resources</directory>
      <includes>
        <include>**/*.xml</include>
        <include>**/*.properties</include>
      </includes>
    </fileSet>
    <fileSet filtered="true" encoding="UTF-8">
      <directory></directory>
      <includes>
        <include>module.properties</include>
        <include>README.txt</include>
        <include>TODO.txt</include>
      </includes>
    </fileSet>
  </fileSets>
</archetype-descriptor>
 No newline at end of file
+0 −44
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
	Licensed to the Apache Software Foundation (ASF) under one or more
	contributor license agreements.  See the NOTICE file distributed with
	this work for additional information regarding copyright ownership.
	The ASF licenses this file to You under the Apache License, Version 2.0
	(the "License"); you may not use this file except in compliance with
	the License.  You may obtain a copy of the License at
	
	http://www.apache.org/licenses/LICENSE-2.0
	
	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.
	
-->
<archetype>
  <id>maven-alfresco-amp-archetype</id>
  <sources>
    <source>src/main/java/Demo.java</source>
    <source>src/main/java/DemoComponent.java</source>
  </sources>
  <resources>
    <resource>src/main/resources/alfresco/module/org.alfresco.module.demoamp/context/service-context.xml</resource>
    <resource>src/main/resources/alfresco/module/org.alfresco.module.demoamp/log4j.properties</resource>
    <resource>src/main/resources/alfresco/module/org.alfresco.module.demoamp/module-context.xml</resource>
    <resource>src/main/webapp/css/demoamp.css</resource>
    <resource>src/main/webapp/images/sourcesense.gif</resource>
    <resource>src/main/webapp/jsp/demoamp.jsp</resource>
    <resource>src/main/webapp/licenses/README-licenses.txt</resource>
    <resource>src/main/webapp/scripts/demoamp.js</resource>
    <resource>module.properties</resource>
    <resource>README.txt</resource>
    <resource>TODO.txt</resource>
  </resources>
  <testResources>
    <resource>src/test/properties/local/application.properties</resource>
    <resource>src/test/resources/alfresco/extension/custom-repository-context.xml</resource>
    <resource>src/test/resources/alfresco/extension/file-servers-custom.xml</resource>
    <resource>src/test/resources/log4j.properties</resource>
  </testResources>
</archetype>
 No newline at end of file
Loading